hm_gettypeswithunresolvedids

Returns a list of entity types that currently have unresolved IDs.

Syntax

hm_gettypeswithunresolvedids

Type

HyperMesh Tcl Query Command

Description

Returns a list of entity types that currently have unresolved IDs.

Example

To get the list of entity types with unresolved IDs, and to query the IDs:

foreach entity_type [hm_gettypeswithunresolvedids] {
    set ids($entity_type) [hm_getunresolvedids $entity_type]
}

Errors

None.

Version History

14.0