Description:

Bounding box solver. Gets the world axis aligned bounding box for the curve.

Syntax:
public BoundingBox GetBoundingBox(
bool accurate
)
Parameters:
  • accurate
  • Type: bool
  • If true, a physically accurate bounding box will be computed. If not, a bounding box estimate will be computed. For some geometry types there is no difference between the estimate and the accurate bounding box. Estimated bounding boxes can be computed much (much) faster than accurate (or "tight") bounding boxes. Estimated bounding boxes are always similar to or larger than accurate bounding boxes.
Returns:
The bounding box of the geometry in world coordinates or BoundingBox.Empty if not bounding box could be found.
Available since:
5.0

GetBoundingBox method

Class:  Rhino.Geometry.BezierCurve

Nothing found