hm_getunresolvedids
Returns the unresolved IDs for a specific entity type.
Syntax
hm_getunresolvedids entity_type ?id_pool_id?
Type
HyperMesh Tcl Query Command
Description
{id_pool_id1 solver_ids1...} {id_pool_id2 solver_ids2...} ... {id_pool_idN solver_idsN...}
If there is no ID pool for the specified entity type, "" will be returned for id_pool_id.
Inputs
- entity_type
- The type of entity to query.
- ?id_pool_id?
- The ID of the ID pool to query. If empty, all ID pools are considered.
Examples
foreach entity_type [hm_getunresolvedidcrossreferences] {
set ids($entity_type) [hm_getunresolvedids $entity_type]
}
foreach entity_type [hm_getunresolvedidcrossreferences] {
set ids($entity_type) [hm_getunresolvedids $entity_type 1]
}
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
14.0