Click or drag to resize
SoComplexitybboxType Property

Bounding box type to use.

Namespace: OIV.Inventor.Nodes
Assembly: OIV.Inventor (in OIV.Inventor.dll) Version: 2024.1.0.0 (2024.1.0)
Syntax
public SoSFEnum<SoComplexityBboxTypes> bboxType { get; }

Property Value

Type: SoSFEnumSoComplexityBboxTypes
Remarks

. Default is BBOX_AABB. By default an Axis Aligned Bounding Box (AABB) is used. It is simpler and faster to compute but may not be a good approximation of the shape's actual volume. Using an Object Oriented Bounding box is more compute intensive, but can provide a tighter volume box allowing better performance for actions such as culling, picking and selection.

Note Note

Field available since Open Inventor 8.1

See Also