*correctoverflowsubmodelentityids
Corrects an entity ID range overflow for a submodel.
Syntax
*correctoverflowsubmodelentityids submodel_type id entity_type option renum_option ?pool_id?
Type
HyperMesh Tcl Modify Command
Description
This command corrects an entity ID range overflow for a submodel.
Inputs
- submodel_type
 - Submodel type to correct the ID range overflow for. Valid values are:
- includes
 - includefiles
 
 - id
 - The ID of the submodel.
 - entity_type
 - The type of entity to correct the overflow for.
 - option
 - 0 - Overflow IDs
 - renum_option
 - 1 - Compact and fit (default)
 - pool_id
 - The optional ID of the solver pool.
 
Examples
*correctoverflowsubmodelentityids includes 1 comps 2 2*correctoverflowsubmodelentityids includes 1 0 2 2Errors
if { [ catch {command_name...} ] } {
   # Handle error
}Version History
12.0.110
2019 - Added new optional argument pool_id.