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 |
double NXOpen::Features::SheetMetal::SheetmetalBendParameters::BendAngle |
Bend Angle.
NXOpen::Features::SheetMetal::SheetmetalBendState NXOpen::Features::SheetMetal::SheetmetalBendParameters::BendState |
double NXOpen::Features::SheetMetal::SheetmetalBendParameters::InnerRadius |
Inner Bend Radius.
This works only for cylidrical bend faces. Other faces return 0.0
double NXOpen::Features::SheetMetal::SheetmetalBendParameters::NeutralFactor |
Neutral factor value.
If the flange is controlled by bend tables, then this is table value converted to neutral factor.