*shapeboundsupdate

Updates the bounds of a shape designvariable.

Syntax

*shapeboundsupdate name upperbound initialvalue lowerbound delxv

Type

HyperMesh Tcl Modify

Description

Updates the bounds of a shape designvariable.

Inputs

name
The name of the design variable.
upperbound
Design variable upper bound.
initialvalue
Initial value of the design variable.
lowerbound
Design variable lower bound.
delxv
Move limit of the design variable. A value of –1 on this field is equivalent to using the "move limit default" toggle in the shape panel.

Example

To update a 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:

*shapedesvarupdate(1,"dv1",3.0,2.2,1.8,0.7)

Errors

None.