*clearallidranges
Clears all ID ranges for various portions of a model.
Syntax
*clearallidranges id_or_type mode
Type
HyperMesh Tcl Modify Command
Description
Clears all ID ranges for various portions of a model.
Inputs
- id_or_type
- The submodel ID or entity type, depending on the requested mode.
- mode
- bymodel - Clear all ID ranges in the whole model.
Examples
*clearallidrange 0 bymodel
*clearallidrange $include_id bysubmodel
*clearallidrange comps byentities
*clearallidrange 0 byexcludedmodel
*clearallidrange $include_id byexcludedsubmodel
*clearallidrange groups byexcludedentities
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
14.0.110