SoVolumeDataElementGet Method (SoState, SoVolumeData, Boolean) |
Namespace: OIV.VolumeViz.ElementsAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 10.12.3.0 (10.12.3.0)
Syntax public 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:
SbMatrixRemarks See Also