Hide menu
Loading...
Searching...
No Matches
cadex.DFMMachining_SmallRadiusMilledPartInternalCornerIssue Class Reference

Describes internal corner radius issues found during cnc machining milling design analysis. More...

Inheritance diagram for cadex.DFMMachining_SmallRadiusMilledPartInternalCornerIssue:
cadex.DFMMachining_MillingIssue cadex.DFMBase_Issue cadex.MTKBase_Feature

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)
 

Detailed Description

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} \]

See also
DFMMachining_Analyzer, DFMMachining_MillingAnalyzerParameters.MaxMilledPartInternalCornerDepthToRadiusRatio()
Examples
machining/dfm_analyzer/Program.cs, and machining/dfm_analyzer/main.cxx.

Member Function Documentation

◆ ActualDepth()

double cadex.DFMMachining_SmallRadiusMilledPartInternalCornerIssue.ActualDepth ( )
inline

Returns the actual internal corner depth in mm .

See also
SetActualDepth()

◆ ActualRadius()

double cadex.DFMMachining_SmallRadiusMilledPartInternalCornerIssue.ActualRadius ( )
inline

Returns the actual internal corner radius in mm .

See also
SetActualRadius()
Examples
machining/dfm_analyzer/Program.cs.

◆ Dispose()

override void cadex.DFMMachining_SmallRadiusMilledPartInternalCornerIssue.Dispose ( bool disposing)
inlineprotectedvirtual

Reimplemented from cadex.DFMMachining_MillingIssue.

◆ ExpectedMaxDepthToRadiusRatio()

double cadex.DFMMachining_SmallRadiusMilledPartInternalCornerIssue.ExpectedMaxDepthToRadiusRatio ( )
inline

Returns the expected maximum internal corner depth to radius ratio.

See also
SetExpectedMaxDepthToRadiusRatio(), DFMMachining_MillingAnalyzerParameters.MaxMilledPartInternalCornerDepthToRadiusRatio()

◆ ExpectedMinRadius()

double cadex.DFMMachining_SmallRadiusMilledPartInternalCornerIssue.ExpectedMinRadius ( )
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} \]

See also
ExpectedMaxDepthToRadiusRatio(), ActualDepth()
Examples
machining/dfm_analyzer/Program.cs.

◆ SetActualDepth()

void cadex.DFMMachining_SmallRadiusMilledPartInternalCornerIssue.SetActualDepth ( double theDepth)
inline

Sets actual internal corner depth in mm . The value should be greater or equal to 0.

See also
ActualDepth()

◆ SetActualRadius()

void cadex.DFMMachining_SmallRadiusMilledPartInternalCornerIssue.SetActualRadius ( double theRadius)
inline

Sets actual internal corner radius in mm . The value should be greater or equal to 0.

See also
ActualRadius()

◆ SetShape()

void cadex.DFMMachining_SmallRadiusMilledPartInternalCornerIssue.SetShape ( cadex.ModelData.Shell theShell)
inline

Sets shape of the milled part internal corner.

See also
Shape()

◆ Shape()

cadex.ModelData.Shell cadex.DFMMachining_SmallRadiusMilledPartInternalCornerIssue.Shape ( )
inline

Returns shape of the milled part internal corner.

Contains the internal corner fillet shape or faces that form a sharp internal corner.

See also
SetShape()