SoShapeComputeBBox Method (SoAction, SbBox3f, SbVec3f) |
Compute axis aligned bounding box (AABB) for subclass using information in the given action (which may not necessarily be an OIV.Inventor.Actions.SoGetBoundingBoxAction).
Namespace: OIV.Inventor.Nodes
[EditorBrowsableAttribute(EditorBrowsableState.Advanced)] public abstract void ComputeBBox( SoAction action, out SbBox3f box, out SbVec3f center )
This is used by OIV.Inventor.Nodes.SoShape.GetBoundingBox(OIV.Inventor.Actions.SoGetBoundingBoxAction) and when rendering or picking a shape with bounding-box complexity. Subclasses must define this method.