Introduced
7.0
UI Location
• Array
Description
Sets the value of the specified element in the input array.
Port Description
Inputs
|
Group ID |
Instances |
Port Name |
Connection Info |
Description |
|
0 |
1 |
index |
• Type: siICENodeDataLong • Structure: siICENodeStructureAny • Context: siICENodeContextAny |
The index of the element in the input (0-based) array to set. If the index is greater or equal to the size of the specified input array, the resulting array will be the same as the specified input array. |
|
value |
• Type: siICENodeDataValue or siICENodeDataLocation • Structure: siICENodeStructureAny • Context: siICENodeContextAny |
The value to set on the specified element. |
||
|
array |
• Type: siICENodeDataValue or siICENodeDataLocation • Structure: siICENodeStructureAny • Context: siICENodeContextAny |
The array containing the element to set. |
Outputs
|
Port Name |
Connection Info |
Description |
|
result |
• Type: siICENodeDataValue or siICENodeDataLocation • Structure: siICENodeStructureArray • Context: siICENodeContextAny |
The modified array. |
Restrictions
• These types must match: value, array, result
• These structures must match: index, value
• These contexts must match: index, value, array, result
See Also
|
|
|
Autodesk Softimage v7.5