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.36.0 (9.9.36.0)
Syntax[ObsoleteAttribute("See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState.Never)]
public SbBox3f GetVolumeSize()
<ObsoleteAttribute("See documentation for more details")>
<EditorBrowsableAttribute(EditorBrowsableState.Never)>
Public Function GetVolumeSize As SbBox3f
public:
[ObsoleteAttribute(L"See documentation for more details")]
[EditorBrowsableAttribute(EditorBrowsableState::Never)]
SbBox3f GetVolumeSize()
[<ObsoleteAttribute("See documentation for more details")>]
[<EditorBrowsableAttribute(EditorBrowsableState.Never)>]
member GetVolumeSize : unit -> SbBox3f
Return Value
Type:
SbBox3f
Remarks
See Also