SoModifyViewVolumeElementGetInstance Method |
Return the top (current) instance of the element in the state Note it does NOT cause cache dependency! It also casts away the const.
Namespace: OIV.Inventor.ElementsAssembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2023.1.3.0 (2023.1.3)
Syntax public static SoModifyViewVolumeElement GetInstance(
SoState state,
out bool elemIsSet
)
Public Shared Function GetInstance (
state As SoState,
<OutAttribute> ByRef elemIsSet As Boolean
) As SoModifyViewVolumeElement
public:
static SoModifyViewVolumeElement^ GetInstance(
SoState^ state,
[OutAttribute] bool% elemIsSet
)
static member GetInstance :
state : SoState *
elemIsSet : bool byref -> SoModifyViewVolumeElement
Parameters
- state
- Type: OIV.Inventor.MiscSoState
- elemIsSet
- Type: SystemBoolean
Return Value
Type:
SoModifyViewVolumeElementRemarks See Also