*morphupdateparameter
Updates integer/real morphing parameters.
Syntax
*morphupdateparameter parameter value
Type
HyperMesh Tcl Modify Command
Description
This command updates integer/real morphing parameters.
Inputs
- parameter
- The parameter of interest. Valid parameters are:
- value
- The new value of the parameter.
Example
To update the current biasing style for handles to sinusoidal:
*morphupdateparameter biasstyle 1
Errors
if { [ catch {*morphupdateparameter...} ] } {
# Handle error
}