I assigned shortcuts(F1…F4) to the four defualt viewports.
The problem is when I pressing F4(which assigned ) to change to perspective, the CPlane changed its direction.
What’s wrong? How can I get the CPlane unchanged?
Thanks!
I assigned shortcuts(F1…F4) to the four defualt viewports.
The problem is when I pressing F4(which assigned ) to change to perspective, the CPlane changed its direction.
What’s wrong? How can I get the CPlane unchanged?
Thanks!
Hello - nothing is wrong - setting the view to perspective does not set its CPlane. If you want to force a particular CPlane for that view, you can put it in your macro
! _SetView _World _Perspective _CPlane _World _Top
-Pascal
Thanks! Got it!