Describes large depth countersink issue found during sheet metal design analysis. More...
Public Member Functions | |
| DFMSheetMetal_LargeDepthCountersinkIssue () | |
| Constructor. | |
| DFMSheetMetal_LargeDepthCountersinkIssue (const ModelData::Shape &theCountersink) | |
| Constructor. | |
| const ModelData::Shape & | Countersink () const |
| void | SetCountersink (const ModelData::Shape &theCountersink) |
| double | ExpectedMaxDepthToSheetThicknessRatio () const |
| void | SetExpectedMaxDepthToSheetThicknessRatio (double theRatio) |
| double | ExpectedMaxDepth () const |
| double | ActualDepth () const |
| void | SetActualDepth (double theDepth) 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 large depth countersink 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 |
Describes large depth countersink issue found during sheet metal design analysis.
A large countersink depth issue can weaken the sheet metal, cause a bulge on the opposite face, and lead to poor fastener seating.
Contains countersink that fails the following condition:
\[ \large D_b \leq T \times Rt \]
\[ \begin{aligned} & \small D_b - \text{countersink depth} \\ & \small T - \text{actual sheet thickness} \\ & \small Rt - \text{expected maximum countersink depth to sheet thickness ratio} \end{aligned} \]
| cadex::DFMSheetMetal_LargeDepthCountersinkIssue::DFMSheetMetal_LargeDepthCountersinkIssue | ( | const ModelData::Shape & | theCountersink | ) |
Constructor.
Creates a large depth countersink from SheetMetal_Countersink object.
| double cadex::DFMSheetMetal_LargeDepthCountersinkIssue::ActualDepth | ( | ) | const |
Return actual countersink depth in mm .
| double cadex::DFMSheetMetal_LargeDepthCountersinkIssue::ActualSheetThickness | ( | ) | const |
Returns the actual sheet thickness of analyzed part in mm .
| const ModelData::Shape & cadex::DFMSheetMetal_LargeDepthCountersinkIssue::Countersink | ( | ) | const |
Returns the problematic countersink.
| double cadex::DFMSheetMetal_LargeDepthCountersinkIssue::ExpectedMaxDepth | ( | ) | const |
Return expected maximum countersink depth in mm .
\[ \large D_e = T \times Rt \]
\[ \begin{aligned} & \small D_e - \text{expected maximum countersink depth} \\ & \small T - \text{actual sheet thickness} \\ & \small Rt - \text{expected maximum countersink depth to sheet thickness ratio} \end{aligned} \]
| double cadex::DFMSheetMetal_LargeDepthCountersinkIssue::ExpectedMaxDepthToSheetThicknessRatio | ( | ) | const |
Returns the expected maximum countersink depth.
| void cadex::DFMSheetMetal_LargeDepthCountersinkIssue::SetActualDepth | ( | double | theDepth | ) | const |
Sets the actual countersink depth in mm . theDepth should be greater than zero.
| void cadex::DFMSheetMetal_LargeDepthCountersinkIssue::SetActualSheetThickness | ( | double | theThickness | ) |
Sets the actual sheet thickness in mm . theThickness should be greater than zero.
| void cadex::DFMSheetMetal_LargeDepthCountersinkIssue::SetCountersink | ( | const ModelData::Shape & | theCountersink | ) |
Sets the problematic countersink.
| void cadex::DFMSheetMetal_LargeDepthCountersinkIssue::SetExpectedMaxDepthToSheetThicknessRatio | ( | double | theRatio | ) |
Sets the expected maximum countersink depth. theRatio should be greater than zero.