Message 1 of 23
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello how are you.
Someone will have a recursive function to extract the name of all the entities that are in a drawing.
I need to get a list in this way, to place it in a dcl.
("ARC" "CIRCLE" "LINE" "POLYGONMESH")
I selected everything that is in the drawing, then I extract the name of each entity and if it works for me.
But the problem is that if I have many entities, the function gives an error.
And the only way to solve it is with a recursive function.
Or if there is another way to get that list from the database directly. That would be good.
Thank you very much.
And excuse me my English, I only speak Spanish.
AutoCAD 2026
Visual Studio Code 1.99.3
AutoCAD AutoLISP Extension 1.6.3
Windows 10 (64 bits)
Solved! Go to Solution.