Click or drag to resize
MedicalHelperGetBoundingBox Method
Convenience function to retrieve boundingBox of specified node. If node contains SoVolumeData, use SoVolumeData extent.

Namespace: OIV.Medical.Helpers
Assembly: OIV.Medical (in OIV.Medical.dll) Version: 9.9.13.0.Release.908d87e0180ebfe7287e3e24da18328657f2aef7
Syntax
public static SbBox3f GetBoundingBox(
	SoNode node
)

Parameters

node
Type: OIV.Inventor.NodesSoNode

Return Value

Type: SbBox3f
See Also