Describes small radius bend issues found during sheet metal design analysis. More...
Public Member Functions | |
DFMSheetMetal_SmallRadiusBendIssue () | |
Constructor. | |
DFMSheetMetal_SmallRadiusBendIssue (const SheetMetal_Bend &theBend) | |
Constructor. | |
double | ExpectedMinRadiusToSheetThicknessRatio () const |
void | SetExpectedMinRadiusToSheetThicknessRatio (double theRatio) |
double | ExpectedMinRadius () const |
double | ActualRadius () const |
![]() | |
const SheetMetal_Bend & | Bend () const |
void | SetBend (const SheetMetal_Bend &theBend) |
double | ActualSheetThickness () const |
void | SetActualSheetThickness (double theThickness) |
![]() | |
MTKBase_Feature () | |
Constructor. | |
~MTKBase_Feature () | |
Destructor. | |
void | Nullify () |
bool | IsNull () const |
operator bool () const | |
Casts the object to the bool type. | |
template<typename T > | |
bool | IsOfType () const |
ImplType * | Impl () const |
template<typename T > | |
T * | Impl () const |
Reserved for internal use. | |
bool | operator== (const MTKBase_Feature &theObject) const |
bool | operator!= (const MTKBase_Feature &theObject) const |
Static Public Member Functions | |
static bool | CompareType (const MTKBase_Feature &theFeature) |
Returns true if theFeature is a dfm sheet metal small radius bend issue. | |
![]() | |
static bool | CompareType (const MTKBase_Feature &theFeature) |
Returns true if theFeature is a dfm sheet metal bend issue. | |
![]() | |
static bool | CompareType (const MTKBase_Feature &theFeature) |
Returnstrue if theFeature is a dfm issue. | |
Additional Inherited Members | |
![]() | |
typedef cadex::internal::DFMSheetMetalImpl_BendIssue | ImplType |
typedef std::shared_ptr< ImplType > | ImplPtrType |
![]() | |
typedef cadex::internal::DFMBaseImpl_Issue | ImplType |
typedef std::shared_ptr< ImplType > | ImplPtrType |
![]() | |
typedef cadex::internal::MTKBaseImpl_Feature | ImplType |
typedef std::shared_ptr< ImplType > | ImplPtrType |
![]() | |
DFMSheetMetal_BendIssue (ImplPtrType theImpl) | |
Reserved for internal use. | |
![]() | |
DFMBase_Issue (ImplPtrType theImpl) | |
Reserved for internal use. | |
![]() | |
MTKBase_Feature (ImplPtrType theImpl) | |
Reserved for internal use. | |
![]() | |
ImplPtrType | myImpl |
Describes small radius bend issues found during sheet metal design analysis.
The small bend radius issue refers to a situation where the bend radius is smaller than the recommended one. When the bend radius is too small, the material is stretched too much, which can cause the material to crack or even break. Additionally, a small bend radius can cause the material to distort, resulting in parts that are not as accurate as they should be.
Contains simple bend that fails the following condition:
\[ \large R_b \geq T \times Rt \]
\[ \begin{aligned} & \small R_b - \text{actual bend radius} \\ & \small T - \text{actual sheet thickness} \\ & \small Rt - \text{expected minimum bend radius to sheet thickness ratio} \end{aligned} \]
cadex::DFMSheetMetal_SmallRadiusBendIssue::DFMSheetMetal_SmallRadiusBendIssue | ( | const SheetMetal_Bend & | theBend | ) |
Constructor.
Creates a small radius bend issue from the SheetMetal_Bend object.
double cadex::DFMSheetMetal_SmallRadiusBendIssue::ActualRadius | ( | ) | const |
Returns the actual bend radius in mm .
double cadex::DFMSheetMetal_SmallRadiusBendIssue::ExpectedMinRadius | ( | ) | const |
Returns the expected minimum bend radius in mm .
\[ \large R_e = T \times Rt \]
\[ \begin{aligned} & \small R_e - \text{expected minimum bend radius} \\ & \small T - \text{actual sheet thickness} \\ & \small Rt - \text{expected minimum bend radius to sheet thickness ratio} \end{aligned} \]
double cadex::DFMSheetMetal_SmallRadiusBendIssue::ExpectedMinRadiusToSheetThicknessRatio | ( | ) | const |
Returns the expected minimum radius to thickness ratio.
void cadex::DFMSheetMetal_SmallRadiusBendIssue::SetExpectedMinRadiusToSheetThicknessRatio | ( | double | theRatio | ) |
Sets the expected minimum bend radius to thickness ratio. theRatio should be greater than zero.