*renumberinternaltosolverid
Renumbers internal IDs to match solver IDs.
Syntax
*renumberinternaltosolverid entity_type output_mark_id
Type
HyperMesh Tcl Modify Command
Description
Renumbers internal IDs to match solver IDs.
Inputs
- entity_type
- The type of entity to update. If set to 0, all entities that have solver IDs are considered.
- output_mark_id
- The ID of the mark containing the renumbered entities. Valid values are 1 and 2.
Examples
To renumber all entities:
*renumberinternaltosolverid 0 0
Errors
if { [ catch {command_name...} ] } {
# Handle error
}
Version History
2019