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