mymesh.octree.Print#

mymesh.octree.Print(root, show_empty=False)[source]#

Prints a formatted list of all nodes in the octree.

Parameters:
  • root (octree.OctreeNode) – Root node of the octree

  • show_empty (bool, optional) – Option to include ‘empty’ nodes in the printed octree, by default False.