Enumerations |
|
| enum | siPSetRelationship { siContainedPSet = 1, siSharedPSet = 2, siLocalPSet = 4, siObjectPSet = 8, siPortPSet = 16, siParameterPSet = 32 } |
| enum siPSetRelationship |
| siContainedPSet | [1] Child is contained as part of parent (for example, Kinematics) |
| siSharedPSet | [2] Child is an inherited PSet |
| siLocalPSet | [4] Child is a local PSet |
| siObjectPSet | [8] Child is a member of the parent (for example, Object in Group) |
| siPortPSet | [16] Child is connected to the parent PSet (for example, Shader/Operator) |
| siParameterPSet | [32] Child is a leaf component part of the parent (for example, Object.Name). (not implemented) |