Click or drag to resize
SoLogicOperationElementSet Method

set the current logic operation

Namespace: OIV.Inventor.Elements
Assembly: 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
)

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