*sizedesvarcreate

Creates a design variable.

Syntax

*sizedesvarcreate name upperbound initialvalue lowerbound delxv

Type

HyperMesh Tcl Modify

Description

Creates a design variable.

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 size panel.

Example

To create a size design variable "dv1" with an upper bound of 3.6, lower bound of 1.5, an initial value of 2.0, and a move limit of 0.6:

*sizedesvarcreate(1,"dv1",3.6,2.0,1.5,0.6)

Errors

None.