Extracting Autocad Information

Has anybody come across a way to extract information from an Autocad drawings? I have and AutoCAD drawing with many blocks and I would like to pull out the location of these blocks along with attribute information.

1 Like

One way is to use AutoLISP to write a CSV of whatever data you want Dynamo to read. I have done that before.

Another way might be to save-as DXF and parse that file.

You can also try Data Extraction Wizard:

Hi! What about AutoCAD API? Is it possible to connect to autocad api through dynamo?