history#

UserDefinedComponent.history() BinaryTreeNode#

Component history.

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

Examples

>>> from ansys.aedt.core.modeler.cad.components_3d import UserDefinedComponent
>>> obj = UserDefinedComponent()
>>> obj.history()