*opticontrolupdatetopdiscparameters
Updates the optimization control parameters used to activates the improved discrete topology optimization formulation.
Syntax
*opticontrolupdatetopdiscparameters topdisctoggle topdisc
Type
HyperMesh Tcl Modify
Description
Updates the optimization control parameters used to activates the improved discrete topology optimization formulation. This aims at producing more discrete results for all topology runs including manufacturing constraints.
Inputs
- topdisctoggle
- Discrete topology toggle on (1) or off (0) state (integer).
- topdisc
- YES or NO.
Examples
To activate the topology optimization formulation type:
*opticontrolupdatetopdiscparameters 1 YES
To deactivate the topology optimization formulation type:
*opticontrolupdatetopdiscparameters 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
14.0.120