Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I am using a LISP command that allows the user to place an object or more (multiple) to a dwg, after that I should select all inserted objects and do one more operation on all of them.
I tried
_SELECT (entlast)
and
_SELECT (ssget "L")
Both of them select the last object only, and this is logically wrong when the user has placed many. although elements are considered one transaction and can be undo-ed in a single undo action.
Any way of retrieving a list for example or a selection set containing all of them?
Thanks in advance.
Solved! Go to Solution.