SoImageDataAdapterGetExtent Method |
Returns the extent of the image in 3D.
Namespace: OIV.ImageViz.Nodes.ImagesAssembly: OIV.ImageViz (in OIV.ImageViz.dll) Version: 9.9.13.0 (9.9.13.0)
Syntaxpublic SbBox3f GetExtent()
Public Function GetExtent As SbBox3f
public:
SbBox3f GetExtent()
member GetExtent : unit -> SbBox3f
Return Value
Type:
SbBox3f
RemarksConvenience method to get the value of the extent field.
See Also