is_contained()#
- TetraMeshData.is_contained(point)#
Traverses the kd-Tree to identify if the point is contained by an item. :param Point3D point: A Point3D object. :return: True if the point lies inside an item, false otherwise. :rtype: bool