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

Describes external edge fillet issue found during cnc machining milling design analysis. More...

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

Public Member Functions

 DFMMachining_MilledPartExternalEdgeFilletIssue (global::System.IntPtr cPtr, bool cMemoryOwn)
 
 DFMMachining_MilledPartExternalEdgeFilletIssue ()
 Constructor.
 
cadex.ModelData.Shell Fillet ()
 
void SetFillet (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 theFeature is a DFM milled part external edge fillet issue.
 
static new cadex.DFMMachining_MilledPartExternalEdgeFilletIssue 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)
 
- Protected Member Functions inherited from cadex.DFMMachining_MillingIssue
override void Dispose (bool disposing)
 

Detailed Description

Describes external edge fillet issue found during cnc machining milling design analysis.

When designing external edges in cnc machining milling, filleting can pose some issues that need to be considered. Filleting the external edge can potentially lead to stress concentration points due to the bend of the fillet, leading to weak and broken corners. The production of fillets on the external edge also requires special tooling and milling techniques that are expensive compared to other machining methods, e.g. chamfering. Chamfers are preferable compared to fillets on the external edge in CNC machining milling design due to their ability to reduce stress concentrations, provide better clearance, reduce manufacturing costs, and improve overall appearance.

See also
DFMMachining_Analyzer
Examples
machining/dfm_analyzer/Program.cs, and machining/dfm_analyzer/main.cxx.

Member Function Documentation

◆ Dispose()

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

Reimplemented from cadex.DFMBase_Issue.

◆ Fillet()

cadex.ModelData.Shell cadex.DFMMachining_MilledPartExternalEdgeFilletIssue.Fillet ( )
inline

Returns shape of the fillet.

See also
SetFillet()