It’s possible actually on Mac.
However, Windows, like OSX, suffers from limiting the height of the Sketchup window to what is available on screen. So you can reduce the size of the viewport, but not increase it beyond the maximized size (on Mac, you can however increase the width as much as you like).
Another technique, available on Windows only, is to change the viewport size ‘in place’, without touching the main window. With this approach, you can redefine the viewport size to be smaller or larger than the screen (see below for smaller). This is something I will use for Animator videos.
If you download LibFredo6 11.2c, you can access these functions from the Ruby console.
On Window or Mac, just type G6.viewport_resize(width, height)
where width
and height
are the desired size of the viewport in pixel.
On Windows only, type G6.viewport_resize(width, height, true)
to resize the viewport ‘in place’. You can use resolution which are much larger than the screen size (I tried with 4000x 4000). To return to the normal mode, type G6.viewport_resize
.
Note: if the G6.viewport_resize
command appears as not defined, just launch any of my plugin, or a menu of LibFredo6. It is loaded on demand