SoBoolOperation

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

Purpose

This engine SoBoolOperation 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

Sets the first argument to the boolean operation.

B

name: b, type: Other, default: FALSE

Sets the second argument to the boolean operation.

Operation

name: operation, type: Other, default: A

Sets 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

Outputs the result of the boolean operation applied to the inputs.

This field must be connected to an appropriate Open Inventor field to access or view its value.

Inverse

name: inverse, type: EngineOutput, persistent: no

Outputs the inverse of Output.

This field must be connected to an appropriate Open Inventor field to access or view its value.