Deletes an object (entity) from a selection set
(ssdel enamess)
Arguments
An entity name.
A selection set.
Return Values
nil, if the specified entity is not in the set.
The name of the selection set; otherwiseNote that the entity is actually deleted from the existing selection set, as opposed to a new set being returned with the element deleted.
Examples
e1 is a member of selection set ss, while entity name e3 is not a member of ss:
In the following examples, entity nameCommand: (ssdel e1 ss)
<Selection set: 2>
ss is returned with entity e1 removed.
Selection setCommand: (ssdel e3 ss)
nil
nil because e3 is not a member of selection set ss.
The function returns