(ssgetfirst)
Determine which entities are highlighted and/or gripped.
This function reports the number of entities in the drawing that are highlighted (selected) and gripped. Grips are the small squares that surround a selected entity that you can use to manipulate or modify the entity.
The ssgetfirst function returns a list with two elements: the first element is a selection set of entities that are gripped but not selected; the second element is a selection set of entities that are gripped and selected.
Example
Code | Comments |
---|---|
(ssgetfirst) | Displays a list of highlighted and gripped entities. |
Tell me about...
(ssdel entity-name selection-set)