Reputation: 313
I am trying to make a application which can import a .dwg file and analyze it and show the necessary information I need(e.g. a particular view area). I want to know how it can be done programmatically using .NET technologies.
Upvotes: 1
Views: 5641
Reputation: 81
Depending on what particular type of information you're wanting to obtain from the DWG file, you can also load the DWG file via the AutoCAD Core Console and extract the information you need into an external file.
Upvotes: 0
Reputation: 21
Perhapse an old question but regarding to the question you can use an other good product as well. It is called CadLib I have used it myself with ASP.NET webapplications. Also you can find a support forum where you can ask how you should select objects in the DWG file using a lower and upper coordinate.
Upvotes: 2
Reputation: 2148
You can purchase a .dwg file reader from called RealDWG from AutoDesk.
Upvotes: 0
Reputation: 8651
You need Teigha.NET, more info here: http://www.opendesign.com/the_oda_platform
Upvotes: 3