Message 1 of 4
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I would like to have some help here, please.
In a selection set, how can I know if among the selected objects, there is one or more of them that has the current layer?
Something like this:
(defun c:test() (setq sel (sseget)) (if ;...one or more objects in this selection set has the current layer... (princ "n\ There are one or more objects with the current layer in the selection set") ;do not need to know how many );if );defun
Thanks for any help
Marcelo
Solved! Go to Solution.