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

Describes irregular thickness rib issues found during injection molding design analysis. More...

Inheritance diagram for cadex.DFMMolding_IrregularThicknessRibIssue:
cadex.DFMMolding_RibIssue cadex.DFMBase_Issue cadex.MTKBase_Feature

Public Member Functions

 DFMMolding_IrregularThicknessRibIssue (global::System.IntPtr cPtr, bool cMemoryOwn)
 
 DFMMolding_IrregularThicknessRibIssue ()
 Constructor.
 
 DFMMolding_IrregularThicknessRibIssue (cadex.Molding_Rib theRib)
 Constructor.
 
double ExpectedMinThicknessToWallThicknessRatio ()
 
void SetExpectedMinThicknessToWallThicknessRatio (double theRatio)
 
double ExpectedMaxThicknessToWallThicknessRatio ()
 
void SetExpectedMaxThicknessToWallThicknessRatio (double theRatio)
 
double ExpectedMinThickness ()
 
void SetExpectedMinThickness (double theThickness)
 
double ExpectedMaxThickness ()
 
void SetExpectedMaxThickness (double theThickness)
 
double ActualThickness ()
 
- Public Member Functions inherited from cadex.DFMMolding_RibIssue
 DFMMolding_RibIssue (global::System.IntPtr cPtr, bool cMemoryOwn)
 
cadex.Molding_Rib Rib ()
 
void SetRib (cadex.Molding_Rib theRib)
 
- 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 thickness rib issue.
 
static new cadex.DFMMolding_IrregularThicknessRibIssue Cast (cadex.MTKBase_Feature theBase)
 
- Static Public Member Functions inherited from cadex.DFMMolding_RibIssue
static new bool CompareType (cadex.MTKBase_Feature theFeature)
 Returns true if theFeature is a DFM molding rib issue.
 
static new cadex.DFMMolding_RibIssue 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_RibIssue
override void Dispose (bool disposing)
 

Detailed Description

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

See also
DFMMolding_Analyzer, DFMMolding_AnalyzerParameters.MinRibThicknessToWallThicknessRatio(), DFMMolding_AnalyzerParameters.MaxRibThicknessToWallThicknessRatio(), Molding_Rib
Examples
molding/dfm_analyzer/Program.cs, and molding/dfm_analyzer/main.cxx.

Constructor & Destructor Documentation

◆ DFMMolding_IrregularThicknessRibIssue()

cadex.DFMMolding_IrregularThicknessRibIssue.DFMMolding_IrregularThicknessRibIssue ( cadex.Molding_Rib theRib)
inline

Constructor.

Creates a irregular thickness rib issue from the Molding_Rib object.

Member Function Documentation

◆ ActualThickness()

double cadex.DFMMolding_IrregularThicknessRibIssue.ActualThickness ( )
inline

Returns the actual rib thickness in mm .

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

◆ Dispose()

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

Reimplemented from cadex.DFMBase_Issue.

◆ ExpectedMaxThickness()

double cadex.DFMMolding_IrregularThicknessRibIssue.ExpectedMaxThickness ( )
inline

Returns the expected maximum rib thickness in mm .

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

◆ ExpectedMaxThicknessToWallThicknessRatio()

double cadex.DFMMolding_IrregularThicknessRibIssue.ExpectedMaxThicknessToWallThicknessRatio ( )
inline

Returns the expected maximum thickness to wall thickness ratio.

See also
SetExpectedMaxThicknessToWallThicknessRatio(), DFMMolding_AnalyzerParameters.MaxRibThicknessToWallThicknessRatio()

◆ ExpectedMinThickness()

double cadex.DFMMolding_IrregularThicknessRibIssue.ExpectedMinThickness ( )
inline

Returns the expected minimum rib thickness in mm .

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

◆ ExpectedMinThicknessToWallThicknessRatio()

double cadex.DFMMolding_IrregularThicknessRibIssue.ExpectedMinThicknessToWallThicknessRatio ( )
inline

Returns the expected minimum thickness to wall thickness ratio.

See also
SetExpectedMinThicknessToWallThicknessRatio(), DFMMolding_AnalyzerParameters.MinRibThicknessToWallThicknessRatio()

◆ SetExpectedMaxThickness()

void cadex.DFMMolding_IrregularThicknessRibIssue.SetExpectedMaxThickness ( double theThickness)
inline

Sets the expected maximum rib thickness in mm . theThickness should be greater than or equal to zero.

See also
ExpectedmaxThickness()

◆ SetExpectedMaxThicknessToWallThicknessRatio()

void cadex.DFMMolding_IrregularThicknessRibIssue.SetExpectedMaxThicknessToWallThicknessRatio ( double theRatio)
inline

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

See also
ExpectedMaxThicknessToWallThicknessRatio()

◆ SetExpectedMinThickness()

void cadex.DFMMolding_IrregularThicknessRibIssue.SetExpectedMinThickness ( double theThickness)
inline

Sets the expected minimum rib thickness in mm . theThickness should be greater than or equal to zero.

See also
ExpectedMinThickness()

◆ SetExpectedMinThicknessToWallThicknessRatio()

void cadex.DFMMolding_IrregularThicknessRibIssue.SetExpectedMinThicknessToWallThicknessRatio ( double theRatio)
inline

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

See also
ExpectedMinThicknessToWallThicknessRatio()