update#
- GlobalMeshRegion.update() bool#
Update mesh region settings with the settings in the object variable.
- Returns:
- bool
Truewhen successful,Falsewhen failed.
References
>>> oModule.EditGlobalMeshRegion
Examples
>>> from ansys.aedt.core.modules.mesh_icepak import GlobalMeshRegion >>> obj = GlobalMeshRegion() >>> obj.update()