suppress_all#
- NativeComponentPCB.suppress_all(app: object) bool#
Activate suppress option for all the operations contained in the binary tree node.
- Parameters:
- app
object An AEDT application from
ansys.aedt.core.application.
- app
- Returns:
- bool
Truewhen successful.
Examples
>>> from ansys.aedt.core.modeler.cad.elements_3d import BinaryTreeNode >>> obj = BinaryTreeNode() >>> obj.suppress_all(app=1)