SoVolumeDataGetVolumeSize Method |
Note: This API is now obsolete.
Obsoletesince Open Inventor 7000
Use getValue() method on SoVolumeData.extent instead.
Namespace: OIV.VolumeViz.NodesAssembly: OIV.VolumeViz (in OIV.VolumeViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntax[EditorBrowsableAttribute(EditorBrowsableState.Never)]
[ObsoleteAttribute("See documentation for more details")]
public SbBox3f GetVolumeSize()
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
<ObsoleteAttribute("See documentation for more details")>
Public Function GetVolumeSize As SbBox3f
public:
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
[ObsoleteAttribute(L"See documentation for more details")]
SbBox3f GetVolumeSize()
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
[<ObsoleteAttribute("See documentation for more details")>]
member GetVolumeSize : unit -> SbBox3f
Return Value
Type:
SbBox3f
Remarks
See Also