*opticontrolupdatemanthrparameters

Updates the optimization control parameters used to control the percentage threshold value for manufacturing constraint violation.

Syntax

*opticontrolupdatemanthrparameters manthrtoggle manthr

Type

HyperMesh Tcl Modify

Description

Updates the optimization control parameters used to control the percentage threshold value for manufacturing constraint violation.

Inputs

mahthrtoggle
The MANTHR toggle on (1) or off (0) state.
mahthr
The MANTHR value .

Examples

To activate the manthr process:

*opticontrolupdatemanthrparameters 1 1.0

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

2019