mymesh.tree.OctreeNode.getLimits#

OctreeNode.getLimits()[source]#

Get the spatial bounds of the current octree node. Limits are formatted as [[xmin, xmax], [ymin, ymax], [zmin, zmax]]. These are equivalent to node.centroid +/- (node.size/2).

Returns:

limits – list of x, y and z bounds of the octree node

Return type:

list