ExclusiveOrNode

 

Introduced

7.0

UI Location

• Math > Logic

Description

Evaluates the two input boolean values and outputs the result as another boolean using the "ExclusiveOr" logic. "ExclusiveOr" evaluates to true when only one of the input boolean values is true and false in all other cases.

Port Description

Inputs

Group ID

Instances

Port Name

Connection Info

Description

0

1

first

Type: siICENodeDataBool

Structure: siICENodeStructureAny

Context: siICENodeContextAny

The first boolean value to evaluate.

second

Type: siICENodeDataBool

Structure: siICENodeStructureAny

Context: siICENodeContextAny

The second boolean value to evaluate.

Outputs

Port Name

Connection Info

Description

result

Type: siICENodeDataBool

Structure: siICENodeStructureAny

Context: siICENodeContextAny

The resulting boolean value.

Restrictions

• These structures must match: first, second, result

• These contexts must match: first, second, result

See Also

CombineLogicNode

GetSetOrNode

NotNode



Autodesk Softimage v7.5