*deleteidrange
Deletes an ID range.
Syntax
*deleteidrange submodel_type id shortname entity_type
Type
HyperMesh Tcl Modify
Description
This command deletes an ID range for a submodel.
Inputs
- submodel_type
- The type of submodel to delete the ID range for. Valid values are includes and includefiles.
- id
- The ID of the submodel. Not required if shortname is used.
- shortname
- The shortname of the submodel. Not required if id is used.
- entity_type
- The type of entity to delete the ID range for.
Examples
To delete an ID range for include 1 for
components
*createidrange includes 1 "" comps
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
12.0.110