Hide menu
Loading...
Searching...
No Matches

Describes a base class for hole issues found during DFM analysis. More...

Inheritance diagram for cadex.DFMBase_HoleIssue:
cadex.DFMBase_Issue cadex.MTKBase_Feature cadex.DFMMachining_DrillingIssue cadex.DFMSheetMetal_HoleIssue cadex.DFMMachining_DeepHoleIssue cadex.DFMMachining_FlatBottomHoleIssue cadex.DFMMachining_IntersectingCavityHoleIssue cadex.DFMMachining_NonPerpendicularHoleIssue cadex.DFMMachining_NonStandardDiameterHoleIssue cadex.DFMMachining_NonStandardDrillPointAngleBlindHoleIssue cadex.DFMMachining_PartialHoleIssue cadex.DFMMachining_SmallDiameterHoleIssue cadex.DFMMachining_SmallDistanceBetweenThreadedHoleAndEdgeIssue cadex.DFMSheetMetal_IrregularDepthExtrudedHoleIssue cadex.DFMSheetMetal_SmallDiameterHoleIssue

Public Member Functions

 DFMBase_HoleIssue (global::System.IntPtr cPtr, bool cMemoryOwn)
 
cadex.MTKBase_Hole Hole ()
 
void SetHole (cadex.MTKBase_Hole theHole)
 
- 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)
 Returnstrue if theFeature is a DFM hole issue.
 
static new cadex.DFMBase_HoleIssue 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.DFMBase_Issue
override void Dispose (bool disposing)
 

Detailed Description

Describes a base class for hole issues found during DFM analysis.

Contains problematic hole that can be received by Hole() method.

Member Function Documentation

◆ Dispose()

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

Reimplemented from cadex.MTKBase_Feature.

◆ Hole()

cadex.MTKBase_Hole cadex.DFMBase_HoleIssue.Hole ( )
inline

Returns the problematic hole.

See also
SetHole()

◆ SetHole()

void cadex.DFMBase_HoleIssue.SetHole ( cadex.MTKBase_Hole theHole)
inline

Sets the problematic hole.

See also
Hole()