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

Describes irregular depth extruded hole issue found during sheet metal design analysis. More...

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

Public Member Functions

 DFMSheetMetal_IrregularDepthExtrudedHoleIssue (global::System.IntPtr cPtr, bool cMemoryOwn)
 
 DFMSheetMetal_IrregularDepthExtrudedHoleIssue ()
 Constructor.
 
 DFMSheetMetal_IrregularDepthExtrudedHoleIssue (cadex.SheetMetal_ComplexHole theHole)
 Constructor.
 
double ExpectedMinExtrudedHeightToSheetThicknessRatio ()
 
void SetExpectedMinExtrudedHeightToSheetThicknessRatio (double theRatio)
 
double ExpectedMaxExtrudedHeightToInnerDiameterRatio ()
 
void SetExpectedMaxExtrudedHeightToInnerDiameterRatio (double theRatio)
 
double ExpectedMinExtrudedHeight ()
 
double ExpectedMaxExtrudedHeight ()
 
double ActualExtrudedHeight ()
 
- Public Member Functions inherited from cadex.DFMSheetMetal_HoleIssue
 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)
 Returns true if theFeature is a irregular depth extruded hole issue.
 
static new cadex.DFMSheetMetal_IrregularDepthExtrudedHoleIssue Cast (cadex.MTKBase_Feature theBase)
 
- Static Public Member Functions inherited from cadex.DFMSheetMetal_HoleIssue
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 irregular depth extruded hole issue found during sheet metal design analysis.

Irregular Depth Extruded Hole issue in sheet metal refers to a problem where the depth of an extruded hole is not consistent or uniform. This issue can bring about a weakened structure, compromised integrity, and difficulties in assembly.

Contains complex hole that fails one of the following conditions:

\[ \large ExtrH_h \geq T \times Rt \]

\[ \begin{aligned} & \small ExtrH_h - \text{analyzed hole extrude height} \\ & \small T - \text{thickness of analyzed sheet} \\ & \small Rt - \text{minimum hole extruded height to sheet thickness ratio} \end{aligned} \]

\[ \large ExtrH_h \leq ID \times Rt \]

\[ \begin{aligned} & \small ExtrH_h - \text{analyzed hole extrude height} \\ & \small ID - \text{analyzed hole inner diameter} \\ & \small Rt - \text{maximum hole extrude height to inner diameter ratio} \end{aligned} \]

See also
DFMSheetMetal_Analyzer, DFMSheetMetal_AnalyzerParameters.MinHoleExtrudedHeightToSheetThicknessRatio(), DFMSheetMetal_AnalyzerParameters.MaxHoleExtrudedHeightToInnerDiameterRatio(), SheetMetal_ComplexHole
Examples
sheet_metal/dfm_analyzer/Program.cs, and sheet_metal/dfm_analyzer/main.cxx.

Constructor & Destructor Documentation

◆ DFMSheetMetal_IrregularDepthExtrudedHoleIssue()

cadex.DFMSheetMetal_IrregularDepthExtrudedHoleIssue.DFMSheetMetal_IrregularDepthExtrudedHoleIssue ( cadex.SheetMetal_ComplexHole theHole)
inline

Constructor.

Creates an extruded hole with irregular depth issue from SheetMetal_ComplexHole object.

Member Function Documentation

◆ ActualExtrudedHeight()

double cadex.DFMSheetMetal_IrregularDepthExtrudedHoleIssue.ActualExtrudedHeight ( )
inline

Returns actual hole extrude height in mm .

See also
Hole()
Examples
sheet_metal/dfm_analyzer/Program.cs.

◆ Dispose()

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

Reimplemented from cadex.DFMSheetMetal_HoleIssue.

◆ ExpectedMaxExtrudedHeight()

double cadex.DFMSheetMetal_IrregularDepthExtrudedHoleIssue.ExpectedMaxExtrudedHeight ( )
inline

Returns expected maximum hole extrude height in mm .

\[ \large EH_e = T \times Rt \]

\[ \begin{aligned} & \small EH_e - \text{expected maximum hole extrude height} \\ & \small ID - \text{hole inner diameter} \\ & \small Rt - \text{expected maximum hole extrude height to inner diameter ratio} \end{aligned} \]

See also
ExpectedMaxExtrudedHeightToInnerDiameterRatio(), MTKBase_Hole.Radius()
Examples
sheet_metal/dfm_analyzer/Program.cs.

◆ ExpectedMaxExtrudedHeightToInnerDiameterRatio()

double cadex.DFMSheetMetal_IrregularDepthExtrudedHoleIssue.ExpectedMaxExtrudedHeightToInnerDiameterRatio ( )
inline

Returns the expected maximum extrude height to inner diameter ratio.

See also
SetExpectedMaxExtrudedHeightToInnerDiameterRatio(), DFMSheetMetal_AnalyzerParameters.MaxExtrudedHeightToInnerDiameterRatio()

◆ ExpectedMinExtrudedHeight()

double cadex.DFMSheetMetal_IrregularDepthExtrudedHoleIssue.ExpectedMinExtrudedHeight ( )
inline

Returns expected minimum hole extrude height in mm .

\[ \large EH_e = T \times Rt \]

\[ \begin{aligned} & \small EH_e - \text{expected minimum hole extrude height} \\ & \small T - \text{actual sheet thickness} \\ & \small Rt - \text{expected minimum extrude height to sheet thickness ratio} \end{aligned} \]

See also
ExpectedMinExtrudedHeightToSheetThicknessRatio(), ActualSheetThickness()
Examples
sheet_metal/dfm_analyzer/Program.cs.

◆ ExpectedMinExtrudedHeightToSheetThicknessRatio()

double cadex.DFMSheetMetal_IrregularDepthExtrudedHoleIssue.ExpectedMinExtrudedHeightToSheetThicknessRatio ( )
inline

Returns the expected minimum extrude height to sheet thickness ratio.

See also
SetExpectedMinExtrudedHeightToSheetThicknessRatio, DFMSheetMetal_AnalyzerParameters.MinExtrudedHeightToSheetThicknessRatio()

◆ SetExpectedMaxExtrudedHeightToInnerDiameterRatio()

void cadex.DFMSheetMetal_IrregularDepthExtrudedHoleIssue.SetExpectedMaxExtrudedHeightToInnerDiameterRatio ( double theRatio)
inline

Sets the expected maximum extrude height to inner diameter ratio. theRatio should be greater than zero.

See also
ExpectedMaxExtrudedHeightToInnerDiameterRatio()

◆ SetExpectedMinExtrudedHeightToSheetThicknessRatio()

void cadex.DFMSheetMetal_IrregularDepthExtrudedHoleIssue.SetExpectedMinExtrudedHeightToSheetThicknessRatio ( double theRatio)
inline

Sets the expected minimum extrude height to sheet thickness ratio. theRatio should be greater than zero.

See also
ExpectedMaxDepthToSheetThicknessRatio()