bounding_box
- compas.geometry.bounding_box(points)[source]
Computes the axis-aligned minimum bounding box of a list of points.
- Parameters
points (sequence[point]) – XYZ coordinates of the points.
- Returns
list[[float, float, float]] – XYZ coordinates of 8 points defining a box.
Examples
>>>