Describes irregular notch corner fillet radius issue found during sheet metal design analysis. More...
Public Member Functions | |
| DFMSheetMetal_IrregularCornerFilletRadiusNotchIssue (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| DFMSheetMetal_IrregularCornerFilletRadiusNotchIssue () | |
| Constructor. | |
| DFMSheetMetal_IrregularCornerFilletRadiusNotchIssue (cadex.SheetMetal_StraightNotch theNotch) | |
| Constructor. | |
| cadex.SheetMetal_StraightNotch | Notch () |
| Returns the problematic sheet metal notch. | |
| void | SetNotch (cadex.SheetMetal_StraightNotch theNotch) |
| Sets the problematic sheet metal notch. | |
| double | ExpectedCornerFilletRadiusToSheetThicknessRatio () |
| Returns expected notch corner fillet radius to sheet thickness ratio. | |
| void | SetExpectedCornerFilletRadiusToSheetThicknessRatio (double theRatio) |
| Sets expected notch corner fillet radius to sheet thickness ratio. | |
| double | ExpectedCornerFilletRadius () |
| Returns expected notch corner fillet radius in mm . | |
| double | ActualCornerFilletRadius () |
| Returns actual notch corner fillet radius in mm . | |
| double | ActualSheetThickness () |
| Returns actual sheet thickness in mm . | |
| void | SetActualSheetThickness (double theThickness) |
| Sets 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 irregular corner fillet radius notch issue. | |
| static new cadex.DFMSheetMetal_IrregularCornerFilletRadiusNotchIssue | 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 irregular notch corner fillet radius issue found during sheet metal design analysis.
If the ratio of the notch corner fillet radius to the thickness of the sheet metal is irregular, this can lead to problems in the production of notches. Straight corners of the notch can be difficult to shear cleanly without causing deformation or fractures in the material. Rounded corners help distribute cutting force more evenly, reducing the chance of warping or breaking and providing a cleaner, more precise cut.
Contains notch with corner fillet radii that don't meet the following condition:
\[ \large R_n = T * Rt \]
\[ \begin{aligned} & \small R_n - \text{actual notch corner fillet radius} \\ & \small T - \text{actual sheet thickness} \\ & \small Rt - \text{expected notch corner fillet radius to sheet thickness ratio} \end{aligned} \]
|
inline |
Constructor.
|
inline |
Constructor.
|
inline |
Returns actual notch corner fillet radius in mm .
|
inline |
Returns actual sheet thickness in mm .
|
inlinestatic |
Returns true if theFeature is a DFM sheet metal irregular corner fillet radius notch issue.
|
inlineprotectedvirtual |
Reimplemented from cadex.DFMBase_Issue.
|
inline |
Returns expected notch corner fillet radius in mm .
\[ \large R_n = T * Rt \]
\[ \begin{aligned} & \small R_n - \text{actual notch corner fillet radius} \\ & \small T - \text{actual sheet thickness} \\ & \small Rt - \text{expected notch corner fillet radius to sheet thickness ratio} \end{aligned} \]
|
inline |
Returns expected notch corner fillet radius to sheet thickness ratio.
|
inline |
Returns the problematic sheet metal notch.
|
inline |
Sets actual sheet thickness in mm .
theThickness should be greater than zero.
|
inline |
Sets expected notch corner fillet radius to sheet thickness ratio.
theRatio should be greater than zero.
|
inline |
Sets the problematic sheet metal notch.