BinaryTreeNode#

class pyaedt.modeler.cad.elements3d.BinaryTreeNode(node, child_object, first_level=False, get_child_obj_arg=None, root_name=None)[source]#

Manages an object’s history structure.

Methods

BinaryTreeNode.jsonalize_tree()

Create dictionary from the Binary Tree.

BinaryTreeNode.suppress_all(app)

Activate suppress option for all the operations contained in the binary tree node.

BinaryTreeNode.unsuppress_all(app)

Disable suppress option for all the operations contained in the binary tree node.

BinaryTreeNode.update_property(prop_name, ...)

Update the property of the binary tree node.