suppress_all#

MaxwellForce.suppress_all(app: object) bool#

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

Parameters:
appobject

An AEDT application from ansys.aedt.core.application.

Returns:
bool

True when successful.

Examples

>>> from ansys.aedt.core.modeler.cad.elements_3d import BinaryTreeNode
>>> obj = BinaryTreeNode()
>>> obj.suppress_all(app=1)