Hi All. I mostly work with 2 x views split horizontally across the middle of the screen.
eg. Perspective view in the top viewport and top view in the bottom viewport.
Rhino has commands for 3view and 4view layout but nothing for 2view?
I’ve already setup my startup viewport layout as a 2view default by creating a default blank 2view file and referencing it for startup.
I do however often change one of the viewport aspect ratios to 16x9 etc. for rendering view setup and then have to manually drag the viewport window back into position every time.
Is there a way to script or macro a 2View (Horizontal mid split) button?
I suppose a workaround for this is to always create a new floating viewport for my render view setups but was hoping for a way to switch back and forth using the viewports already present - _(Rhino v5) Michael_VS
Add1: I have now added a macro on a button with the following as a workaround:
_-NewFloatingViewport Projection=Active Enter
_-ViewportProperties Size 1280 720 Enter
A possible solution to the 2View command would still be appreciated.