Describes internal corner radius issues found during cnc machining milling design analysis. More...
Public Member Functions | |
| DFMMachining_SmallRadiusMilledPartInternalCornerIssue (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| DFMMachining_SmallRadiusMilledPartInternalCornerIssue () | |
| Constructor. | |
| double | ExpectedMaxDepthToRadiusRatio () |
| void | SetExpectedMaxDepthToRadiusRatio (double theRatio) |
| double | ExpectedMinRadius () |
| double | ActualRadius () |
| void | SetActualRadius (double theRadius) |
| double | ActualDepth () |
| void | SetActualDepth (double theDepth) |
| cadex.ModelData.Shell | Shape () |
| void | SetShape (cadex.ModelData.Shell theShell) |
Public Member Functions inherited from cadex.DFMMachining_MillingIssue | |
| DFMMachining_MillingIssue (global::System.IntPtr cPtr, bool cMemoryOwn) | |
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 theIssue is a DFM small radius milled part internal corner issue. | |
| static new cadex.DFMMachining_SmallRadiusMilledPartInternalCornerIssue | Cast (cadex.MTKBase_Feature theBase) |
Static Public Member Functions inherited from cadex.DFMMachining_MillingIssue | |
| static new bool | CompareType (cadex.MTKBase_Feature theFeature) |
| Returns true if theIssue is a DFM machining milling issue. | |
| static new cadex.DFMMachining_MillingIssue | 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 internal corner radius issues found during cnc machining milling design analysis.
A small radius internal corner can be problematic in cnc machining milling design due to the difficulty of clearing material from the corner with a cutting tool. Cutting tools have a finite diameter and cannot produce a sharp internal corner, resulting in a small radius. This small radius can create stress points in the workpiece and may not satisfy design requirements for a sharp corner. Additionally, the small radius can be difficult to machine, requiring specialized tooling or techniques to create a high-quality surface finish.
Contains internal corner that fails the following condition:
\[ \large R_c \geq \frac{D_c}{Rt} \]
\[ \begin{aligned} & \small R_c - \text{actual internal corner radius} \\ & \small D_c - \text{actual internal corner depth} \\ & \small Rt - \text{expected maximum internal corner depth to radius ratio} \end{aligned} \]
|
inline |
Returns the actual internal corner depth in mm .
|
inline |
Returns the actual internal corner radius in mm .
|
inlineprotectedvirtual |
Reimplemented from cadex.DFMMachining_MillingIssue.
|
inline |
Returns the expected maximum internal corner depth to radius ratio.
|
inline |
Returns the expected minimum internal corner radius in mm .
\[ \large R_e = \frac{D_c}{Rt} \]
\[ \begin{aligned} & \small R_e - \text{expected minimum internal corner radius} \\ & \small D_c - \text{actual internal corner depth} \\ & \small Rt - \text{expected maximum internal corner depth to radius ratio} \end{aligned} \]
|
inline |
Sets actual internal corner depth in mm . The value should be greater or equal to 0.
|
inline |
Sets actual internal corner radius in mm . The value should be greater or equal to 0.
|
inline |
Sets shape of the milled part internal corner.
|
inline |
Returns shape of the milled part internal corner.
Contains the internal corner fillet shape or faces that form a sharp internal corner.