*latparmupdatemaxradparameter

Updates the upper bound of the design variables (radii) in the lattice sizing optimization phase.

Syntax

*latparmupdatemaxradparameter maxradtoggle maxrad

Type

HyperMesh Tcl Modify

Description

Updates the upper bound of the design variables (radii) in the lattice sizing optimization phase.

Inputs

maxradtoggle
Maximum radii state 1 (on) or 0 (off).
maxrad
Maximum radii value.

Example

To update the maximum radii value for lattice optimization parameters:

*latparmupdatemaxradparameter 1 8.5

Errors

Incorrect usage results in a Tcl error. To detect errors, you can use the catch command:
if { [ catch {command_name...} ] } {
   # Handle error
}

Version History

14.0.110