*newidoption

Defines how new IDs are assigned for a submodel.

Syntax

*newidoption id option

Type

HyperMesh Tcl Modify Command

Description

This command now new IDs are assigned for a submodel.

Inputs

id
The ID of the submodel.
option
0 - Minimum available
1 - Maximum available (default)

Example

To set the new ID option as using minimum available for include 1:

*newidoption 1 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

12.0.110