Click or drag to resize
SoBoolOperationOperations Enumeration

Operation.

Namespace: OIV.Inventor.Engines
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum Operations
Members
  Member nameValueDescription
CLEAR0

Clear.

SET1

Set.

A2

A.

NOT_A3

Not A.

B4

B.

NOT_B5

Not B.

A_OR_B6

A or B.

NOT_A_OR_B7

Not A or B.

A_OR_NOT_B8

A or not B.

NOT_A_OR_NOT_B9

Not A or not B.

A_AND_B10

A and B.

NOT_A_AND_B11

Not A and B.

A_AND_NOT_B12

A and not B.

NOT_A_AND_NOT_B13

Not A and not B.

A_EQUALS_B14

A equals B.

A_NOT_EQUALS_B15

A not equals B.

Remarks