delete_separator#

Q3d.delete_separator(name: str) bool#

Delete a separator from either the active project or a design.

Parameters:
namestr

Name of the separator.

Returns:
bool

True when successful, False when failed.

References

>>> oProject.ChangeProperty
>>> oDesign.ChangeProperty

Examples

>>> from ansys.aedt.core import Hfss
>>> app = Hfss()
>>> app.delete_separator("$MySeparator")