*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.
A value of 0 does not store the renumbered entities.

Examples

To renumber all entities:

*renumberinternaltosolverid 0 0

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

2019