Creates a new named view.
"namedViews_var" is a variable referencing a NamedViews object.
|
"namedViews_var" is a variable referencing a NamedViews object.
|
Type | Description |
NamedView | Returns the newly created NamedView object or fails if invalid input was provided. |
Name | Type | Description |
camera | Camera | The camera that defines the view. To create a named view for the active viewport you can get a camera from the active viewport and provide it as input to this method. |
name | string | The name of the named view. This must be unique with respect to other named views in the product. This is optional and if not provided a default unique name will be generated. This is an optional argument whose default value is "". |