Click or drag to resize
SoStereoElementGetInstance Method

Return the top (current) instance of the element in the state.

Namespace: OIV.Inventor.Elements
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public static SoStereoElement GetInstance(
	SoState state,
	out bool elemIsSet
)

Parameters

state
Type: OIV.Inventor.MiscSoState
elemIsSet
Type: SystemBoolean

Return Value

Type: SoStereoElement
Remarks

Note it does NOT cause cache dependency! It also casts away the const.

See Also