Question about the size of Drawing plane

Hello Rhino Community,

Is there a way to block the size of the drawing plan, even if the toolbars are changed (voluntarily or accidentally)?

Kind regards.

Hello - if you mean you’d like to lock the Rhino viewport sizes, no, there is no way to do that.

-Pascal

Thanks for the answer Mr. Pascal!!!

Hello - what you can do is set the mainframe size in pixels and set an individual viewport size in pixels:

_SetMainFrameSize 1920 1080

-_ViewportProperties _Size 800 600 _Enter

-Pascal