Hide menu
Loading...
Searching...
No Matches
cadex.DFMMolding_IrregularWallThicknessScrewBossIssue Class Reference

Describes irregular wall thickness screw boss issues found during injection molding design analysis. More...

Inheritance diagram for cadex.DFMMolding_IrregularWallThicknessScrewBossIssue:
cadex.DFMMolding_ScrewBossIssue cadex.DFMBase_Issue cadex.MTKBase_Feature

Public Member Functions

 DFMMolding_IrregularWallThicknessScrewBossIssue (global::System.IntPtr cPtr, bool cMemoryOwn)
 
 DFMMolding_IrregularWallThicknessScrewBossIssue ()
 Constructor.
 
 DFMMolding_IrregularWallThicknessScrewBossIssue (cadex.Molding_ScrewBoss theScrewBoss)
 Constructor.
 
double ExpectedMaxThicknessToWallThicknessRatio ()
 
void SetExpectedMaxThicknessToWallThicknessRatio (double theRatio)
 
double ExpectedMinThicknessToWallThicknessRatio ()
 
void SetExpectedMinThicknessToWallThicknessRatio (double theRatio)
 
double ExpectedMaxThickness ()
 
void SetExpectedMaxThickness (double theThickness)
 
double ExpectedMinThickness ()
 
void SetExpectedMinThickness (double theThickness)
 
double ActualThickness ()
 
- 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 wall thickness issue.
 
static new cadex.DFMMolding_IrregularWallThicknessScrewBossIssue 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 wall thickness screw boss issues found during injection molding design analysis.

The irregular wall thickness screw boss issues refers to the challenge of molding features with deviating from the nominal wall thickness. Irregular wall thickness screw boss can cause non-uniform cooling and fails applied loads. Therefore, it is recommended to maintain screw boss's thickness variance from 40% to 60% across the nominal thickness to minimize the risk of sinking or fracture.

Contains screw boss that fails the following conditions:

\[ R_{min} \leq \frac{D_b-D_h}{T_n} \leq R_{max} \]

\[ \begin{aligned} & \small D_b - \text{analyzed boss outer diameter} \\ & \small D_h - \text{analyzed boss core hole diameter} \\ & \small T_n - \text{nominal wall thickness} \\ & \small R_{min} - \text{minimum boss to wall thickness ratio} \\ & \small R_{max} - \text{maximal boss to wall thickness ratio} \\ \end{aligned} \]

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

Constructor & Destructor Documentation

◆ DFMMolding_IrregularWallThicknessScrewBossIssue()

cadex.DFMMolding_IrregularWallThicknessScrewBossIssue.DFMMolding_IrregularWallThicknessScrewBossIssue ( cadex.Molding_ScrewBoss theScrewBoss)
inline

Constructor.

Creates a irregular wall thickness screw boss issue from the Molding_ScrewBoss object.

Member Function Documentation

◆ ActualThickness()

double cadex.DFMMolding_IrregularWallThicknessScrewBossIssue.ActualThickness ( )
inline

Returns the actual thickness in mm .

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

◆ Dispose()

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

Reimplemented from cadex.DFMBase_Issue.

◆ ExpectedMaxThickness()

double cadex.DFMMolding_IrregularWallThicknessScrewBossIssue.ExpectedMaxThickness ( )
inline

◆ ExpectedMaxThicknessToWallThicknessRatio()

double cadex.DFMMolding_IrregularWallThicknessScrewBossIssue.ExpectedMaxThicknessToWallThicknessRatio ( )
inline

Returns the expected maximum screw boss thickness to wall thickness ratio.

See also
SetExpectedMaxThicknessToWallThicknessRatio(), DFMMolding_AnalyzerParameters.MaxScrewBossThicknessToWallThicknessRatio()

◆ ExpectedMinThickness()

double cadex.DFMMolding_IrregularWallThicknessScrewBossIssue.ExpectedMinThickness ( )
inline

◆ ExpectedMinThicknessToWallThicknessRatio()

double cadex.DFMMolding_IrregularWallThicknessScrewBossIssue.ExpectedMinThicknessToWallThicknessRatio ( )
inline

Returns the expected minimum screw boss thickness to wall thickness ratio.

See also
SetExpectedMinThicknessToWallThicknessRatio(), DFMMolding_AnalyzerParameters.MinScrewBossThicknessToWallThicknessRatio()

◆ SetExpectedMaxThickness()

void cadex.DFMMolding_IrregularWallThicknessScrewBossIssue.SetExpectedMaxThickness ( double theThickness)
inline

Sets the maximum screw boss thickness. theThickness should be greater than zero.

See also
ExpectedMaxThickness()

◆ SetExpectedMaxThicknessToWallThicknessRatio()

void cadex.DFMMolding_IrregularWallThicknessScrewBossIssue.SetExpectedMaxThicknessToWallThicknessRatio ( double theRatio)
inline

Sets the maximum screw boss thickness to wall thickness ratio. theRatio should be in the [0, 1] range.

See also
ExpectedMaxThicknessToWallThicknessRatio()

◆ SetExpectedMinThickness()

void cadex.DFMMolding_IrregularWallThicknessScrewBossIssue.SetExpectedMinThickness ( double theThickness)
inline

Sets the minimum screw boss thickness. theThickness should be greater than zero.

See also
ExpectedMinThickness()

◆ SetExpectedMinThicknessToWallThicknessRatio()

void cadex.DFMMolding_IrregularWallThicknessScrewBossIssue.SetExpectedMinThicknessToWallThicknessRatio ( double theRatio)
inline

Sets the minimum screw boss thickness to wall thickness ratio. theRatio should be in the [0, 1] range.

See also
ExpectedMinThicknessToWallThicknessRatio()