hm_modelchecksavetoxml
Saves the config data to an XML file.
Syntax
hm_modelchecksavetoxml filename
Type
HyperMesh Tcl Query Command
Description
Saves the config data (checks and corrections) for the current profile to an XML file.
Inputs
- filename
- The full name and path of the XML file to save.
Examples
To save the current profile checks and corrections to C:\temp\my_config.xml:
hm_modelchecksavetoxml C:/temp/my_config.xml
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2019