SafeFrame Class |
Namespace: Rhino.Render
The SafeFrame type exposes the following members.
Name | Description | |
---|---|---|
![]() | SafeFrame |
Create an utility object not associated with any document
|
![]() | SafeFrame(RhinoDoc) |
Create the SafeFrame object which is associated with the document
|
![]() | SafeFrame(SafeFrame) |
Create an utility object not associated with any document from another object
|
Name | Description | |
---|---|---|
![]() | ActionFrameLinked |
Action Frame Linked, On = Use the same scale for X and Y. Off = use
different scales for X and Y.
|
![]() | ActionFrameOn |
Turn on the user specified action area, which shown with blue frames.
|
![]() | ActionFrameXScale |
Action Frame Scale X
|
![]() | ActionFrameYScale |
Action Frame Scale Y
|
![]() | Enabled |
Determines whether the safeframe is enabled.
|
![]() | FieldsOn |
Show a 4 by 3 grid in the safe-frame.
|
![]() | LiveFrameOn |
Turn on the live area, which shows the size of the rendered view as a yellow frame
in the viewport.
|
![]() | PerspectiveOnly |
Show the safe-frame only in perspective views.
|
![]() | TitleFrameLinked |
Title Frame Linked, On = Use the same scale for X and Y. Off = use
different scales for X and Y.
|
![]() | TitleFrameOn |
Show a user specified title area frame in orange.
|
![]() | TitleFrameXScale |
Title Frame Scale X
|
![]() | TitleFrameYScale |
Title Frame Scale Y
|
Name | Description | |
---|---|---|
![]() | BeginChange |
Call this function before making any change to this object (calling a setter) otherwise undo will not work correctly. Calls to BeginChange must be paired with a call to EndChange.
(Inherited from DocumentOrFreeFloatingBase.) |
![]() | CopyFrom | (Overrides FreeFloatingBaseCopyFrom(FreeFloatingBase).) |
![]() | EndChange |
See BeginChange
(Inherited from DocumentOrFreeFloatingBase.) |
![]() | Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) |
![]() | Finalize |
Handle destruction of the un-managed CPP object.
(Inherited from FreeFloatingBase.) |
![]() | GetHashCode | Serves as the default hash function. (Inherited from Object.) |
![]() | GetType | Gets the Type of the current instance. (Inherited from Object.) |
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() | ToString | Returns a string that represents the current object. (Inherited from Object.) |