*removemodel

Removes a secondary model.

Syntax

*removemodel name

Type

HyperMesh Tcl Modify

Description

Removes a secondary model.

Inputs

name
The name of the secondary model to remove.

Examples

To add a new secondary model named model-2:

*removemodel 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