Describes large depth bead issue found during sheet metal design analysis. More...
Public Member Functions | |
DFMSheetMetal_LargeDepthBeadIssue () | |
Constructor. | |
DFMSheetMetal_LargeDepthBeadIssue (const SheetMetal_Bead &theBead) | |
Constructor. | |
const SheetMetal_Bead & | Bead () const |
void | SetBead (const SheetMetal_Bead &theBead) |
double | ExpectedMaxDepthToSheetThicknessRatio () const |
void | SetExpectedMaxDepthToSheetThicknessRatio (double theRatio) |
double | ExpectedMaxDepth () const |
double | ActualDepth () const |
double | ActualSheetThickness () const |
void | SetActualSheetThickness (double theThickness) |
![]() | |
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 large depth bead issue. | |
![]() | |
static bool | CompareType (const MTKBase_Feature &theFeature) |
Returnstrue if theFeature is a dfm issue. | |
Additional Inherited Members | |
![]() | |
typedef cadex::internal::DFMBaseImpl_Issue | ImplType |
typedef std::shared_ptr< ImplType > | ImplPtrType |
![]() | |
typedef cadex::internal::MTKBaseImpl_Feature | ImplType |
typedef std::shared_ptr< ImplType > | ImplPtrType |
![]() | |
DFMBase_Issue (ImplPtrType theImpl) | |
Reserved for internal use. | |
![]() | |
MTKBase_Feature (ImplPtrType theImpl) | |
Reserved for internal use. | |
![]() | |
ImplPtrType | myImpl |
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} \]
cadex::DFMSheetMetal_LargeDepthBeadIssue::DFMSheetMetal_LargeDepthBeadIssue | ( | const SheetMetal_Bead & | theBead | ) |
Constructor.
Creates a large depth bead from SheetMetal_Bead object.
double cadex::DFMSheetMetal_LargeDepthBeadIssue::ActualDepth | ( | ) | const |
Return actual bead depth in mm .
double cadex::DFMSheetMetal_LargeDepthBeadIssue::ActualSheetThickness | ( | ) | const |
Returns the actual sheet thickness of analyzed part in mm .
const SheetMetal_Bead & cadex::DFMSheetMetal_LargeDepthBeadIssue::Bead | ( | ) | const |
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} \]
double cadex::DFMSheetMetal_LargeDepthBeadIssue::ExpectedMaxDepthToSheetThicknessRatio | ( | ) | const |
Returns the expected maximum bead depth.
void cadex::DFMSheetMetal_LargeDepthBeadIssue::SetActualSheetThickness | ( | double | theThickness | ) |
Sets the actual sheet thickness in mm . theThickness should be grater than zero.
void cadex::DFMSheetMetal_LargeDepthBeadIssue::SetBead | ( | const SheetMetal_Bead & | theBead | ) |
Sets problematic bead.
void cadex::DFMSheetMetal_LargeDepthBeadIssue::SetExpectedMaxDepthToSheetThicknessRatio | ( | double | theRatio | ) |
Sets the expected maximum bead depth. theRatio should be grater than zero.