hm_undefinedmatchingcriteria

Returns the supported undefined matching criteria for a given entity type.

Syntax

hm_undefinedmatchingcriteria entity_type

Type

HyperMesh Tcl Query Command

Description

Returns the supported undefined matching criteria for a given entity type (name, id or none).

Inputs

entity_type
The type of entity to query. All entity types are valid.

Example

To get the undefined matching type for components:

hm_undefinedmatchingcriteria components

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