jsonalize_tree#

FarFieldSetup.jsonalize_tree() dict#

Create dictionary from the Binary Tree.

Returns:
dict

Dictionary containing the information of the Binary Three.

Examples

>>> from ansys.aedt.core.modeler.cad.elements_3d import BinaryTreeNode
>>> obj = BinaryTreeNode()
>>> obj.jsonalize_tree()