*compositesizelaminatethicknessupdate
Updates the minimum and maximum laminate thickness of a composite size design variable.
Syntax
*compositesizelaminatethicknessupdate name lt_min lt_max
Type
HyperMesh Tcl Modify
Description
Updates the minimum and maximum laminate thickness of a composite size design variable.
Inputs
- name
- The name of the composite size design variable to update.
- lt_min
- The minimum laminate thickness. If set to 0, this constraint is assumed to be off.
- lt_max
- The maximum laminate thickness. If set to 0, this constraint is assumed to be off.
Examples
To update the laminate constraints of a composite size design variable dc1, such that the
minimum thickness is 0.5 and the maximum thickness constraint is turned
off:
*compositesizelaminatethicknessupdate "dc1" 0.5 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
10.0