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

Describes small draft angle rib issues found during injection molding design analysis. More...

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

Public Member Functions

 DFMMolding_SmallDraftAngleRibIssue (global::System.IntPtr cPtr, bool cMemoryOwn)
 
 DFMMolding_SmallDraftAngleRibIssue ()
 Constructor.
 
 DFMMolding_SmallDraftAngleRibIssue (cadex.Molding_Rib theRib)
 Constructor.
 
double ExpectedMinDraftAngle ()
 
void SetExpectedMinDraftAngle (double theAngle)
 
double ActualDraftAngle ()
 
- 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 small draft angle rib issue.
 
static new cadex.DFMMolding_SmallDraftAngleRibIssue 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)
 

Detailed Description

Describes small draft angle rib issues found during injection molding design analysis.

The small rib draft angle issue refers to a situation where the rib draft angle is smaller than the recommended one. Appropriate draft angle is required for ease of the part removal from mold and minimizing its damage. Also too small draft angle can lead to defects like drag marks.

Contains rib that fails the following condition:

\[ \large A \geq Min A \]

\[ \begin{aligned} & \small A - \text{analyzed rib draft angle} \\ & \small Min A - \text{minimum rib draft angle} \\ \end{aligned} \]

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

Constructor & Destructor Documentation

◆ DFMMolding_SmallDraftAngleRibIssue()

cadex.DFMMolding_SmallDraftAngleRibIssue.DFMMolding_SmallDraftAngleRibIssue ( cadex.Molding_Rib theRib)
inline

Constructor.

Creates a small draft angle rib issue from the Molding_Rib object.

Member Function Documentation

◆ ActualDraftAngle()

double cadex.DFMMolding_SmallDraftAngleRibIssue.ActualDraftAngle ( )
inline

Returns the actual rib draft angle in radians .

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

◆ Dispose()

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

Reimplemented from cadex.DFMMolding_RibIssue.

◆ ExpectedMinDraftAngle()

double cadex.DFMMolding_SmallDraftAngleRibIssue.ExpectedMinDraftAngle ( )
inline

Returns the expected minimum draft angle in radians .

See also
SetExpectedMinDraftAngle(), DFMMolding_AnalyzerParameters.MinRibDraftAngle()
Examples
molding/dfm_analyzer/Program.cs.

◆ SetExpectedMinDraftAngle()

void cadex.DFMMolding_SmallDraftAngleRibIssue.SetExpectedMinDraftAngle ( double theAngle)
inline

Sets the expected minimum draft angle. theAngle should be greater than or equal to zero.

See also
ExpectedMinDraftAngle()