Model.nodesandelemsclear#

Model.nodesandelemsclear()#

This function will remove all numbers from the for all nodes and elements.

Example#

Execute the function#
import hm
import hm.entities as ent

model = hm.Model()

model.nodesandelemsclear()