*compactsubmodelids
Renumbers ID ranges starting from the minimum allowed ID.
Syntax
*compactsubmodelids submodel_id id entity_type ?pool_id?
Type
HyperMesh Tcl Modify Command
Description
Renumbers ID ranges starting from the minimum allowed ID.
Inputs
- submodel_type
- Submodel type to compact the IDs for. Valid values are includes and includefiles.
- id
- The ID of the submodel.
- entity_type
- The type of entity to compact the IDs for.
- pool_id
- The optional ID of the solver pool.
Examples
*compactsubmodelids includes 1 comps
*compactsubmodelids includes 1 0
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
12.0.110
2019 - Added new optional argument pool_id.