mymesh.tree.Print#
- mymesh.tree.Print(root, show_empty=False)[source]#
Prints a formatted list of all nodes in the tree.
- Parameters:
root (tree.TreeNode) – Root node of the tree
show_empty (bool, optional) – Option to include ‘empty’ nodes in the printed tree, by default False.