Describes irregular depth extruded hole issue found during sheet metal design analysis. More...
Public Member Functions | |
DFMSheetMetal_IrregularDepthExtrudedHoleIssue () | |
Constructor. | |
DFMSheetMetal_IrregularDepthExtrudedHoleIssue (const SheetMetal_ComplexHole &theHole) | |
Constructor. | |
double | ExpectedMinExtrudedHeightToSheetThicknessRatio () const |
void | SetExpectedMinExtrudedHeightToSheetThicknessRatio (double theRatio) |
double | ExpectedMaxExtrudedHeightToInnerDiameterRatio () const |
void | SetExpectedMaxExtrudedHeightToInnerDiameterRatio (double theRatio) |
double | ExpectedMinExtrudedHeight () const |
double | ExpectedMaxExtrudedHeight () const |
double | ActualExtrudedHeight () 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 irregular depth extruded 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 irregular depth extruded hole issue found during sheet metal design analysis.
Irregular Depth Extruded Hole issue in sheet metal refers to a problem where the depth of an extruded hole is not consistent or uniform. This issue can bring about a weakened structure, compromised integrity, and difficulties in assembly.
Contains complex hole that fails one of the following conditions:
\[ \large ExtrH_h \geq T \times Rt \]
\[ \begin{aligned} & \small ExtrH_h - \text{analyzed hole extrude height} \\ & \small T - \text{thickness of analyzed sheet} \\ & \small Rt - \text{minimum hole extruded height to sheet thickness ratio} \end{aligned} \]
\[ \large ExtrH_h \leq ID \times Rt \]
\[ \begin{aligned} & \small ExtrH_h - \text{analyzed hole extrude height} \\ & \small ID - \text{analyzed hole inner diameter} \\ & \small Rt - \text{maximum hole extrude height to inner diameter ratio} \end{aligned} \]
cadex::DFMSheetMetal_IrregularDepthExtrudedHoleIssue::DFMSheetMetal_IrregularDepthExtrudedHoleIssue | ( | const SheetMetal_ComplexHole & | theHole | ) |
Constructor.
Creates an extruded hole with irregular depth issue from SheetMetal_ComplexHole object.
double cadex::DFMSheetMetal_IrregularDepthExtrudedHoleIssue::ActualExtrudedHeight | ( | ) | const |
Returns actual hole extrude height in mm .
double cadex::DFMSheetMetal_IrregularDepthExtrudedHoleIssue::ExpectedMaxExtrudedHeight | ( | ) | const |
Returns expected maximum hole extrude height in mm .
\[ \large EH_e = T \times Rt \]
\[ \begin{aligned} & \small EH_e - \text{expected maximum hole extrude height} \\ & \small ID - \text{hole inner diameter} \\ & \small Rt - \text{expected maximum hole extrude height to inner diameter ratio} \end{aligned} \]
double cadex::DFMSheetMetal_IrregularDepthExtrudedHoleIssue::ExpectedMaxExtrudedHeightToInnerDiameterRatio | ( | ) | const |
Returns the expected maximum extrude height to inner diameter ratio.
double cadex::DFMSheetMetal_IrregularDepthExtrudedHoleIssue::ExpectedMinExtrudedHeight | ( | ) | const |
Returns expected minimum hole extrude height in mm .
\[ \large EH_e = T \times Rt \]
\[ \begin{aligned} & \small EH_e - \text{expected minimum hole extrude height} \\ & \small T - \text{actual sheet thickness} \\ & \small Rt - \text{expected minimum extrude height to sheet thickness ratio} \end{aligned} \]
double cadex::DFMSheetMetal_IrregularDepthExtrudedHoleIssue::ExpectedMinExtrudedHeightToSheetThicknessRatio | ( | ) | const |
Returns the expected minimum extrude height to sheet thickness ratio.
void cadex::DFMSheetMetal_IrregularDepthExtrudedHoleIssue::SetExpectedMaxExtrudedHeightToInnerDiameterRatio | ( | double | theRatio | ) |
Sets the expected maximum extrude height to inner diameter ratio. theRatio should be grater than zero.
void cadex::DFMSheetMetal_IrregularDepthExtrudedHoleIssue::SetExpectedMinExtrudedHeightToSheetThicknessRatio | ( | double | theRatio | ) |
Sets the expected minimum extrude height to sheet thickness ratio. theRatio should be grater than zero.