is_point_in_polyhedron

compas.geometry.is_point_in_polyhedron(point, polyhedron)[source]

Determine if the point lies inside the given polyhedron.

Parameters
Returns

bool – True, if the point lies in the polyhedron. False, otherwise.