project_points_plane

compas.geometry.project_points_plane(points, plane)[source]

Project multiple points onto a plane.

Parameters
Returns

list[[float, float, float]] – The projected points.