NX Open C++ Reference Guide
|
This structure contains the bend parameters for a Sheet Metal bend area. More...
Public Member Functions | |
SheetmetalBendParameters (double innerRadiusInitial, double neutralFactorInitial, double bendAngleInitial, NXOpen::Features::SheetMetal::SheetmetalBendState bendStateInitial) | |
Constructor for the SheetmetalBendParameters struct. | |
Public Attributes | |
double | BendAngle |
Bend Angle. | |
NXOpen::Features::SheetMetal::SheetmetalBendState | BendState |
Bend Face is flat or bent. | |
double | InnerRadius |
Inner Bend Radius. | |
double | NeutralFactor |
Neutral factor value. |
This structure contains the bend parameters for a Sheet Metal bend area.
NXOpen::Features::SheetMetal::SheetmetalBendParameters::SheetmetalBendParameters | ( | double | innerRadiusInitial, |
double | neutralFactorInitial, | ||
double | bendAngleInitial, | ||
NXOpen::Features::SheetMetal::SheetmetalBendState | bendStateInitial | ||
) |
Constructor for the SheetmetalBendParameters struct.
innerRadiusInitial | Inner Bend Radius. This works only for cylidrical bend faces. Other faces return 0.0 |
neutralFactorInitial | Neutral factor value. If the flange is controlled by bend tables, then this is table value converted to neutral factor. |
bendAngleInitial | Bend Angle |
bendStateInitial | Bend Face is flat or bent |
Inner Bend Radius.
This works only for cylidrical bend faces. Other faces return 0.0
Neutral factor value.
If the flange is controlled by bend tables, then this is table value converted to neutral factor.