Hello! Is it possible to change view direction for example from the top to the front without changing others parameters like X,Y,Z widht/depht through Grasshopper?
You might want to check out froGH’s Camera Control And Zoom To Geometry component. It also allows you to set the desired display mode for an active or named view.
See example files 6.0 and 6.1 (6.1 requires Human to get Rhino’s Display Modes)
There is also Horster, but it hasn’t been maintained since 2013…
I am using this handy GHPython component to achieve this.
Zoom.gh (14.6 KB)
P.S. Updated the script to simulate two clicks that will help to properly set the Display Mode of the viewport.
Nice, did you create the script?
Grok is the author of the script. It is not perfect, looks like it is not capable to maximize a viewport projection if it is missing.
Updated the script to simulate two clicks that will help to properly set the Display Mode of the viewport. Also is fixed the scaling issue of the newly created viewports.