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

Describes small depth louver issue found during sheet metal design analysis. More...

Inheritance diagram for cadex.DFMSheetMetal_SmallDepthLouverIssue:
cadex.DFMBase_Issue cadex.MTKBase_Feature

Public Member Functions

 DFMSheetMetal_SmallDepthLouverIssue (global::System.IntPtr cPtr, bool cMemoryOwn)
 
 DFMSheetMetal_SmallDepthLouverIssue ()
 Constructor.
 
 DFMSheetMetal_SmallDepthLouverIssue (cadex.SheetMetal_Louver theLouver)
 Constructor.
 
cadex.SheetMetal_Louver Louver ()
 
void SetLouver (cadex.SheetMetal_Louver theLouver)
 
double ExpectedMinDepthToSheetThicknessRatio ()
 
void SetExpectedMinDepthToSheetThicknessRatio (double theRatio)
 
double ExpectedMinDepth ()
 
double ActualDepth ()
 
double ActualSheetThickness ()
 
void SetActualSheetThickness (double theThickness)
 
- 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 small depth louver issue.
 
static new cadex.DFMSheetMetal_SmallDepthLouverIssue 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 small depth louver issue found during sheet metal design analysis.

Small depth of louvers in sheet metal can lead to limited airflow, reduced strength, clogging or blockage, and increased noise transmission. These factors can impact the effectiveness and efficiency of ventilation systems and the overall durability of the sheet metal structure.

Contains louver that fails the following condition:

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

\[ \begin{aligned} & \small D_l - \text{louver depth} \\ & \small T - \text{actual sheet thickness} \\ & \small Rt - \text{expected minimum louver depth to sheet thickness ratio} \end{aligned} \]

See also
DFMSheetMetal_Analyzer, DFMSheetMetal_AnalyzerParameters.MinLouverDepthToSheetThicknessRatio(), SheetMetal_Louver
Examples
sheet_metal/dfm_analyzer/Program.cs, and sheet_metal/dfm_analyzer/main.cxx.

Constructor & Destructor Documentation

◆ DFMSheetMetal_SmallDepthLouverIssue()

cadex.DFMSheetMetal_SmallDepthLouverIssue.DFMSheetMetal_SmallDepthLouverIssue ( cadex.SheetMetal_Louver theLouver)
inline

Constructor.

Creates a large depth louver from SheetMetal_Louver object.

Member Function Documentation

◆ ActualDepth()

double cadex.DFMSheetMetal_SmallDepthLouverIssue.ActualDepth ( )
inline

Return actual louver depth in mm .

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

◆ ActualSheetThickness()

double cadex.DFMSheetMetal_SmallDepthLouverIssue.ActualSheetThickness ( )
inline

Returns the actual sheet thickness of analyzed part in mm .

See also
SetActualSheetThickness()

◆ Dispose()

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

Reimplemented from cadex.DFMBase_Issue.

◆ ExpectedMinDepth()

double cadex.DFMSheetMetal_SmallDepthLouverIssue.ExpectedMinDepth ( )
inline

Return expected minimum louver depth in mm .

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

\[ \begin{aligned} & \small D_e - \text{expected minimum louver depth} \\ & \small T - \text{actual sheet thickness} \\ & \small Rt - \text{expected minimum louver depth to sheet thickness ratio} \end{aligned} \]

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

◆ ExpectedMinDepthToSheetThicknessRatio()

double cadex.DFMSheetMetal_SmallDepthLouverIssue.ExpectedMinDepthToSheetThicknessRatio ( )
inline

◆ Louver()

cadex.SheetMetal_Louver cadex.DFMSheetMetal_SmallDepthLouverIssue.Louver ( )
inline

Returns the problematic louver.

See also
SetLouver()

◆ SetActualSheetThickness()

void cadex.DFMSheetMetal_SmallDepthLouverIssue.SetActualSheetThickness ( double theThickness)
inline

Sets the actual sheet thickness in mm . theThickness should be greater than zero.

See also
ActualSheetThickness()

◆ SetExpectedMinDepthToSheetThicknessRatio()

void cadex.DFMSheetMetal_SmallDepthLouverIssue.SetExpectedMinDepthToSheetThicknessRatio ( double theRatio)
inline

Sets the expected minimum louver depth. theRatio should be greater than zero.

See also
ExpectedMaxDepthToSheetThicknessRatio()

◆ SetLouver()

void cadex.DFMSheetMetal_SmallDepthLouverIssue.SetLouver ( cadex.SheetMetal_Louver theLouver)
inline

Sets the problematic louver.

See also
Louver()