Describes irregular screw boss core diameter issues found during injection molding design analysis. More...
Public Member Functions | |
| DFMMolding_IrregularCoreDiameterScrewBossIssue () | |
| Constructor. | |
| DFMMolding_IrregularCoreDiameterScrewBossIssue (const Molding_ScrewBoss &theScrewBoss) | |
| Constructor. | |
| double | ExpectedMinCoreToOuterDiameterRatio () const |
| Returns the expected minimum boss core hole diameter to outer diameter ratio. | |
| void | SetExpectedMinCoreToOuterDiameterRatio (double theRatio) |
| Sets the expected minimum boss core hole diameter to outer diameter ratio. | |
| double | ExpectedMaxCoreToOuterDiameterRatio () const |
| Returns the expected maximum boss core hole diameter to outer diameter ratio. | |
| void | SetExpectedMaxCoreToOuterDiameterRatio (double theRatio) |
| Sets the expected maximum boss hole core diameter to outer diameter ratio. | |
| double | ExpectedMinCoreDiameter () const |
| Returns the expected minimum core hole diameter in mm . | |
| double | ExpectedMaxCoreDiameter () const |
| Returns the expected maximum core hole diameter in mm . | |
| double | ActualCoreDiameter () const |
| Returns the actual core hole diameter in mm . | |
Public Member Functions inherited from cadex::DFMMolding_ScrewBossIssue | |
| const Molding_ScrewBoss & | ScrewBoss () const |
| Returns the problematic molding screw boss. | |
| void | SetScrewBoss (const Molding_ScrewBoss &theScrewBoss) |
| Sets the problematic molding screw boss. | |
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 core diameter screw boss issue. | |
Static Public Member Functions inherited from cadex::DFMMolding_ScrewBossIssue | |
| static bool | CompareType (const MTKBase_Feature &theFeature) |
| Returns true if theFeature is a DFM molding screw boss 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_ScrewBossIssue | |
| typedef cadex::internal::DFMMoldingImpl_ScrewBossIssue | 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_ScrewBossIssue | |
| DFMMolding_ScrewBossIssue (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 screw boss core diameter issues found during injection molding design analysis.
The irregular screw boss core hole diameter issue refers to a situation where the screw boss core hole diameter is too big or small compared to the outer boss diameter. Proper diameter value is required to mitigate potential stress failures or flow issues caused by thick regions.
Contains screw boss that fails one of the following conditions:
\[ \large R_{min} \leq \frac{D_h}{D_b} \leq R_{max} \]
\[ \begin{aligned} & \small D_h - \text{analyzed boss core hole diameter} \\ & \small D_b - \text{analyzed boss outer diameter} \\ & \small R_{min} - \text{minimum boss core hole to outer diameter ratio} \\ & \small R_{max} - \text{maximum boss core hole to outer diameter ratio} \\ \end{aligned} \]
| cadex::DFMMolding_IrregularCoreDiameterScrewBossIssue::DFMMolding_IrregularCoreDiameterScrewBossIssue | ( | ) |
Constructor.
| cadex::DFMMolding_IrregularCoreDiameterScrewBossIssue::DFMMolding_IrregularCoreDiameterScrewBossIssue | ( | const Molding_ScrewBoss & | theScrewBoss | ) |
Constructor.
Creates a irregular boss core diameter issue from the Molding_ScrewBoss object.
| double cadex::DFMMolding_IrregularCoreDiameterScrewBossIssue::ActualCoreDiameter | ( | ) | const |
Returns the actual core hole diameter in mm .
|
static |
Returns true if theFeature is a DFM molding irregular core diameter screw boss issue.
| double cadex::DFMMolding_IrregularCoreDiameterScrewBossIssue::ExpectedMaxCoreDiameter | ( | ) | const |
Returns the expected maximum core hole diameter in mm .
| double cadex::DFMMolding_IrregularCoreDiameterScrewBossIssue::ExpectedMaxCoreToOuterDiameterRatio | ( | ) | const |
Returns the expected maximum boss core hole diameter to outer diameter ratio.
| double cadex::DFMMolding_IrregularCoreDiameterScrewBossIssue::ExpectedMinCoreDiameter | ( | ) | const |
Returns the expected minimum core hole diameter in mm .
| double cadex::DFMMolding_IrregularCoreDiameterScrewBossIssue::ExpectedMinCoreToOuterDiameterRatio | ( | ) | const |
Returns the expected minimum boss core hole diameter to outer diameter ratio.
| void cadex::DFMMolding_IrregularCoreDiameterScrewBossIssue::SetExpectedMaxCoreToOuterDiameterRatio | ( | double | theRatio | ) |
Sets the expected maximum boss hole core diameter to outer diameter ratio.
theRatio should be greater than zero.
| void cadex::DFMMolding_IrregularCoreDiameterScrewBossIssue::SetExpectedMinCoreToOuterDiameterRatio | ( | double | theRatio | ) |
Sets the expected minimum boss core hole diameter to outer diameter ratio.
theRatio should be greater than zero.