delete#

BoundaryObject.delete() bool#

Delete the boundary.

Returns:
bool

True when successful, False when failed.

Examples

>>> from ansys.aedt.core.modules.boundary.common import BoundaryCommon
>>> obj = BoundaryCommon()
>>> obj.delete()