Describes small radius bend issues found during sheet metal design analysis. More...
Public Member Functions | |
| DFMSheetMetal_SmallRadiusBendIssue (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| DFMSheetMetal_SmallRadiusBendIssue () | |
| Constructor. | |
| DFMSheetMetal_SmallRadiusBendIssue (cadex.SheetMetal_Bend theBend) | |
| Constructor. | |
| double | ExpectedMinRadiusToSheetThicknessRatio () |
| void | SetExpectedMinRadiusToSheetThicknessRatio (double theRatio) |
| double | ExpectedMinRadius () |
| double | ActualRadius () |
Public Member Functions inherited from cadex.DFMSheetMetal_BendIssue | |
| DFMSheetMetal_BendIssue (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| cadex.SheetMetal_Bend | Bend () |
| void | SetBend (cadex.SheetMetal_Bend theBend) |
| double | ActualSheetThickness () |
| void | SetActualSheetThickness (double theThickness) |
Public Member Functions inherited from cadex.DFMBase_Issue | |
| DFMBase_Issue (global::System.IntPtr cPtr, bool cMemoryOwn) | |
Public Member Functions inherited from cadex.MTKBase_Feature | |
| MTKBase_Feature (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| void | Dispose () |
| MTKBase_Feature () | |
| Constructor. | |
| void | Nullify () |
| bool | IsNull () |
| bool | IsEqual (cadex.MTKBase_Feature theObject) |
| bool | IsNotEqual (cadex.MTKBase_Feature theObject) |
Static Public Member Functions | |
| static new bool | CompareType (cadex.MTKBase_Feature theFeature) |
| Returns true if theFeature is a DFM sheet metal small radius bend issue. | |
| static new cadex.DFMSheetMetal_SmallRadiusBendIssue | Cast (cadex.MTKBase_Feature theBase) |
Static Public Member Functions inherited from cadex.DFMSheetMetal_BendIssue | |
| static new bool | CompareType (cadex.MTKBase_Feature theFeature) |
| Returns true if theFeature is a DFM sheet metal bend issue. | |
| static new cadex.DFMSheetMetal_BendIssue | Cast (cadex.MTKBase_Feature theBase) |
Static Public Member Functions inherited from cadex.DFMBase_Issue | |
| static bool | CompareType (cadex.MTKBase_Feature theFeature) |
| Returnstrue if theFeature is a DFM issue. | |
| static cadex.DFMBase_Issue | Cast (cadex.MTKBase_Feature theBase) |
Protected Member Functions | |
| override void | Dispose (bool disposing) |
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} \]
|
inline |
Constructor.
Creates a small radius bend issue from the SheetMetal_Bend object.
|
inline |
|
inlineprotectedvirtual |
Reimplemented from cadex.DFMSheetMetal_BendIssue.
|
inline |
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} \]
|
inline |
Returns the expected minimum radius to thickness ratio.
|
inline |
Sets the expected minimum bend radius to thickness ratio. theRatio should be greater than zero.