Detailed Description
The
Schematic class represents the
Schematic UI view and gives access to
SchematicNode objects.
- See also:
-
SchematicNode
- Since:
- 10.0 (2012)
- Example:
- Demonstrates how to access a specific
Schematic view object. The example creates a new view if it
doesn't already exist in the active layout.
#include <xsi_schematic.h>
List of all
members.
Constructor & Destructor Documentation
Constructor.
- Parameters:
-
in_ref |
constant reference object. |
Copy constructor.
- Parameters:
-
in_obj |
constant class object. |
Member Function Documentation
bool IsA |
( |
siClassID |
in_ClassID |
) |
const [virtual] |
Returns true if a given class type is compatible with this API
class.
- Parameters:
-
- Returns:
- true if the class is compatible, false otherwise.
Reimplemented from View.
Returns the type of the API class.
- Returns:
- The class type.
Reimplemented from View.
Creates an object from another object. The newly created object
is set to empty if the input object is not compatible.
- Parameters:
-
in_obj |
constant class object. |
- Returns:
- The new
Schematic object.
Creates an object from a reference object. The newly created
object is set to empty if the input reference object is not
compatible.
- Parameters:
-
in_ref |
constant class object. |
- Returns:
- The new
Schematic object.
Reimplemented from View.
Returns the
Schematic node representation of a Softimage object.
- Parameters:
-
in_pObject |
Softimage object. |
- Returns:
-
SchematicNode object
Returns an array of
SchematicNode objects representing the top level nodes
displayed in the view. The array contains only the visible objects
in the view. For instance, the scene root object is not visible in
a schematic view and is not accessible as a top level node.
- Returns:
- Array of
SchematicNode objects.
Returns an array of
SchematicNode objects representing the selected nodes displayed
in the view.
- Returns:
- Array of
SchematicNode objects.
The documentation for this class was generated from the following
file: