Hide menu
Loading...
Searching...
No Matches
cadex::DFMMolding_IrregularCoreDiameterScrewBossIssue Class Reference

Describes irregular screw boss core diameter issues found during injection molding design analysis. More...

Inheritance diagram for cadex::DFMMolding_IrregularCoreDiameterScrewBossIssue:
cadex::DFMMolding_ScrewBossIssue cadex::DFMBase_Issue cadex::MTKBase_Feature

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_ScrewBossScrewBoss () 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
 

Detailed Description

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} \]

See also
DFMMolding_Analyzer, DFMMolding_AnalyzerParameters.MaxCoreToOuterDiameterRatio(), DFMMolding_AnalyzerParameters.MinCoreToOuterDiameterRatio(), Molding_ScrewBoss
Examples
molding/dfm_analyzer/Program.cs, and molding/dfm_analyzer/main.cxx.

Constructor & Destructor Documentation

◆ DFMMolding_IrregularCoreDiameterScrewBossIssue() [1/2]

cadex::DFMMolding_IrregularCoreDiameterScrewBossIssue::DFMMolding_IrregularCoreDiameterScrewBossIssue ( )

Constructor.

◆ DFMMolding_IrregularCoreDiameterScrewBossIssue() [2/2]

cadex::DFMMolding_IrregularCoreDiameterScrewBossIssue::DFMMolding_IrregularCoreDiameterScrewBossIssue ( const Molding_ScrewBoss & theScrewBoss)

Constructor.

Creates a irregular boss core diameter issue from the Molding_ScrewBoss object.

Member Function Documentation

◆ ActualCoreDiameter()

double cadex::DFMMolding_IrregularCoreDiameterScrewBossIssue::ActualCoreDiameter ( ) const

Returns the actual core hole diameter in mm .

See also
ScrewBoss()
Examples
molding/dfm_analyzer/Program.cs.

◆ CompareType()

bool cadex::DFMMolding_IrregularCoreDiameterScrewBossIssue::CompareType ( const MTKBase_Feature & theFeature)
static

Returns true if theFeature is a DFM molding irregular core diameter screw boss issue.

Examples
molding/dfm_analyzer/Program.cs.

◆ ExpectedMaxCoreDiameter()

double cadex::DFMMolding_IrregularCoreDiameterScrewBossIssue::ExpectedMaxCoreDiameter ( ) const

Returns the expected maximum core hole diameter in mm .

See also
ScrewBoss()
Examples
molding/dfm_analyzer/Program.cs.

◆ ExpectedMaxCoreToOuterDiameterRatio()

double cadex::DFMMolding_IrregularCoreDiameterScrewBossIssue::ExpectedMaxCoreToOuterDiameterRatio ( ) const

Returns the expected maximum boss core hole diameter to outer diameter ratio.

See also
SetExpectedMaxCoreToOuterDiameterRatio(), DFMMolding_AnalyzerParameters.MaxCoreToOuterDiameterRatio()

◆ ExpectedMinCoreDiameter()

double cadex::DFMMolding_IrregularCoreDiameterScrewBossIssue::ExpectedMinCoreDiameter ( ) const

Returns the expected minimum core hole diameter in mm .

See also
ScrewBoss()
Examples
molding/dfm_analyzer/Program.cs.

◆ ExpectedMinCoreToOuterDiameterRatio()

double cadex::DFMMolding_IrregularCoreDiameterScrewBossIssue::ExpectedMinCoreToOuterDiameterRatio ( ) const

Returns the expected minimum boss core hole diameter to outer diameter ratio.

See also
SetExpectedMinCoreToOuterDiameterRatio(), DFMMolding_AnalyzerParameters.MinCoreToOuterDiameterRatio()

◆ SetExpectedMaxCoreToOuterDiameterRatio()

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.

See also
ExpectedMaxCoreToOuterDiameterRatio()

◆ SetExpectedMinCoreToOuterDiameterRatio()

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.

See also
ExpectedMinCoreToOuterDiameterRatio()