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

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

Inheritance diagram for cadex.DFMMachining_SmallRadiusTurnedPartInternalCornerIssue:
cadex.DFMBase_Issue cadex.MTKBase_Feature

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)
 

Detailed Description

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

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

Member Function Documentation

◆ ActualRadius()

double cadex.DFMMachining_SmallRadiusTurnedPartInternalCornerIssue.ActualRadius ( )
inline

Returns the actual internal corner radius of the turned part in mm .

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

◆ Dispose()

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

Reimplemented from cadex.DFMBase_Issue.

◆ ExpectedMinRadius()

double cadex.DFMMachining_SmallRadiusTurnedPartInternalCornerIssue.ExpectedMinRadius ( )
inline

◆ SetActualRadius()

void cadex.DFMMachining_SmallRadiusTurnedPartInternalCornerIssue.SetActualRadius ( double theValue)
inline

Sets actual internal corner radius in mm . The value must be more or equal to zero.

See also
ActualRadius()

◆ SetExpectedMinRadius()

void cadex.DFMMachining_SmallRadiusTurnedPartInternalCornerIssue.SetExpectedMinRadius ( double theValue)
inline

Sets expected minimum internal corner radius in mm . The value must be more than zero.

See also
ExpectedMinRadius()

◆ SetShape()

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

Sets shape of the internal corner.

See also
Shape()

◆ Shape()

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

Returns shape of the turned part internal corner.

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

See also
SetShape()