Describes small length flange issues found during sheet metal design analysis. More...
Public Member Functions | |
| DFMSheetMetal_SmallLengthFlangeIssue (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| DFMSheetMetal_SmallLengthFlangeIssue () | |
| Constructor. | |
| DFMSheetMetal_SmallLengthFlangeIssue (cadex.MTKBase_CompositeFeature theFlange) | |
| Creates a small length flange issue from the MTKBase_CompositeFeature object. | |
| cadex.MTKBase_CompositeFeature | Flange () |
| Returns the problematic flange. | |
| void | SetFlange (cadex.MTKBase_CompositeFeature theFlange) |
| Sets the problematic flange The first feature in MTKBase_CompositeFeature should be the flange bend (SheetMetal_Bend) and the second is an end flage face (ModelData.Face) as MTKBase_ShapeFeature object. | |
| double | ExpectedMinLengthToSheetThicknessRatio () |
| Returns the expected minimum flange length to thickness ratio. | |
| void | SetExpectedMinLengthToSheetThicknessRatio (double theRatio) |
| Sets the expected minimum flange length to thickness ratio. | |
| double | ExpectedMinLength () |
| Returns the expected minimum flange length in mm . | |
| double | ActualLength () |
| Returns the actual flange length in mm . | |
| void | SetActualLength (double theLength) |
| Sets the actual flange length in mm. | |
Public Member Functions inherited from cadex.DFMSheetMetal_BendIssue | |
| DFMSheetMetal_BendIssue (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| cadex.SheetMetal_Bend | Bend () |
| Returns the problematic sheet metal bend. | |
| void | SetBend (cadex.SheetMetal_Bend theBend) |
| Sets the problematic sheet metal bend. | |
| double | ActualSheetThickness () |
| Returns the actual sheet thickness of analyzed part in mm . | |
| void | SetActualSheetThickness (double theThickness) |
| Sets the actual sheet thickness in mm . | |
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 () |
| Resets reference to implementation object. | |
| bool | IsNull () |
| Returns true if the object is nullified. | |
| 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 small length flange issue. | |
| static new cadex.DFMSheetMetal_SmallLengthFlangeIssue | 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 length flange issues found during sheet metal design analysis.
The flange length refers to the length of the flat section of a flanged edge. A small flange length issue can occur when the flange length is too small to accommodate the intended bend radius. This can cause the material to wrinkle or crack during the forming process, leading to a defective or unusable part.
Contains simple bend and it's flange that fails the following condition:
\[ \large L_f \geq T \times Rt + R_b \]
\[ \begin{aligned} & \small L_f - \text{actual flange length} \\ & \small T - \text{actual sheet thickness} \\ & \small Rt - \text{expected minimum flange length to sheet thickness ratio} \\ & \small R_b - \text{actual bend radius} \end{aligned} \]
|
inline |
Constructor.
|
inline |
Creates a small length flange issue from the MTKBase_CompositeFeature object.
The first feature in MTKBase_CompositeFeature should be the flange bend (SheetMetal_Bend) and the second is an end flage face (ModelData.Face) as MTKBase_ShapeFeature object. Constructor.
|
inline |
Returns the actual flange length in mm .
|
inlinestatic |
Returns true if theFeature is a small length flange issue.
|
inlineprotectedvirtual |
Reimplemented from cadex.DFMSheetMetal_BendIssue.
|
inline |
Returns the expected minimum flange length in mm .
|
inline |
Returns the expected minimum flange length to thickness ratio.
\[ \large L_e = T \times Rt + R_b \]
\[ \begin{aligned} & \small L_e - \text{expected minimum flange length} \\ & \small T - \text{actual sheet thickness} \\ & \small Rt - \text{expected minimum flange length to sheet thickness ratio} \\ & \small R_b - \text{actual bend radius} \end{aligned} \]
|
inline |
Returns the problematic flange.
The first feature in MTKBase_CompositeFeature is a flange bend (SheetMetal_Bend) and the second is an end flage face (ModelData.Face) as MTKBase_ShapeFeature object.
|
inline |
|
inline |
Sets the expected minimum flange length to thickness ratio.
theRatio should be greater than zero.
|
inline |
Sets the problematic flange The first feature in MTKBase_CompositeFeature should be the flange bend (SheetMetal_Bend) and the second is an end flage face (ModelData.Face) as MTKBase_ShapeFeature object.