*setcurrentmodel

Sets the specified model as curent.

Syntax

*setcurrentmodel name

Type

HyperMesh Tcl Modify Command

Description

Sets the specified model as curent.

Inputs

name
The name of the model to set current.

Examples

To set model named model-2 as current:

*setcurrentmodel model-2

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