Introduced
7.0
UI Location
• Execution
Description
Returns the values in one of the input ports based on the value of the condition. The value of the condition is expected to be between 0 and the number of Case ports minus 1 (the condition is zero-based). If the value is outside this range, the data in the Default port is passed instead.
Note: This node also works with execution ports: in that case the port executed is selected based on the value of the condition.
Port Description
Inputs
|
Group ID |
Instances |
Port Name |
Connection Info |
Description |
|
0 |
1 |
condition |
• Type: siICENodeDataLong • Structure: siICENodeStructureAny • Context: siICENodeContextAny |
An integer defining the values of which port should be passed through, or which port should be executed. The first Case always corresponds to a value of zero. If the condition is outside of the range, the value of the default port is returned or executed. |
|
1 |
1..N |
case |
• Type: siICENodeDataValue or siICENodeDataLocation or siICENodeDataExecute • Structure: siICENodeStructureAny • Context: siICENodeContextAny |
The data to be passed through or port executed based on the value of the Condition. |
|
2 |
1 |
default |
• Type: siICENodeDataValue or siICENodeDataLocation or siICENodeDataExecute • Structure: siICENodeStructureAny • Context: siICENodeContextAny |
The data to be passed through or the port to be executed if the value of the condition is out of range (less than zero or greather than the number of cases minus one). |
Outputs
|
Port Name |
Connection Info |
Description |
|
result |
• Type: siICENodeDataValue or siICENodeDataLocation or siICENodeDataExecute • Structure: siICENodeStructureAny • Context: siICENodeContextAny |
The data that was passed through from one of the input ports or an execution port if the input ports are of type Execute. |
Restrictions
• These types must match: case, default, result
• These structures must match: condition, case, default, result
• These contexts must match: condition, case, default, result
See Also
|
|
Autodesk Softimage v7.5