*shpdesvarupdate

Updates a shape design variable. This command replaces *shapedesvarsupdate().

Syntax

*shpdesvarupdate name upperbound initialvalue lowerbound delxv shapeid

Type

HyperMesh Tcl Modify

Description

Updates a shape design variable. This command replaces *shapedesvarsupdate().

Inputs

name
The name of the design variable.
uppperbound
Design variable upper bound.
initialvalue
Initial value of the design variable.
lowerbound
Design variable lower bound.
delxv
Move limit of the design variable.
shapeid
ID of the shape.

Example

To update an existing shape design variable "dv1" with an upper bound of 3.0, lower bound of 1.8, an initial value of 2.2, and a move limit of 0.7 that references an existing shape of ID 4:

*shpdesvarupdate("dv1",3.0,1.8,2.2,0.7,4)

Errors

None.