Describes small diameter hole issues found during sheet metal design analysis. More...
Public Member Functions | |
DFMSheetMetal_SmallDiameterHoleIssue () | |
Constructor. | |
DFMSheetMetal_SmallDiameterHoleIssue (const SheetMetal_Hole &theHole) | |
Constructor. | |
double | ExpectedMinDiameterToSheetThicknessRatio () const |
void | SetExpectedMinDiameterToSheetThicknessRatio (double theRatio) |
double | ExpectedMinDiameter () const |
double | ActualDiameter () const |
![]() | |
SheetMetal_Hole | SheetMetalHole () const |
double | ActualSheetThickness () const |
Returns the actual sheet thickness of analyzed part in mm . | |
void | SetActualSheetThickness (double theThickness) |
Sets the actual sheet thickness in mm. theThickness should be grater than zero. | |
![]() | |
const MTKBase_Hole & | Hole () const |
void | SetHole (const MTKBase_Hole &theHole) |
![]() | |
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 dfm sheet metal small hole issue. | |
![]() | |
static bool | CompareType (const MTKBase_Feature &theFeature) |
Returnstrue if theFeature is a dfm sheet metal hole issue. | |
![]() | |
static bool | CompareType (const MTKBase_Feature &theFeature) |
Returnstrue if theFeature is a dfm hole issue. | |
![]() | |
static bool | CompareType (const MTKBase_Feature &theFeature) |
Returnstrue if theFeature is a dfm issue. | |
Additional Inherited Members | |
![]() | |
typedef cadex::internal::DFMSheetMetalImpl_HoleIssue | ImplType |
typedef std::shared_ptr< ImplType > | ImplPtrType |
![]() | |
typedef cadex::internal::DFMBaseImpl_HoleIssue | ImplType |
typedef std::shared_ptr< ImplType > | ImplPtrType |
![]() | |
typedef cadex::internal::DFMBaseImpl_Issue | ImplType |
typedef std::shared_ptr< ImplType > | ImplPtrType |
![]() | |
typedef cadex::internal::MTKBaseImpl_Feature | ImplType |
typedef std::shared_ptr< ImplType > | ImplPtrType |
![]() | |
DFMSheetMetal_HoleIssue (ImplPtrType theImpl) | |
Reserved for internal use. | |
![]() | |
DFMBase_HoleIssue (ImplPtrType theImpl) | |
Reserved for internal use. | |
![]() | |
DFMBase_Issue (ImplPtrType theImpl) | |
Reserved for internal use. | |
![]() | |
MTKBase_Feature (ImplPtrType theImpl) | |
Reserved for internal use. | |
![]() | |
ImplPtrType | myImpl |
Describes small diameter hole issues found during sheet metal design analysis.
Small hole diameter issue refers to the problem where holes with a diameter of less than required may cause deformation or cracking of the metal. This happens because the force required to create the hole exceeds the yield strength of the material, causing it to buckle or distort.
Contains simple hole that fails the following condition:
\[ \large Dia_h \geq T \times Rt \]
\[ \begin{aligned} & \small Dia_h - \text{actual hole diameter} \\ & \small T - \text{actual sheet thickness} \\ & \small Rt - \text{expected minimum hole diameter to sheet thickness ratio} \end{aligned} \]
cadex::DFMSheetMetal_SmallDiameterHoleIssue::DFMSheetMetal_SmallDiameterHoleIssue | ( | const SheetMetal_Hole & | theHole | ) |
Constructor.
Creates a small diameter hole issue from the SheetMetal_Hole object.
double cadex::DFMSheetMetal_SmallDiameterHoleIssue::ActualDiameter | ( | ) | const |
Returns the actual hole diameter in mm .
double cadex::DFMSheetMetal_SmallDiameterHoleIssue::ExpectedMinDiameter | ( | ) | const |
Returns the expected minimum hole diameter in mm .
\[ \large Dia_e = T \times Rt \]
\[ \begin{aligned} & \small Dia_e - \text{expected minimum hole diameter} \\ & \small T - \text{actual sheet thickness} \\ & \small Rt - \text{expected minimum hole diameter to sheet thickness ratio} \end{aligned} \]
double cadex::DFMSheetMetal_SmallDiameterHoleIssue::ExpectedMinDiameterToSheetThicknessRatio | ( | ) | const |
Returns the expected minimum diameter to thickness ratio.
void cadex::DFMSheetMetal_SmallDiameterHoleIssue::SetExpectedMinDiameterToSheetThicknessRatio | ( | double | theRatio | ) |
Sets the expected minimum diameter to thickness ratio. theRatio should be greater than zero.