*CE_FE_LoadFeConfig
Load or unload an FE config file.
Syntax
*CE_FE_LoadFeConfig filename load_option overwrite
Type
HyperMesh Tcl Modify Command
Description
This command loads or unloads an FE config file.
Inputs
- filename
- The full path and filename of the FE config file.
- load_option
- 0 - to unload
- overwrite
- Valid only when load_option is 1.
- 0 - Skip FE types with names or IDs conflicting with existing ones.
- 1 - Overwrite existing FE types with names or IDs conflicting with current ones.
Examples
*CE_FE_LoadFeConfig 1 "C:/test/my_feconfig.cfg" 1 1
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
13.0