Click or drag to resize
SoBillboarduseSphereBBox Property

Specifies if the bounding box returned by OIV.Inventor.Nodes.SoBillboard.GetBoundingBox(OIV.Inventor.Actions.SoGetBoundingBoxAction) 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: 2024.1.1.0 (2024.1.1)
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 OIV.Inventor.Nodes.SoBillboard nodes are used.

Default is true

See Also