remove_all_unused_definitions#

Mechanical.remove_all_unused_definitions() bool#

Remove all unused definitions in the project.

Returns:
bool

True when successful, False when failed.

Examples

>>> from ansys.aedt.core import Hfss
>>> app = Hfss()
>>> app.remove_all_unused_definitions()