hm_entitymaxsolverid
Returns the maximum solver ID in use for an entity type.
Syntax
hm_entitymaxsolverid entity_type ?id_pool_name?
Type
HyperMesh Tcl Query Command
Description
Returns the maximum solver ID in use for an entity type.
Inputs
- entity_type
- The type of entity to query.
- id_pool_name
- An optional argument, indicating whether the maximum internal ID should be considered over all ID pools or a specific ID pool only.
Example
To get the maximum solver ID for properties:
hm_entitymaxsolverid props
To get the maximum solver ID for properties in the two_idpool property ID pool:
hm_entitymaxsolverid props two_idpool
Errors
if { [ catch {command_name...} ] } {
# Handle error
}