Message 1 of 24
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Is it possible somehow select single objects which are inside of a block?
If ssget can select only primary entity, what means this ":V" option? I've tried it but it not works. What is it for if not select subentity inside the block?
- (ssget "_:V") - force subentity selection
This is the detailed description.
:V Forces subentity selection. Treats all interactive, graphic selections performed by the user as subentity selections. The returned selection set contains subentities only. This option cannot be combined with the duplicate (":D") or nested (":N") selection modes. This option is supported only with interactive selections, such as window and crossing. It is not supported for all, filtered, or group selections.
Solved! Go to Solution.