bestfit_plane_numpy

compas.geometry.bestfit_plane_numpy(points)[source]

Fit a plane through more than three (non-coplanar) points.

Parameters

points (list) – XYZ coordinates of the points.

Returns

tuple – A point on the plane, and the normal vector.

Examples

>>>