*opticontrolupdateapproxparameters
Updates the optimization control parameters used to activate the approximation type for stress/strain responses for shells, composites and 1D elements.
Syntax
*opticontrolupdateapproxparameters approx_toggle approx_value
Type
HyperMesh Tcl Modify
Description
Updates the optimization control parameters used to activate the approximation type for stress/strain responses for shells, composites and 1D elements.
Inputs
- approx_toggle
- 0 - Off
- approx_value
- The string FULL or REDUCED.
Example
To activate the approximation type switch with approx value REDUCED:
*opticontrolupdateapproxparameters 1 REDUCED
To deactivate the approximation type switch:
*opticontrolupdateapproxparameters 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
13.0