Model.removetempcleanupfile#

Model.removetempcleanupfile()#

Remove temporary files created by the use of Model.autotopocleanup().

Example#

Remove temporary files created by the use of Model.autotopocleanup() .#
import hm
import hm.entities as ent

model = hm.Model()

model.autotopocleanup(
    surfcollection=hm.CollectionByDisplayed(model, ent.Surface),
    criteria_filename="nvh10.criteria",
    param_filename="nvh10.param",
)
model.removetempcleanupfile()