SoBoolOperation¶
- InventorModule¶
genre
author
package
definition
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¶
Parameter Fields¶
Field Index¶
|
|
|
|
|
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¶
This field must be connected to an appropriate Open Inventor field to access or view its value.