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 (global::System.IntPtr cPtr, bool cMemoryOwn)
 
 DFMMolding_IrregularCoreDiameterScrewBossIssue ()
 Constructor.
 
 DFMMolding_IrregularCoreDiameterScrewBossIssue (cadex.Molding_ScrewBoss theScrewBoss)
 Constructor.
 
double ExpectedMinCoreToOuterDiameterRatio ()
 
void SetExpectedMinCoreToOuterDiameterRatio (double theRatio)
 
double ExpectedMaxCoreToOuterDiameterRatio ()
 
void SetExpectedMaxCoreToOuterDiameterRatio (double theRatio)
 
double ExpectedMinCoreDiameter ()
 
double ExpectedMaxCoreDiameter ()
 
double ActualCoreDiameter ()
 
- Public Member Functions inherited from cadex.DFMMolding_ScrewBossIssue
 DFMMolding_ScrewBossIssue (global::System.IntPtr cPtr, bool cMemoryOwn)
 
cadex.Molding_ScrewBoss ScrewBoss ()
 
void SetScrewBoss (cadex.Molding_ScrewBoss theScrewBoss)
 
- Public Member Functions inherited from cadex.DFMBase_Issue
 DFMBase_Issue (global::System.IntPtr cPtr, bool cMemoryOwn)
 
- Public Member Functions inherited from cadex.MTKBase_Feature
 MTKBase_Feature (global::System.IntPtr cPtr, bool cMemoryOwn)
 
void Dispose ()
 
 MTKBase_Feature ()
 Constructor.
 
void Nullify ()
 
bool IsNull ()
 
bool IsEqual (cadex.MTKBase_Feature theObject)
 
bool IsNotEqual (cadex.MTKBase_Feature theObject)
 

Static Public Member Functions

static new bool CompareType (cadex.MTKBase_Feature theFeature)
 Returns true if theFeature is a DFM molding irregular core diameter screw boss issue.
 
static new cadex.DFMMolding_IrregularCoreDiameterScrewBossIssue Cast (cadex.MTKBase_Feature theBase)
 
- Static Public Member Functions inherited from cadex.DFMMolding_ScrewBossIssue
static new bool CompareType (cadex.MTKBase_Feature theFeature)
 Returns true if theFeature is a DFM molding screw boss issue.
 
static new cadex.DFMMolding_ScrewBossIssue Cast (cadex.MTKBase_Feature theBase)
 
- Static Public Member Functions inherited from cadex.DFMBase_Issue
static bool CompareType (cadex.MTKBase_Feature theFeature)
 Returnstrue if theFeature is a DFM issue.
 
static cadex.DFMBase_Issue Cast (cadex.MTKBase_Feature theBase)
 

Protected Member Functions

override void Dispose (bool disposing)
 
- Protected Member Functions inherited from cadex.DFMMolding_ScrewBossIssue
override void Dispose (bool disposing)
 

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

cadex.DFMMolding_IrregularCoreDiameterScrewBossIssue.DFMMolding_IrregularCoreDiameterScrewBossIssue ( cadex.Molding_ScrewBoss theScrewBoss)
inline

Constructor.

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

Member Function Documentation

◆ ActualCoreDiameter()

double cadex.DFMMolding_IrregularCoreDiameterScrewBossIssue.ActualCoreDiameter ( )
inline

Returns the actual core hole diameter in mm .

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

◆ Dispose()

override void cadex.DFMMolding_IrregularCoreDiameterScrewBossIssue.Dispose ( bool disposing)
inlineprotectedvirtual

Reimplemented from cadex.DFMBase_Issue.

◆ ExpectedMaxCoreDiameter()

double cadex.DFMMolding_IrregularCoreDiameterScrewBossIssue.ExpectedMaxCoreDiameter ( )
inline

Returns the expected maximum core hole diameter in mm .

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

◆ ExpectedMaxCoreToOuterDiameterRatio()

double cadex.DFMMolding_IrregularCoreDiameterScrewBossIssue.ExpectedMaxCoreToOuterDiameterRatio ( )
inline

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

See also
SetExpectedMaxCoreToOuterDiameterRatio(), DFMMolding_AnalyzerParameters.MaxCoreToOuterDiameterRatio()

◆ ExpectedMinCoreDiameter()

double cadex.DFMMolding_IrregularCoreDiameterScrewBossIssue.ExpectedMinCoreDiameter ( )
inline

Returns the expected minimum core hole diameter in mm .

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

◆ ExpectedMinCoreToOuterDiameterRatio()

double cadex.DFMMolding_IrregularCoreDiameterScrewBossIssue.ExpectedMinCoreToOuterDiameterRatio ( )
inline

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)
inline

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)
inline

Sets the expected minimum boss core hole diameter to outer diameter ratio. theRatio should be greater than zero.

See also
ExpectedMinCoreToOuterDiameterRatio()