Model.batchparams_write#
- Model.batchparams_write(filename)#
Write the global mesh quality parameters to a file.
- Parameters:
filename (hwString) – The full name and path of the file to write.
Example#
Write the parmeters to “ C:/temp/5mm.param “#import hm model = hm.Model() model.batchparams_write(filename="C:/temp/5mm.param")