Model.hm_redraw#
- Model.hm_redraw()#
Redraws the HyperMesh window.
- Returns:
hwReturnStatus- Status object
Example#
Redrawe HyperMesh window#import hm import hm.entities as ent model = hm.Model() model.hm_redraw()
Redraws the HyperMesh window.
hwReturnStatus - Status object
import hm
import hm.entities as ent
model = hm.Model()
model.hm_redraw()