Model.morphupdatedatabase#

Model.morphupdatedatabase()#

Updates morph volume database.

Example#

Update morph volume database#
import hm
import hm.entities as ent

model = hm.Model()

model.morphupdatedatabase()

Note

Updates the database for morph volumes based on the current value of the “cubestat” parameter. This function is called when necessary inside other functions and shouldn’t need to be called by the user.