hm_updatemodelcheckresultvalues

Updates the failed values for the model check entity.

Syntax

hm_updatemodelcheckresultvalues display_name

Type

HyperMesh Tcl Query Command

Description

Updates the failed values for the model check entity.

Inputs

display_name
The check display name.

Example

To update the model check entity with ID 2 and name check_volume:

*createstringarray 3 0.5 1 1.5
*attributeupdatestringarray modelcheckchecks 2 100230 1 2 0 1 3
hm_updatemodelcheckresultvalues "check_volume"

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.1