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) | |
| Creates a inconsistent bend issue from the SheetMetal_Bend object. | |
| double | ExpectedRadius () |
| Returns the expected radius in mm . | |
| void | SetExpectedRadius (double theRadius) |
| Sets the expected radius in mm. | |
| 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 () |
| 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 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.
|
inline |
Creates a inconsistent bend issue from the SheetMetal_Bend object.
Constructor.
|
inline |
Returns the actual bend radius in mm .
|
inlinestatic |
Returns true if theFeature is a DFM sheet metal inconsistent radius bend issue.
|
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 |