*modelcheck_organizechecks
Organize the model check check entities under a given parent folder.
Syntax
*modelcheck_organizechecks parent_name entity_type mark_id
Type
HyperMesh Tcl Modify Command
Description
Organize the model check entities under a given parent folder.
Inputs
- parent_name
- The name of the parent folder to move the checks into.
- entity_type
- Must be set to modelcheckchecks.
- mark_id
- The ID of the mark containing the checks to move. Valid values are 1 and 2.
Examples
To move checks 23, 24 and 27 to the ERROR folder:
*createmark modelcheckchecks 1 23 24 27
*modelcheck_organizechecks "ERROR" modelcheckchecks 1
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2019