Model.criteria_write#
- Model.criteria_write(filename)#
Writes the global mesh criteria to a file.
- Parameters:
filename (hwString) – The name and path of the file.
Example#
Write the criteria to “ C:/temp/5mm.crit “#import hm import hm.entities as ent model = hm.Model() # Writing the criteria to "C:/temp/5mm.crit" model.criteria_write(filename="C:/temp/5mm.crit")