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

Describes a base class for milling issues found during cnc machining milling design analysis. More...

Inheritance diagram for cadex.DFMMachining_MillingIssue:
cadex.DFMBase_Issue cadex.MTKBase_Feature cadex.DFMMachining_DeepPocketIssue cadex.DFMMachining_HighBossIssue cadex.DFMMachining_InconsistentRadiusMilledPartFloorFilletIssue cadex.DFMMachining_LargeDifferenceRegionsSizeInPocketIssue cadex.DFMMachining_LargeMilledPartIssue cadex.DFMMachining_MilledPartExternalEdgeFilletIssue cadex.DFMMachining_NarrowRegionInPocketIssue cadex.DFMMachining_NonPerpendicularMilledPartShapeIssue cadex.DFMMachining_NonStandardRadiusMilledPartFloorFilletIssue cadex.DFMMachining_SmallRadiusMilledPartInternalCornerIssue cadex.DFMMachining_SmallWallThicknessIssue cadex.DFMMachining_UndercutIssue

Public Member Functions

 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 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 a base class for milling issues found during cnc machining milling design analysis.

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

Member Function Documentation

◆ Dispose()

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

Reimplemented from cadex.DFMBase_Issue.