SoLogicOperationElementSet Method |
set the current logic operation
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public static void Set(
SoState state,
bool enable,
SoLogicOperationElementLogicOperations operation
)
Public Shared Sub Set (
state As SoState,
enable As Boolean,
operation As SoLogicOperationElementLogicOperations
)
public:
static void Set(
SoState^ state,
bool enable,
SoLogicOperationElementLogicOperations operation
)
static member Set :
state : SoState *
enable : bool *
operation : SoLogicOperationElementLogicOperations -> unit
Parameters
- state
- Type: OIV.Inventor.MiscSoState
the state from which to retrieve the element instance.
- enable
- Type: SystemBoolean
Whether to enable or not logic operations
- operation
- Type: OIV.Inventor.ElementsSoLogicOperationElementLogicOperations
which operation to apply
Remarks See Also