
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Ok. Seems what I'm doing isn't very common.
Short question: Why does this command give an error? How do I make it work?
(ssget "_X" (list (cons -1 "29b079e26e0" ) ) )
This one doesn't work either:
(ssget "_X" (list (cons -1 "<Entity name: 29b079e26e0>" ) ) )
Long question:
I wrote a script to tabulate entities in a couple of hundreds of dwgs along with their attributes. Then I did some post-processing on the excel table to identify objects with errors in their attributes. Now I need to go fix them.
Basically, I've got a huge table with two columns. How can I get AutoCad to select an object with it's entity name?
DWG | Entity Name
DWG001.dwg | 29b079e26e0
DWG001.dwg | 29b079db290
DWG002.dwg | 29b149a3e10
DWG002.dwg | 29b149a3dd0
DWG003.dwg | 29b14aeaa30
Solved! Go to Solution.