Describes internal corner radius issues found during cnc machining turning design analysis. More...
Public Member Functions | |
| DFMMachining_SmallRadiusTurnedPartInternalCornerIssue (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| DFMMachining_SmallRadiusTurnedPartInternalCornerIssue () | |
| Constructor. | |
| double | ExpectedMinRadius () |
| void | SetExpectedMinRadius (double theValue) |
| double | ActualRadius () |
| void | SetActualRadius (double theValue) |
| cadex.ModelData.Shell | Shape () |
| void | SetShape (cadex.ModelData.Shell theShell) |
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 small radius turned part internal corner issue. | |
| static new cadex.DFMMachining_SmallRadiusTurnedPartInternalCornerIssue | 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 turning design analysis.
A turned part with a small internal corner radius issue in cnc machining turning design can cause problems during the machining process, as the tool used to cut the part may not be able to reach into the tight radius, resulting in an unfinished surface. The issue may also result in structural weakness, as sharp internal corners can create stress points that may compromise the integrity of the part.
Contains shape of turned part internal corner that fails the following condition:
\[ \large R_c \geq r_m \]
\[ \begin{aligned} & \small R_c - \text{actual turned part internal corner radius} \\ & \small r_m - \text{expected minimum turned part internal corner radius} \end{aligned} \]
|
inline |
Returns the actual internal corner radius of the turned part in mm .
|
inlineprotectedvirtual |
Reimplemented from cadex.DFMBase_Issue.
|
inline |
Returns the expected minimum internal corner radius in mm .
|
inline |
Sets actual internal corner radius in mm . The value must be more or equal to zero.
|
inline |
Sets expected minimum internal corner radius in mm . The value must be more than zero.
|
inline |
Sets shape of the internal corner.
|
inline |
Returns shape of the turned part internal corner.
Contains the internal corner fillet shape or faces that form a sharp internal corner.