BinaryTreeNode#
- class ansys.aedt.core.modeler.cad.elements_3d.BinaryTreeNode(node, child_object, first_level: bool = False, get_child_obj_arg=None, root_name=None, app=None)#
Manages an object’s history structure.
Examples
>>> from ansys.aedt.core.modeler.cad.elements_3d import BinaryTreeNode >>> obj = BinaryTreeNode()
Methods
Create dictionary from the Binary Tree.
Activate suppress option for all the operations contained in the binary tree node.
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.
Attributes
Retrieve children.
Command of the modeler hystory if available.
Properties data.