Click or drag to resize
SoBillboarduseSphereBBox Property

Specifies if the bounding box returned by SoBillboard.getBoundingBox() method should be extended to completely contain the bounding sphere of the children.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 9.9.36.0 (9.9.36.0)
Syntax
public SoSFBool useSphereBBox { get; }

Property Value

Type: SoSFBool
Remarks

This hint avoids bounding box cache breaks due to rotation of the billboard geometry (which changes the default axis aligned bounding box) and provides a significant performance increase when many SoBillboard nodes are used.

Default is true

See Also