Click or drag to resize
SoLogicOperationElementGet Method

get the current logic operation, and wether logic operations are enabled.

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.1.0 (2024.1.1)
Syntax
public static void Get(
	SoState state,
	out bool enabled,
	out SoLogicOperationElementLogicOperations operation
)

Parameters

state
Type: OIV.Inventor.MiscSoState

the state from which to retrieve the element instance.

enabled
Type: SystemBoolean

Whether logic operations are enabled

operation
Type: OIV.Inventor.ElementsSoLogicOperationElementLogicOperations

which operation is applied

Remarks

See Also