Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
(ssget "_P") selects the objects resulting from (command "._Explode" entity).
But it is not selecting objects resulting from (vla-explode obj).
(ssget "_P") returns nil.
How to grab all the objects in a selection set resulting from (vla-explode obj)?
Solved! Go to Solution.