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

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

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

Public Member Functions

 DFMMolding_SmallDraftAngleScrewBossIssue (global::System.IntPtr cPtr, bool cMemoryOwn)
 
 DFMMolding_SmallDraftAngleScrewBossIssue ()
 Constructor.
 
 DFMMolding_SmallDraftAngleScrewBossIssue (cadex.Molding_ScrewBoss theScrewBoss)
 Constructor.
 
double ExpectedMinDraftAngle ()
 
void SetExpectedMinDraftAngle (double theAngle)
 
double ActualDraftAngle ()
 
- 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 small draft angle screw boss issue.
 
static new cadex.DFMMolding_SmallDraftAngleScrewBossIssue 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)
 

Detailed Description

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

The small screw boss draft angle issue is similar to the small rib draft angle issue. Proper draft angles are crucial for smooth part ejection in molding. This is essential to prevent production challenges and optimize product quality.

Contains screw boss that fails the following condition:

\[ \large A \geq Min A \]

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

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

Constructor & Destructor Documentation

◆ DFMMolding_SmallDraftAngleScrewBossIssue()

cadex.DFMMolding_SmallDraftAngleScrewBossIssue.DFMMolding_SmallDraftAngleScrewBossIssue ( cadex.Molding_ScrewBoss theScrewBoss)
inline

Constructor.

Creates a small draft angle ScrewBoss issue from the Molding_ScrewBoss object.

Member Function Documentation

◆ ActualDraftAngle()

double cadex.DFMMolding_SmallDraftAngleScrewBossIssue.ActualDraftAngle ( )
inline

Returns the actual screw boss draft angle in radians .

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

◆ Dispose()

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

Reimplemented from cadex.DFMMolding_ScrewBossIssue.

◆ ExpectedMinDraftAngle()

double cadex.DFMMolding_SmallDraftAngleScrewBossIssue.ExpectedMinDraftAngle ( )
inline

Returns the expected minimum draft angle in radians .

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

◆ SetExpectedMinDraftAngle()

void cadex.DFMMolding_SmallDraftAngleScrewBossIssue.SetExpectedMinDraftAngle ( double theAngle)
inline

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

See also
ExpectedMinDraftAngle()