Message 1 of 2
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
I am using the below code to place viewports efficiently. However, when placing several views, this is a bit slow because it still goes into the view to pick the "basept" and "endpt", then leaves the view to set "placement". Undo with this command is slow as well. Is there a faster way? Maybe with vlisp?
(command "-vports" "NEw" "none" basept "none" endpt "" placement) ; Create viewport around selected detail
(command "-vports" "LOCK" "OFF" (entlast) "") ; Unlock viewport
Thank you
Solved! Go to Solution.