Message 1 of 3

Not applicable
09-18-2018
04:57 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
hello. this lsp is off vports the selected objects.
(defun c:mvf (/ clay ss)
(setq clay (getvar "clayer"))
(setq ss (ssget))
(command "-vports" "off" ss "")
(setvar "clayer" clay)
(princ)
)
but, I want to turn off the viewports except the selected objects. some help. plz
thank you for reading it.
Solved! Go to Solution.