DATAEXTRACTION only of selected objects?
Comments
-
Does your version have this button?
0 -
Yes it does:
But it still extracts the whole drawing, although it says, that 67 entities are selected.
0 -
It sounds like a bug. In my older version, it extracted only the entities that I selected.
You should file a support request, sending them the .dwg file and the resulting .csv file, so they can fix the bug.
Until it's fixed, perhaps you can WBLOCK the selected objects and use DATAEXTRACTION in the new .dwg file.
0 -
With custom lisps much easier to control what is extracted, can use ssget with filters so select only certain objects.
The data extracted can be sorted counted lengths added up etc.
Explain what your after what objects to be extracted.0