Exchange Forum > Search Forums
Search Results
Search Results

Some Buddy

AutoLISP and Visual LISP
Useful AutoLISP functions
  F2T2P4#39  Here is another one for extracting the entity names from the selection sets: (defun sset->list(sset) (vl-remove-if 'listp (mapcar 'cadr...