mymesh.tree.OctreeNode.ContainsBoxes#

OctreeNode.ContainsBoxes(boxes)[source]#

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

Parameters:

boxes (list) – List of box bounds, formatted as [((xmin, xmax), (ymin, ymax), (zmin, zmax)), …]

Returns:

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

Return type:

np.ndarray