hm_fe_setconfigfile
Set the FE configuration file for user-defined welds.
Syntax
hm_fe_setconfigfile configfile
Type
HyperMesh Tcl Query Command
Description
Set the FE configuration file for user-defined welds.
Inputs
- configfile
- The name of the configuration file.
Example
To set the global file name for the FE config file:
set configfile "d:\my_config_file.cfg"
hm_fe_setconfigfile $configfile;
This is stored globally and is applicable to all the connectors realized using user-defined weld option.
Errors
None.