Click or drag to resize
MedicalHelper.CreateBoundingBox Method
Convenience function to draw a specified bbox as a wireframe.

Namespace: OIV.Medical.Helpers
Assembly: OIV.Medical (in OIV.Medical.dll) Version: 10.3.0.0.Release.0bba99a3ad7bbd8ed1b11ff7884e57eb6cd0c3df
Syntax
public static SoSeparator CreateBoundingBox(
	SbBox3f bbox,
	SbColor color
)

Parameters

bbox
Type: OIV.Inventor.SbBox3f
color
Type: OIV.Inventor.SbColor

Return Value

Type: SoSeparator
See Also