I started writing a macro that toggles the view rotation between “Around World Axes” and “Rotate around CPlane Z-Axis”, but the latter doesn’t seem to be available when calling -options from the command line.
-Options View Rotate AroundWorldAxes=Yes Enter Enter Enter
I checked the documention and this doesn’t seem to be possible using rhinocommon either.
http://developer.rhino3d.com/api/RhinoCommon/html/Properties_T_Rhino_ApplicationSettings_ViewSettings.htm
At one stage there was a test command
Also, when calling the macro, there are lots command line options it passes through and the command line flashes alot. Is there a similar function to “disable redraw” but for the command line?