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

Describes large height rib issues found during injection molding design analysis. More...

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

Public Member Functions

 DFMMolding_HighRibIssue (global::System.IntPtr cPtr, bool cMemoryOwn)
 
 DFMMolding_HighRibIssue ()
 Constructor.
 
 DFMMolding_HighRibIssue (cadex.Molding_Rib theRib)
 Constructor.
 
double ExpectedMaxHeightToThicknessRatio ()
 
void SetExpectedMaxHeightToThicknessRatio (double theRatio)
 
double ExpectedMaxHeight ()
 
double ActualHeight ()
 
- 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 high rib issue.
 
static new cadex.DFMMolding_HighRibIssue 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 large height rib issues found during injection molding design analysis.

The high rib issue refers to a situation where the rib height is too big compared with rib thickness. Reasonable small height is required for ease of the part removal from mold.

Contains rib that fails the following condition:

\[ \large H_r \leq T_r * R \]

\[ \begin{aligned} & \small H_r - \text{analyzed rib height} \\ & \small T_r - \text{analyzed rib thickness} \\ & \small R - \text{maximum rib height to thickness ratio} \\ \end{aligned} \]

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

Constructor & Destructor Documentation

◆ DFMMolding_HighRibIssue()

cadex.DFMMolding_HighRibIssue.DFMMolding_HighRibIssue ( cadex.Molding_Rib theRib)
inline

Constructor.

Creates a high rib issue from the Molding_Rib object.

Member Function Documentation

◆ ActualHeight()

double cadex.DFMMolding_HighRibIssue.ActualHeight ( )
inline

Returns the actual rib height in mm .

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

◆ Dispose()

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

Reimplemented from cadex.DFMBase_Issue.

◆ ExpectedMaxHeight()

double cadex.DFMMolding_HighRibIssue.ExpectedMaxHeight ( )
inline

Returns the expected rib height in mm .

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

◆ ExpectedMaxHeightToThicknessRatio()

double cadex.DFMMolding_HighRibIssue.ExpectedMaxHeightToThicknessRatio ( )
inline

Returns the expected maximum height to thickness ratio.

See also
SetExpectedMaxHeightToThicknessRatio(), DFMMolding_AnalyzerParameters.MaxRibHeightToThicknessRatio()

◆ SetExpectedMaxHeightToThicknessRatio()

void cadex.DFMMolding_HighRibIssue.SetExpectedMaxHeightToThicknessRatio ( double theRatio)
inline

Sets the expected maximum height to thickness ratio. theRatio should be greater than zero.

See also
ExpectedMaxHeightToThicknessRatio()