Describes irregular thickness rib issues found during injection molding design analysis. More...
Public Member Functions | |
| DFMMolding_IrregularThicknessRibIssue () | |
| Constructor. | |
| DFMMolding_IrregularThicknessRibIssue (const Molding_Rib &theRib) | |
| Constructor. | |
| double | ExpectedMinThicknessToWallThicknessRatio () const |
| Returns the expected minimum thickness to wall thickness ratio. | |
| void | SetExpectedMinThicknessToWallThicknessRatio (double theRatio) |
| Sets the expected minimum thickness to wall thickness ratio. | |
| double | ExpectedMaxThicknessToWallThicknessRatio () const |
| Returns the expected maximum thickness to wall thickness ratio. | |
| void | SetExpectedMaxThicknessToWallThicknessRatio (double theRatio) |
| Sets the expected maximum thickness to wall thickness ratio. | |
| double | ExpectedMinThickness () const |
| Returns the expected minimum rib thickness in mm . | |
| void | SetExpectedMinThickness (double theThickness) |
| Sets the expected minimum rib thickness in mm . | |
| double | ExpectedMaxThickness () const |
| Returns the expected maximum rib thickness in mm . | |
| void | SetExpectedMaxThickness (double theThickness) |
| Sets the expected maximum rib thickness in mm . | |
| double | ActualThickness () const |
| Returns the actual rib thickness in mm . | |
Public Member Functions inherited from cadex::DFMMolding_RibIssue | |
| const Molding_Rib & | Rib () const |
| Returns the problematic molding rib. | |
| void | SetRib (const Molding_Rib &theRib) |
| Sets the problematic molding rib. | |
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 DFM molding irregular thickness rib issue. | |
Static Public Member Functions inherited from cadex::DFMMolding_RibIssue | |
| static bool | CompareType (const MTKBase_Feature &theFeature) |
| Returns true if theFeature is a DFM molding rib 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::DFMMolding_RibIssue | |
| typedef cadex::internal::DFMMoldingImpl_RibIssue | ImplType |
| typedef std::shared_ptr< ImplType > | ImplPtrType |
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::DFMMolding_RibIssue | |
| DFMMolding_RibIssue (ImplPtrType theImpl) | |
| Reserved for internal use. | |
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 irregular thickness rib issues found during injection molding design analysis.
The irregular thickness rib issues refers to a situation where the rib thickness is too big or small compared to the wall thickness. Proper thickness value is required to mitigate potential sinking issues and provide uniform cooling and shrinking.
Contains rib that fails the following condition:
\[ \large R_{min} \leq \frac{T_r}{T_w} \leq R_{max} \]
\[ \begin{aligned} & \small T_r - \text{analyzed rib thickness} \\ & \small T_w - \text{wall thickness} \\ & \small R_{min} - \text{minimum thickness to wall thickness ratio} \\ & \small R_{max} - \text{maximum thickness to wall thickness ratio} \\ \end{aligned} \]
| cadex::DFMMolding_IrregularThicknessRibIssue::DFMMolding_IrregularThicknessRibIssue | ( | ) |
Constructor.
| cadex::DFMMolding_IrregularThicknessRibIssue::DFMMolding_IrregularThicknessRibIssue | ( | const Molding_Rib & | theRib | ) |
Constructor.
Creates a irregular thickness rib issue from the Molding_Rib object.
| double cadex::DFMMolding_IrregularThicknessRibIssue::ActualThickness | ( | ) | const |
|
static |
Returns true if theFeature is a DFM molding irregular thickness rib issue.
| double cadex::DFMMolding_IrregularThicknessRibIssue::ExpectedMaxThickness | ( | ) | const |
Returns the expected maximum rib thickness in mm .
| double cadex::DFMMolding_IrregularThicknessRibIssue::ExpectedMaxThicknessToWallThicknessRatio | ( | ) | const |
Returns the expected maximum thickness to wall thickness ratio.
| double cadex::DFMMolding_IrregularThicknessRibIssue::ExpectedMinThickness | ( | ) | const |
Returns the expected minimum rib thickness in mm .
| double cadex::DFMMolding_IrregularThicknessRibIssue::ExpectedMinThicknessToWallThicknessRatio | ( | ) | const |
Returns the expected minimum thickness to wall thickness ratio.
| void cadex::DFMMolding_IrregularThicknessRibIssue::SetExpectedMaxThickness | ( | double | theThickness | ) |
Sets the expected maximum rib thickness in mm .
theThickness should be greater than or equal to zero.
| void cadex::DFMMolding_IrregularThicknessRibIssue::SetExpectedMaxThicknessToWallThicknessRatio | ( | double | theRatio | ) |
Sets the expected maximum thickness to wall thickness ratio.
theRatio should be in the [0, 1] range.
| void cadex::DFMMolding_IrregularThicknessRibIssue::SetExpectedMinThickness | ( | double | theThickness | ) |
Sets the expected minimum rib thickness in mm .
theThickness should be greater than or equal to zero.
| void cadex::DFMMolding_IrregularThicknessRibIssue::SetExpectedMinThicknessToWallThicknessRatio | ( | double | theRatio | ) |
Sets the expected minimum thickness to wall thickness ratio.
theRatio should be in the [0, 1] range.