Click or drag to resize
SoLogicOperationElementLogicOperations Enumeration

Logic Operation as defined by OpenGL's logicOp enum.

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public enum LogicOperations
Members
  Member nameValueDescription
NOOP0
CLEAR1
SET2
COPY3
COPY_INVERTED4
INVERT5
AND6
NAND7
AND_REVERSE8
AND_INVERTED9
OR10
NOR11
XOR12
OR_REVERSE13
OR_INVERTED14
EQUIV15
Remarks