Model.morphupdatedomains#
- Model.morphupdatedomains(mode)#
Updates global domains.
- Parameters:
mode (int) – Must be set to 0.
Example#
Update global domains#import hm import hm.entities as ent model = hm.Model() model.morphupdatedomains(mode=0)
Note
Updates any global domains which are not assigned any nodes (those created with versions of HyperMesh prior to 8.0) to be assigned all the nodes in the model.