delete# MeshRegion.delete() → bool# Delete the mesh region. Returns: boolTrue when successful, False when failed. References >>> oModule.DeleteMeshRegions() Examples >>> from ansys.aedt.core.modules.mesh_icepak import MeshRegion >>> obj = MeshRegion() >>> obj.delete()