SoBoolOperation

InventorModule
genre InventorEngines
author Silicon Graphics Inc
package MeVisLab/Standard
definition inventor.def

Purpose

This engine performs a Boolean operation on two inputs, and returns both the result of the operation and its inverse.

Windows

Default Panel

../../../Modules/Inventor/InventorBase/mhelp/Images/Screenshots/SoBoolOperation._default.png

Parameter Fields

Field Index

A: Other
B: Other
Inverse: EngineOutput
Operation: Other
Output: EngineOutput

Visible Fields

A

name: a, type: Other, default: FALSE

First argument to the Boolean operation.

B

name: b, type: Other, default: FALSE

Second argument to the Boolean operation.

Operation

name: operation, type: Other, default: A

The Boolean operation:

CLEAR
SET
A
NOT_A
B
NOT_B
A_OR_B
NOT_A_OR_B
A_OR_NOT_B
NOT_A_OR_NOT_B
A_AND_B
NOT_A_AND_B
A_AND_NOT_B
NOT_A_AND_NOT_B
A_EQUALS_B
A_NOT_EQUALS_B

Output

name: output, type: EngineOutput, persistent: no

Result of the Boolean operation applied to the inputs.

Inverse

name: inverse, type: EngineOutput, persistent: no

Inverse of Output.