NX Open C++ Reference Guide
|
The structure for defining fillet weld lengths. More...
Public Member Functions | |
FilletSizes (double throatThicknessInitial, double legLength1Initial, double legLength2Initial) | |
Constructor for the FilletSizes struct. | |
Public Attributes | |
double | LegLength1 |
The fillet weld first length. | |
double | LegLength2 |
The fillet weld second length. | |
double | ThroatThickness |
The fillet weld throat thickness. |
The structure for defining fillet weld lengths.
NXOpen::Weld::JointExitBuilder::FilletSizes::FilletSizes | ( | double | throatThicknessInitial, |
double | legLength1Initial, | ||
double | legLength2Initial | ||
) |
Constructor for the FilletSizes struct.
throatThicknessInitial | The fillet weld throat thickness |
legLength1Initial | The fillet weld first length. |
legLength2Initial | The fillet weld second length. |
The fillet weld first length.
The fillet weld second length.
The fillet weld throat thickness.