Model.hm_fe_setconfigfile#

Model.hm_fe_setconfigfile(configfile)#

Sets the FE configuration file for user-defined welds.

Parameters:

configfile (hwString) – The name of the configuration file.

Returns:

Example#

Set the global file name for the FE config file#
import hm
import hm.entities as ent

model = hm.Model()

model.hm_fe_setconfigfile(configfile="d:\my_config_file.cfg")