update#

GlobalMeshRegion.update() bool#

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

Returns:
bool

True when successful, False when failed.

References

>>> oModule.EditGlobalMeshRegion

Examples

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