Hide menu
Loading...
Searching...
No Matches
cadex::DFMSheetMetal_LargeDepthBeadIssue Class Reference

Describes large depth bead issue found during sheet metal design analysis. More...

Inheritance diagram for cadex::DFMSheetMetal_LargeDepthBeadIssue:
cadex::DFMBase_Issue cadex::MTKBase_Feature

Public Member Functions

 DFMSheetMetal_LargeDepthBeadIssue ()
 Constructor.
 
 DFMSheetMetal_LargeDepthBeadIssue (const SheetMetal_Bead &theBead)
 Constructor.
 
const SheetMetal_BeadBead () const
 Returns the problematic bead.
 
void SetBead (const SheetMetal_Bead &theBead)
 Sets the problematic bead.
 
double ExpectedMaxDepthToSheetThicknessRatio () const
 Returns the expected maximum bead depth.
 
void SetExpectedMaxDepthToSheetThicknessRatio (double theRatio)
 Sets the expected maximum bead depth.
 
double ExpectedMaxDepth () const
 Return expected maximum bead depth in mm .
 
double ActualDepth () const
 Return actual bead depth in mm .
 
double ActualSheetThickness () const
 Returns the actual sheet thickness of analyzed part in mm .
 
void SetActualSheetThickness (double theThickness)
 Sets the actual sheet thickness in mm .
 
- Public Member Functions inherited from cadex::MTKBase_Feature
 MTKBase_Feature ()
 Constructor.
 
 ~MTKBase_Feature ()
 Destructor.
 
void Nullify ()
 Resets reference to implementation object.
 
bool IsNull () const
 Returns true if the object is nullified.
 
 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 large depth bead 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 large depth bead issue found during sheet metal design analysis.

A large bead depth issue can occur when a bead is too deep. This can lead to several problems such as warping, distortion, and even cracking of the material. Additionally, a large bead depth can cause issues with the appearance of the final product.

Contains bead that fails the following condition:

\[ \large D_b \leq T \times Rt \]

\[ \begin{aligned} & \small D_b - \text{bead depth} \\ & \small T - \text{actual sheet thickness} \\ & \small Rt - \text{expected maximum bead depth to sheet thickness ratio} \end{aligned} \]

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

Constructor & Destructor Documentation

◆ DFMSheetMetal_LargeDepthBeadIssue() [1/2]

cadex::DFMSheetMetal_LargeDepthBeadIssue::DFMSheetMetal_LargeDepthBeadIssue ( )

Constructor.

◆ DFMSheetMetal_LargeDepthBeadIssue() [2/2]

cadex::DFMSheetMetal_LargeDepthBeadIssue::DFMSheetMetal_LargeDepthBeadIssue ( const SheetMetal_Bead & theBead)

Constructor.

Creates a large depth bead from SheetMetal_Bead object.

Member Function Documentation

◆ ActualDepth()

double cadex::DFMSheetMetal_LargeDepthBeadIssue::ActualDepth ( ) const

Return actual bead depth in mm .

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

◆ ActualSheetThickness()

double cadex::DFMSheetMetal_LargeDepthBeadIssue::ActualSheetThickness ( ) const

Returns the actual sheet thickness of analyzed part in mm .

See also
SetActualSheetThickness()

◆ Bead()

const SheetMetal_Bead & cadex::DFMSheetMetal_LargeDepthBeadIssue::Bead ( ) const

Returns the problematic bead.

See also
SetBead()

◆ CompareType()

bool cadex::DFMSheetMetal_LargeDepthBeadIssue::CompareType ( const MTKBase_Feature & theFeature)
static

Returns true if theFeature is a large depth bead issue.

Examples
sheet_metal/dfm_analyzer/Program.cs.

◆ ExpectedMaxDepth()

double cadex::DFMSheetMetal_LargeDepthBeadIssue::ExpectedMaxDepth ( ) const

Return expected maximum bead depth in mm .

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

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

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

◆ ExpectedMaxDepthToSheetThicknessRatio()

double cadex::DFMSheetMetal_LargeDepthBeadIssue::ExpectedMaxDepthToSheetThicknessRatio ( ) const

◆ SetActualSheetThickness()

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

Sets the actual sheet thickness in mm .

theThickness should be greater than zero.

See also
ActualSheetThickness()

◆ SetBead()

void cadex::DFMSheetMetal_LargeDepthBeadIssue::SetBead ( const SheetMetal_Bead & theBead)

Sets the problematic bead.

See also
Bead()

◆ SetExpectedMaxDepthToSheetThicknessRatio()

void cadex::DFMSheetMetal_LargeDepthBeadIssue::SetExpectedMaxDepthToSheetThicknessRatio ( double theRatio)

Sets the expected maximum bead depth.

theRatio should be greater than zero.

See also
ExpectedMaxDepthToSheetThicknessRatio()