dmaeda Posted May 19, 2021 Posted May 19, 2021 Hello, I am writing a simple start up lisp to set up an initial configuration every time I open a drawing. One thing that bothers me in the default Perspective view and I want to change to Parallel view. I cannot find a command or variable for that. Also, I am splitting the viewport into two vertical windows but the active view is always the right one. Is there a way to make the left one active? I tried using VPORT but I dont think it works. Thank you so much. Quote
dan20047 Posted May 20, 2021 Posted May 20, 2021 check/set the CVPORT variable, it will change depending on the active viewport Quote
dmaeda Posted May 20, 2021 Author Posted May 20, 2021 Thanks @mhupp, this worked fine! @dan20047, I tried to use CVPORT with different numbers but it doesn't seem to work... Quote
mhupp Posted May 21, 2021 Posted May 21, 2021 12 hours ago, dmaeda said: Thanks @mhupp, this worked fine! @dan20047, I tried to use CVPORT with different numbers but it doesn't seem to work... CVPORT stands for "Current View Port" and when you type it should show something like the following. New current value for CVPORT (1 or greater) <2>: From your layout description type cvport when the right is active if its 2 change it to 3 and the left will then be active. You might not notice a change when typing them but if you use the zoom or pan only the active view port will change. You can also change Active view ports by just double clicking in the view port when their isn't an active command. 1 Quote
dmaeda Posted May 23, 2021 Author Posted May 23, 2021 Great, it worked indeed. Thank you so much! Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.