Model.hm_fe_getconfigfile#

Model.hm_fe_getconfigfile()#

Returns the FE config file set for user-defined weld creation.

Returns:

Example#

Get the global file set internally in HyperMesh#
import hm
import hm.entities as ent

model = hm.Model()

_, result = model.hm_fe_getconfigfile()

print("configFile", result.configFile)