The SchematicViews Interface provides access to properties and methods of the new Schematic View system in 3ds Max 6 and higher.
Properties:
.current : Interface : Read
Returns a SchematicView MixinInterface which gives access to properties and methods of the current Schematic View.
Methods:
<Interface>getView <fpvalue>name_or_index
Returns a SchematicView MixinInterface to the named or indexed Schematic View.
<integer>numViews()
Returns the number of existing Schematic Views.
<bool>open <fpvalue>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.
<bool>close <fpvalue>name_or_index
Closes the named or indexed Schematic View. Returns True on success.
<bool>delete <fpvalue>name_or_index
Deletes the named or indexed Schematic View. Returns True on success.
<bool>isOpen <fpvalue>name_or_index
Returns True if the Schematic View specified by name or index is open.
<bool>isCurrent <fpvalue>name_or_index
Returns True if the Schematic View specified by name or index is the current one.
<bool>setCurrent <fpvalue>name_or_index
Makes the Schematic View specified by name or index the current one. Returns True on success.
<bool>openLastView()
Opens the last Schematic View. Returns True on success.
See also