oabb_numpy

compas.geometry.oabb_numpy(points)[source]

Oriented bounding box of a set of points.

Parameters

points (array_like[point]) – XYZ coordinates of the points.

Returns

list[[float, float, float]] – XYZ coordinates of 8 points defining a box.