Interface: SchematicViews
The SchematicViews Interface provides access to properties and methods of the new Schematic View system in 3ds Max 6 and higher.
Properties:
SchematicViews.current : Interface : Read
Returns a SchematicView MixinInterface which gives access to properties and methods of the current Schematic View.
Methods:
<Interface>SchematicViews.getView <value>name_or_index
Returns a SchematicView MixinInterface to the named or indexed Schematic View.
<integer>SchematicViews.numViews()
Returns the number of existing Schematic Views.
<boolean>SchematicViews.open <value>name_or_index
Opens the named or indexed Schematic View.
If the name does not exist yet, opens a new Schematic View with the given name.
<boolean>SchematicViews.close <value>name_or_index
Closes the named or indexed Schematic View.
Returns True
on success.
<boolean>SchematicViews.delete <value>name_or_index
Deletes the named or indexed Schematic View.
Returns True
on success.
<boolean>SchematicViews.isOpen <value>name_or_index
Returns True
if the Schematic View specified by name or index is open.
<boolean>SchematicViews.isCurrent <value>name_or_index
Returns True
if the Schematic View specified by name or index is the current one.
<boolean>SchematicViews.setCurrent <value>name_or_index
Makes the Schematic View specified by name or index the current one.
Returns True
on success.
<boolean>SchematicViews.openLastView()
Opens the last Schematic View. Returns True
on success.