Associated Parameters: CombineLogicNode
Introduced
7.0
UI Location
• Math > Logic
Description
Evaluates the input boolean values according to the specified Type parameter (And|Or) and outputs the result as another boolean. The Type affects the evaluation as follows:
- "And": True if all the specified input boolean values are true; false otherwise
- "Or": True if at least one of the input boolean values is true; false otherwise.
Parameters
|
Parameter Name |
Scripting Name |
Type |
Description |
|
Type |
type |
Integer |
Type Possible Values: • 0: And • 1: Or |
Port Description
Inputs
|
Group ID |
Instances |
Port Name |
Connection Info |
Description |
|
0 |
1..N |
value |
• Type: siICENodeDataBool • Structure: siICENodeStructureAny • Context: siICENodeContextAny |
Input boolean values. |
Outputs
|
Port Name |
Connection Info |
Description |
|
result |
• Type: siICENodeDataBool • Structure: siICENodeStructureAny • Context: siICENodeContextAny |
The resulting boolean value. |
Restrictions
• These structures must match: value, result
• These contexts must match: value, result
See Also
Autodesk Softimage v7.5