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

Describes a base class for hole issues found during sheet metal design analysis. More...

Inheritance diagram for cadex.DFMSheetMetal_HoleIssue:
cadex.DFMBase_HoleIssue cadex.DFMBase_Issue cadex.MTKBase_Feature cadex.DFMSheetMetal_IrregularDepthExtrudedHoleIssue cadex.DFMSheetMetal_SmallDiameterHoleIssue

Public Member Functions

 DFMSheetMetal_HoleIssue (global::System.IntPtr cPtr, bool cMemoryOwn)
 
cadex.SheetMetal_Hole SheetMetalHole ()
 
double ActualSheetThickness ()
 Returns the actual sheet thickness of analyzed part in mm .
 
void SetActualSheetThickness (double theThickness)
 Sets the actual sheet thickness in mm. theThickness should be greater than zero.
 
- Public Member Functions inherited from cadex.DFMBase_HoleIssue
 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 sheet metal hole issue.
 
static new cadex.DFMSheetMetal_HoleIssue Cast (cadex.MTKBase_Feature theBase)
 
- Static Public Member Functions inherited from cadex.DFMBase_HoleIssue
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)
 

Detailed Description

Describes a base class for hole issues found during sheet metal design analysis.

Contains problematic hole that can be received by Hole() or SheetMetalHole() methods.

See also
DFMSheetMetal_Analyzer

Member Function Documentation

◆ Dispose()

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

Reimplemented from cadex.DFMBase_HoleIssue.

◆ SheetMetalHole()

cadex.SheetMetal_Hole cadex.DFMSheetMetal_HoleIssue.SheetMetalHole ( )
inline

Returns the problematic sheet metal hole.

See also
Hole(), SetHole()