mymesh.tree.QuadtreeNode.ContainsPts#

QuadtreeNode.ContainsPts(points)[source]#

Identify which of a set of a points is contained in the node

Parameters:

points (array_like) – Coordinates of the points (shape=(n,3))

Returns:

out – List of indices of the points that are contained within the node

Return type:

list