SoSliceDetailGetDetails Method |
Namespace: OIV.VolumeViz.DetailsAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 2023.1.3.0 (2023.1.3)
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 See Also