hm_getmodelcheckconcernentityidresultentityid

Finds the list of untied nodes after a Model Checker run.

Syntax

hm_getmodelcheckconcernentityidresultentityid display_name contact_id

Type

HyperMesh Tcl Query Command

Description

Finds the concerned non projecting untied nodes for a given contact group/interface. Untied node IDs are placed on mark 2.

Inputs

display_name
The display name of the check to query. Currently supported values are:
  • ? "Un-Tied nodes in Contact Tied" for LS-DYNA
  • ? "Un-Tied nodes in interface type2" for Radioss
contact_id
ID of the contact for which untied nodes are to be found. This must be one of the contact IDs listed in the Model Checker browser after a Model Checker run.

Examples

To find untied nodes for contact with ID 123:

For LS-DYNA:

hm_getmodelcheckconcernentityidresultentityid "Un-Tied nodes in Contact Tied" 123

For Radioss:

hm_getmodelcheckconcernentityidresultentityid "Un-Tied nodes in interface type2" 123

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

14.0