Point.in_polyhedron

Point.in_polyhedron(polyhedron)[source]

Determine if the point lies inside the given polyhedron.

Parameters

polyhedron ([vertices, faces] | Polyhedron) – The polyhedron.

Returns

bool – True, if the point lies on the polyline. False, otherwise.