Description
Parent-child parameter set relationships
C# Syntax
siPSetRelationship.siContainedPSet // 1 siPSetRelationship.siSharedPSet // 2 siPSetRelationship.siLocalPSet // 4 siPSetRelationship.siObjectPSet // 8 siPSetRelationship.siPortPSet // 16 siPSetRelationship.siParameterPSet // 32
|
Constant |
Value |
Description |
|
1 |
Child is contained as part of parent (for example, Kinematics) |
|
|
2 |
Child is an inherited PSet |
|
|
4 |
Child is a local PSet |
|
|
8 |
Child is a member of the parent (for example, Object in Group) |
|
|
16 |
Child is connected to the parent PSet (for example, Shader/Operator) |
|
|
32 |
Child is a leaf component part of the parent (for example, Object.Name). (not implemented) |
Applies To
Autodesk Softimage v7.5