Message 1 of 8
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi, I am new to autolisp and trying to create my own.
below works when I execute the command although it took more time than other commands.
Any suggestion to speed it up?
thanks.
(defun c:vp()
(command ".layer" "M" "viewport" "C" "8" "viewport" "P" "N" "viewport" ""
"-VPORTS" pause pause ".layerp")
(princ)
)
Solved! Go to Solution.