delete#

SubRegion.delete() bool#

Delete the subregion object.

Returns:
bool

True when successful, False when failed.

Examples

>>> from ansys.aedt.core.modules.mesh_icepak import SubRegion
>>> obj = SubRegion()
>>> obj.delete()