Message 1 of 19
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi
these two codes below select all the hatches even from frozen and switched off layers
1.
(sssetfirst nil (ssget "X" '((0 . "HATCH"))))
2.
(ssget "X" (list (cons 0 "HATCH")))
(setq sset (ssget "_P"))
(sssetfirst nil sset)
What to add to the code/codes to select only visible hatches ?
Thanks in advance!
Best Regards!
K
Solved! Go to Solution.