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: 10.12.3.0 (10.12.3.0)
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