*beadboundsupdate

Updates the bounds of a topography design variable.

Syntax

*beadboundsupdate name upperbound lowerbound

Type

HyperMesh Tcl Modify

Description

Updates the bounds of a topography design variable.

Inputs

name
The name of the design variable.
upperbound
Design variable upper bound.
lowerbound
Design variable lower bound.

Examples

To update a topography design variable dv1 to have an upper bound of 2.5 and a lower bound of 1.5:
*beadboundsupdate("dv1",2.5,1.5)