| SoSliceDetailGetDetails Method | 
 
Namespace: OIV.VolumeViz.DetailsAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 10.12.3.0 (10.12.3.0)
 Syntax
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Advanced)]
public void GetDetails(
	out SbPlane p,
	out SbLine line,
	out SoVolumeData vd
)
<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>
Public Sub GetDetails ( 
	<OutAttribute> ByRef p As SbPlane,
	<OutAttribute> ByRef line As SbLine,
	<OutAttribute> ByRef vd As SoVolumeData
)
public:
[EditorBrowsableAttribute(EditorBrowsableState::Advanced)]
void GetDetails(
	[OutAttribute] SbPlane% p, 
	[OutAttribute] SbLine% line, 
	[OutAttribute] SoVolumeData^% vd
)
[<EditorBrowsableAttribute(EditorBrowsableState.Advanced)>]
member GetDetails : 
        p : SbPlane byref * 
        line : SbLine byref * 
        vd : SoVolumeData byref -> unit 
Parameters
- p
- Type: OIV.InventorSbPlane
 
- line
- Type: OIV.InventorSbLine
 
- vd
- Type: OIV.VolumeViz.NodesSoVolumeData
 
 Remarks
Remarks See Also
See Also