| SoVolumeDataElementGet Method (SoState, SoVolumeData, Boolean) | 
 
Namespace: OIV.VolumeViz.ElementsAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2023.1.3.0 (2023.1.3)
Syntaxpublic static SbMatrix Get(
	SoState state,
	out SoVolumeData v,
	out bool isIdent
)
Public Shared Function Get ( 
	state As SoState,
	<OutAttribute> ByRef v As SoVolumeData,
	<OutAttribute> ByRef isIdent As Boolean
) As SbMatrix
public:
static SbMatrix Get(
	SoState^ state, 
	[OutAttribute] SoVolumeData^% v, 
	[OutAttribute] bool% isIdent
)
static member Get : 
        state : SoState * 
        v : SoVolumeData byref * 
        isIdent : bool byref -> SbMatrix 
Parameters
- state
 - Type: OIV.Inventor.MiscSoState
 - v
 - Type: OIV.VolumeViz.NodesSoVolumeData
 - isIdent
 - Type: SystemBoolean
 
Return Value
Type: 
SbMatrix
Remarks
See Also