*morphupdateparameterstring

Updates string morphing parameters.

Syntax

*morphupdateparameterstring parameter value

Type

HyperMesh Tcl Modify Command

Description

This command updates string morphing parameters.

Inputs

parameter
The parameter of interest. Valid parameters are:
iressimu: name of the simulation used in FEA results plotting
iresdata: name of the data type used in FEA results plotting
value
The new value of the parameter.

Example

To update the name of the FEA simulation for plotting:

*morphupdateparameterstring iressimu "Cantilver loading"

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

11.0