How can I extract geometric data from a drawing

How can I extract geometric data from a drawing

Anonymous
Not applicable
636 Views
1 Reply
Message 1 of 2

How can I extract geometric data from a drawing

Anonymous
Not applicable

Hello, 

I need to extract some geometric data (for example: Area, perimeter, how many holes or circles are on my drawing, total length of lines, etc) from DWG or DXF files as a spreadsheet or even as a text. Is there any way, I can do it without opening each drawing? 

Kind regards 

Mas

0 Likes
637 Views
1 Reply
Reply (1)
Message 2 of 2

m_latz
Advisor
Advisor

To read information from a dwg or dxf file you have to open and read the file. But you do not need to load and display in "AutoCAD Dwg Editor".

 

You can use AcCoreConsole, ObjectArx or RealDWG (additional License) to do this.

 

For example you can write a program to read all dwg/dxf files from a folder and read them with the AcCoreConsole to extract all required information.

 

AcCoreConsole is "AutoCAD without a window".

 

regards

 

Markus