Click or drag to resize
SoLogicOperationElementSet Method

set the current logic operation

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
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