Describes inconsistent radius bend issues found during sheet metal design analysis. More...
Public Member Functions | |
| DFMSheetMetal_InconsistentRadiusBendIssue (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| DFMSheetMetal_InconsistentRadiusBendIssue () | |
| Constructor. | |
| DFMSheetMetal_InconsistentRadiusBendIssue (cadex.SheetMetal_Bend theBend) | |
| Constructor. | |
| double | ExpectedRadius () |
| void | SetExpectedRadius (double theRadius) |
| double | ActualRadius () |
| Returns the actual bend radius in mm . | |
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 inconsistent radius bend issue. | |
| static new cadex.DFMSheetMetal_InconsistentRadiusBendIssue | 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 inconsistent radius bend issues found during sheet metal design analysis.
This issue occurs when the radius of a bend varies from one section to another, resulting in uneven distribution of stress and strain in the part. Avoiding variety in bend radii help to minimize setup changes during the manufacturing process. When the bend radius is consistent, the machine settings can be standardized, which means that less time will be spent making adjustments between parts. This can help to reduce production time and costs, as well as improve the overall quality of the finished product.
|
inline |
Constructor.
Creates a inconsistent bend issue from the SheetMetal_Bend object.
|
inlineprotectedvirtual |
Reimplemented from cadex.DFMSheetMetal_BendIssue.
|
inline |
Returns the expected radius in mm .
Expected radius is the most common bend radius in analyzed part.
|
inline |
Sets the expected radius in mm. theRadius should be greater than zero.