*shpdesvarcreate

Creates a shape design variable. This command replaces *shapedesvarcreate().

Syntax

*shpdesvarcreate name upperbound initialvalue lowerbound delxv shapeid

Type

HyperMesh Tcl Modify

Description

Creates a shape design variable. This command replaces *shapedesvarcreate()

Inputs

name
The name of the design variable.
upperbound
Design variable upper bound.
initial value
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 create a shape design variable "dv1" with an upper bound of 2.5, lower bound of 1.0, an initial value of 1.5, and a move limit of 0.7 that references an existing shape of ID 3.

*createmark(vectors,1) 1 2 
*shpdesvarcreate("dv1",2.5,1.5,1,0.7,3)

Errors

None.