hm_entityminsolverid

Returns the minimum solver ID in use for an entity type.

Syntax

hm_entityminsolverid entity_type ?id_pool_name?

Type

HyperMesh Tcl Query Command

Description

Returns the minimum solver ID in use for an entity type.

Inputs

entity_type
The type of entity to query.
id_pool_name (optional)
Indicates whether the minimum internal ID should be considered over all ID pools or a specific ID pool only.

Examples

To get the minimum solver ID for properties:

hm_entityminsolverid props

To get the minimum solver ID for properties in the two_idpool property ID pool:

hm_entityminsolverid props two_idpool

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

13.0