2

I would like to get some objects on a Autocad map layer and extract their name, color and position and place them into an excel sheet in the following manner:

Object Name | Color | Coordinates

Is there any way to do that programatically? Is there any tool/plugin that already does that?

Hectoret
  • 3,553
  • 13
  • 49
  • 56

1 Answers1

3

AutoCAD has a fairly complete data extraction utility known as the data extraction wizard that will likely satisfy your needs with no programming required.

If your needs are more complex than what the data extraction wizard can do AutoCAD offers a complete .NET API

Rodney Schuler
  • 2,158
  • 4
  • 23
  • 34