*modelcheck_createchecks

Loads a model check config file and creates check and correction entities.

Syntax

*modelcheck_createchecks filename

Type

HyperMesh Tcl Modify

Description

Loads a model check config file and creates check and correction entities.

Inputs

filename
The full path and file name of the config file to load.

Examples

To load the config file C:/temp/my_checks.xml:

*modelcheck_createchecks "C:/temp/my_checks.xml"

Errors

Incorrect usage results in a Tcl error. To detect errors, you can use the catch command:
if { [ catch {command_name...} ] } {
   # Handle error
}

Version History

2019