Model.deletemodel#

Model.deletemodel()#

Clears the content of the HyperMesh window by deleting all the entities in the active model (i.e. HyperMesh window).

Example#

Delete all the entities#
import hm
import hm.entities as ent

model = hm.Model()

model.deletemodel()