Interface: SchematicViews

Interfaces > Core Interfaces > SchematicViews

 

   

Core Interfaces - Quick Navigation

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 <fpvalue>name_or_index   

Returns a SchematicView MixinInterface to the named or indexed Schematic View.

   

<integer>SchematicViews.numViews() 

Returns the number of existing Schematic Views.

   

<bool>SchematicViews.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>SchematicViews.close <fpvalue>name_or_index 

Closes the named or indexed Schematic View.

Returns True on success.

   

<bool>SchematicViews.delete <fpvalue>name_or_index 

Deletes the named or indexed Schematic View.

Returns True on success.

   

<bool>SchematicViews.isOpen <fpvalue>name_or_index 

Returns True if the Schematic View specified by name or index is open.

   

<bool>SchematicViews.isCurrent <fpvalue>name_or_index 

Returns True if the Schematic View specified by name or index is the current one.

   

<bool>SchematicViews.setCurrent <fpvalue>name_or_index 

Makes the Schematic View specified by name or index the current one.

Returns True on success.

   

<bool>SchematicViews.openLastView() 

Opens the last Schematic View. Returns True on success.

   

See Also