delete#

MeshRegion.delete() bool#

Delete the mesh region.

Returns:
bool

True when successful, False when failed.

References

>>> oModule.DeleteMeshRegions()

Examples

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