This example shows how to navigate and rearrange a schematic view with the Schematic and SchematicNode API.
Location | |
Files |
SchematicDemo.py
|
To install the example
Connect to the Softimage SDK workgroup at %XSISDK_ROOT%\examples\workgroup.
To view the help page for an example
To use the schematic demo
Start Softimage and open a schematic view.
Log Node Information
Select the 'View|Log View Info|All nodes' or 'View|Log View Info|Selected nodes' menu.
The same functions are also available in the view context menu (right-click anywhere in the view).
To log information on a specific node, right-click on a node and click 'Log Node Info'.
Rearrange Nodes in top-down layout
Select 'View|Rearrange View|All nodes' or 'View|Rearrange View|Selected nodes' menu.
The same functions are also available in the view context menu (right-click anywhere in the view).
To rearrange a specific node branch, right-click on a node and click 'Rearrange Node'.
This example uses the following keywords:
Python example, Python, Schematic, SchematicNode, Menu