Point.in_polyhedron
-
Point.
in_polyhedron
(polyhedron)[source] Determine if the point lies inside the given polyhedron.
- Parameters
polyhedron ([vertices, faces] or
compas.geometry.Polyhedron
.) – The polyhedron.- Returns
bool – True, if the point lies on the polyline. False, otherwise.