Introduced
7.0
Description
Adds a new attribute to a set data node (ICEDataModifierNode). A set data node allows you to set attributes on each geometry component (a "Velocity" attribute on each point, for example).
Scripting Syntax
AddAttributeToSetDataICENode( [SetDataNode], [AttributeName], [AttributeType], [AttributeContext], [AttributeStructure] )
Parameters
|
Parameter |
Type |
Description |
|
SetDataNode |
The ICEDataModifierNode to add an attribute to. Default Value: If not specified, the user is prompted to select a node. |
|
|
AttributeName |
The name of the attribute to add. Default Value: "" |
|
|
AttributeType |
The data type of the new attribute. Default Value: siComponentDataTypeFloat |
|
|
AttributeContext |
The type of component. Default Value: siComponentDataContextComponent0D |
|
|
AttributeStructure |
Structure of the attribute in the set data node. Default Value: siComponentDataStructureSingle |
See Also
|
|
|
|
Autodesk Softimage v7.5