Wish: FullWindow Command

@BrianJ
I am looking for a command that makes the viewport fill the entire Rhino window and hide all toolbars. Like Fullscreen, but window limited. Please see the following sketch, I would like to toggle between the shown configuration and the viewport filling the red outline sketch.

Maybe you could do it in a few steps. Start with

_ToggleRideSidebar and _ToggleLeftSidebar like mentioned in at least one other topic….

1 Like

Thank you, that will do what I was looking for.

@BrianJ a full window toggle as described above would still be nice.

How about the Fullscreen command? Or here’s a window layout that will work similarly.
Fullscreen.rhw (36.9 KB)
You’ll still have the main window title bar and the menu bar but the layout will fit within a custom aspect ratio versus the Fullscreen command which uses the whole display. I hope one of those helps. Note you’ll need to run the WindowLayout command to restore a layout with toolbars and panels. You may also want to save your current layout before trying this too.

1 Like

@BrianJ Many thanks for the rhw file. This is exactly the layout I was looking for. I will try to macro or script WindowLayout to do the saving/restoring, since I need this work as a toggle.

You’re welcome. An alias like this will work…
“-Windowlayout Fullscreen Enter” and then another e.g. “-Windowlayout Brian’s_in_charge Enter” to return to your working layout. The underscores in the name keep the alias from finishing.

1 Like