history#

Object3d.history() BinaryTreeNode | bool#

Object history.

Returns:
ansys.aedt.core.modeler.cad.elements_3d.BinaryTree when successful,
False when failed.

Examples

>>> from ansys.aedt.core.modeler.cad.object_3d import Object3d
>>> obj = Object3d()
>>> obj.history()