update#

MeshRegion.update() bool#

Update mesh region settings with the settings in the object variable.

Returns:
bool

True when successful, False when failed.

References

>>> oModule.EditMeshRegion

Examples

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