*freesizelaminatethicknessupdate
Updates the minimum and maximum laminate thickness of a free size design variable.
Syntax
*freesizelaminatethicknessupdate name min max
Type
HyperMesh Tcl Modify
Description
This command updates a free size design variable that corresponds to a DSIZE card. The design variable can be created using STACK IDs or properties of type PSHELL, PCOMP, or PCOMPG.
Inputs
- name
- Name of the free size design variable.
- min
- Minimum laminate thickness. If set to 0, this constraint is assumed to be off.
- max
- Maximum laminate thickness. If set to 0, this constraint is assumed to be off.
Example
To update the laminate constraints of a free size design variable fsize1, such that the
minimum thickness is 0.5 and the maximum thickness constraint is turned
off:
*freesizelaminatethicknessupdate "fsize1" 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
9.0