SafeFrame
- class rhino3dm.SafeFrame
- SafeFrame()
SafeFrame constructor
- SafeFrame()
SafeFrame constructor
- Enabled
bool: Determines whether the safe-frame is enabled.
- PerspectiveOnly
bool: Show the safe-frame only in perspective views.
- FieldGridOn
- LiveFrameOn
bool: Turn on the live area, which shows the size of the rendered view as a yellow frame in the viewport.
- ActionFrameOn
bool: Turn on the user specified action area, which shown with blue frames.
- ActionFrameLinked
bool: Action Frame Linked, On = Use the same scale for X and Y. Off = use different scales for X and Y.
- ActionFrameXScale
float: Action Frame X-scale. This value should be in the range 0..1 but it is not clamped. It is displayed in the UI in the range 0..100.
- ActionFrameYScale
float: Action Frame Y-scale. This value should be in the range 0..1 but it is not clamped. It is displayed in the UI in the range 0..100.
- TitleFrameOn
bool: Show a user specified title area frame in orange.
- TitleFrameLinked
bool: Title Frame Linked, On = Use the same scale for X and Y. Off = use different scales for X and Y.
- TitleFrameXScale
float: Title Frame X-scale. This value should be in the range 0..1 but it is not clamped. It is displayed in the UI in the range 0..100.
- TitleFrameYScale
float: Title Frame Y-scale. This value should be in the range 0..1 but it is not clamped. It is displayed in the UI in the range 0..100.