mymesh.tree.QuadtreeNode.ContainsEdges#

QuadtreeNode.ContainsEdges(edges)[source]#

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

Parameters:

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

Returns:

Intersections – List of indices of the edges that are contained within the node

Return type:

np.ndarray