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 ()
 Constructor.
 
 DFMSheetMetal_SmallDepthLouverIssue (const SheetMetal_Louver &theLouver)
 Constructor.
 
const SheetMetal_LouverLouver () const
 
void SetLouver (const SheetMetal_Louver &theLouver)
 
double ExpectedMinDepthToSheetThicknessRatio () const
 
void SetExpectedMinDepthToSheetThicknessRatio (double theRatio)
 
double ExpectedMinDepth () const
 
double ActualDepth () const
 
double ActualSheetThickness () const
 
void SetActualSheetThickness (double theThickness)
 
- Public Member Functions inherited from cadex::MTKBase_Feature
 MTKBase_Feature ()
 Constructor.
 
 ~MTKBase_Feature ()
 Destructor.
 
void Nullify ()
 
bool IsNull () const
 
 operator bool () const
 Casts the object to the bool type.
 
template<typename T >
bool IsOfType () const
 
ImplType * Impl () const
 
template<typename T >
T * Impl () const
 Reserved for internal use.
 
bool operator== (const MTKBase_Feature &theObject) const
 
bool operator!= (const MTKBase_Feature &theObject) const
 

Static Public Member Functions

static bool CompareType (const MTKBase_Feature &theFeature)
 Returns true if theFeature is a small depth louver issue.
 
- Static Public Member Functions inherited from cadex::DFMBase_Issue
static bool CompareType (const MTKBase_Feature &theFeature)
 Returnstrue if theFeature is a dfm issue.
 

Additional Inherited Members

- Public Types inherited from cadex::DFMBase_Issue
typedef cadex::internal::DFMBaseImpl_Issue ImplType
 
typedef std::shared_ptr< ImplType > ImplPtrType
 
- Public Types inherited from cadex::MTKBase_Feature
typedef cadex::internal::MTKBaseImpl_Feature ImplType
 
typedef std::shared_ptr< ImplType > ImplPtrType
 
- Protected Member Functions inherited from cadex::DFMBase_Issue
 DFMBase_Issue (ImplPtrType theImpl)
 Reserved for internal use.
 
- Protected Member Functions inherited from cadex::MTKBase_Feature
 MTKBase_Feature (ImplPtrType theImpl)
 Reserved for internal use.
 
- Protected Attributes inherited from cadex::MTKBase_Feature
ImplPtrType myImpl
 

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
MTKConverter/Program.cs, MTKConverter/main.cxx, sheet_metal/dfm_analyzer/Program.cs, and sheet_metal/dfm_analyzer/main.cxx.

Constructor & Destructor Documentation

◆ DFMSheetMetal_SmallDepthLouverIssue()

cadex::DFMSheetMetal_SmallDepthLouverIssue::DFMSheetMetal_SmallDepthLouverIssue ( const SheetMetal_Louver & theLouver)

Constructor.

Creates a large depth louver from SheetMetal_Louver object.

Member Function Documentation

◆ ActualDepth()

double cadex::DFMSheetMetal_SmallDepthLouverIssue::ActualDepth ( ) const

Return actual louver depth in mm .

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

◆ ActualSheetThickness()

double cadex::DFMSheetMetal_SmallDepthLouverIssue::ActualSheetThickness ( ) const

Returns the actual sheet thickness of analyzed part in mm .

See also
SetActualSheetThickness()

◆ ExpectedMinDepth()

double cadex::DFMSheetMetal_SmallDepthLouverIssue::ExpectedMinDepth ( ) const

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
MTKConverter/Program.cs, and sheet_metal/dfm_analyzer/Program.cs.

◆ ExpectedMinDepthToSheetThicknessRatio()

double cadex::DFMSheetMetal_SmallDepthLouverIssue::ExpectedMinDepthToSheetThicknessRatio ( ) const

◆ Louver()

const SheetMetal_Louver & cadex::DFMSheetMetal_SmallDepthLouverIssue::Louver ( ) const

Returns problematic louver.

See also
SetLouver()
Examples
MTKConverter/Program.cs.

◆ SetActualSheetThickness()

void cadex::DFMSheetMetal_SmallDepthLouverIssue::SetActualSheetThickness ( double theThickness)

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

See also
ActualSheetThickness()

◆ SetExpectedMinDepthToSheetThicknessRatio()

void cadex::DFMSheetMetal_SmallDepthLouverIssue::SetExpectedMinDepthToSheetThicknessRatio ( double theRatio)

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

See also
ExpectedMaxDepthToSheetThicknessRatio()

◆ SetLouver()

void cadex::DFMSheetMetal_SmallDepthLouverIssue::SetLouver ( const SheetMetal_Louver & theLouver)

Sets problematic louver.

See also
Louver()