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