Box.from_points
- classmethod Box.from_points(points)[source]
Construct a box from a set of points.
- Parameters:
- pointslist[
compas.geometry.Point
] A list of points.
- pointslist[
- Returns:
compas.geometry.Box
The resulting box.
Site Navigation
Construct a box from a set of points.
compas.geometry.Point
]A list of points.
compas.geometry.Box
The resulting box.