Welcome to ACadSharp Discussions! #89
Replies: 3 comments 6 replies
-
Hi! I'm building an application that utilizes AutoCAD as the engine to read/write dwg files. This is not optimal as you need to have AutoCAD installed and pay for a license to be able to use the application. So I would very much like to see this project succeed! Anything that takes away the DWG monopoly from Autodesk is a good thing imo. How have you learned about the DWG-format? Are you looking at the Open Design Specification for .dwg files or where did you learn the inner workings of the file format? Thanks! |
Beta Was this translation helpful? Give feedback.
-
I am writing a program that creates Excel document "briefcases" that contain a lists of documents. These documents are in xlsx or dwg-format, Text from the document headers is extracted and written to to the briefcase which contains one row per document. I have a first version of my program ready and AcadSharp works very well. I came across two bugs in AcadSharp that prevented some dwg-files from being read. I reported the bugs and within a day @DomCR had fixed the bugs and commited to github. I am impressed by the package, it is easy to use and performance is great. Thank you @DomCR for sharing AcadSharp and your commitment to solve issues, I have previously developed a .NET-plugin that peforms various batch processing on dwg-files. It requires an installation of either AutoCAD or BricsCAD. I will later look into if AcadSharp can be an alternative. Developing is a hobby of mine and I don't think I have enough skills to contribute to the code base unless it something not so advanced. If you need help testing I migth be able to assist. I have access to large amounts of dwg-files. |
Beta Was this translation helpful? Give feedback.
-
To develop software that writes and reads dwg files, would it be necessary to pay royalties or some license to Autodesk? |
Beta Was this translation helpful? Give feedback.
-
👋 Welcome!
We’re using Discussions as a place to connect with other members of our community. We hope that you:
build together 💪.
To get started, comment below with an introduction of yourself and tell us about what you do with this community.
Beta Was this translation helpful? Give feedback.
All reactions