Login
|
Sign Up
AutoLISP Function Detail
Name:
ssmemb
Syntax:
(ssmemb
ename ss
)
Description:
Returns the entity name if it is found inside of the selection set otherwise nil is returned.
Example(s):
(setq EN (car (entsel)))
(setq SS (ssget))
(ssmemb EN SS)
nil