Message 1 of 6
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
If I create a selection set and then copy it, something like so:
(setq EN (ssget))
(command "_.COPY" EN "" pt1 pt2)
Is there a way to make a selection set of the NEW entities for use with subsequent operations?
Solved! Go to Solution.