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.37.0.Release.949101e879da5f6470fa92ad2130ca63933f42d5
Syntax
public static SbBox3f GetBoundingBox(
	SoNode node
)

Parameters

node
Type: OIV.Inventor.NodesSoNode

Return Value

Type: SbBox3f
See Also