compas.geometry.is_point_infront_plane

compas.geometry.is_point_infront_plane(point, plane, tol=1e-06)[source]

Determine if a point lies in front of a plane.

Parameters
Returns

boolTrue if the point is in front of the plane. False otherwise.