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

Describes small screw boss base radius issues found during injection molding design analysis. More...

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

Public Member Functions

 DFMMolding_SmallBaseRadiusScrewBossIssue (global::System.IntPtr cPtr, bool cMemoryOwn)
 
 DFMMolding_SmallBaseRadiusScrewBossIssue ()
 Constructor.
 
 DFMMolding_SmallBaseRadiusScrewBossIssue (cadex.Molding_ScrewBoss theScrewBoss)
 Constructor.
 
double ExpectedMinBaseRadiusToWallThicknessRatio ()
 
void SetExpectedMinBaseRadiusToWallThicknessRatio (double theRatio)
 
double ExpectedMinBaseRadius ()
 
void SetExpectedMinBaseRadius (double theRadius)
 
double ActualBaseRadius ()
 
void SetActualBaseRadius (double theRadius)
 
- 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 base radius screw boss issue.
 
static new cadex.DFMMolding_SmallBaseRadiusScrewBossIssue 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 base radius issues found during injection molding design analysis.

The small screw boss base radius issue refers to a situation where the base radius is too small compared to the wall thickness. Proper base radius value is required to mitigate potential stress failures.

Contains screw boss that fails the following condition:

\[ \large \frac{R_b}{T} \geq R \]

\[ \begin{aligned} & \small R_b - \text{analyzed boss base radius} \\ & \small T - \text{wall thickness} \\ & \small R - \text{minimum boss base radius to wall thickness ratio} \\ \end{aligned} \]

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

Constructor & Destructor Documentation

◆ DFMMolding_SmallBaseRadiusScrewBossIssue()

cadex.DFMMolding_SmallBaseRadiusScrewBossIssue.DFMMolding_SmallBaseRadiusScrewBossIssue ( cadex.Molding_ScrewBoss theScrewBoss)
inline

Constructor.

Creates a small base radius screw boss issue from the Molding_ScrewBoss object.

Member Function Documentation

◆ ActualBaseRadius()

double cadex.DFMMolding_SmallBaseRadiusScrewBossIssue.ActualBaseRadius ( )
inline

Returns the actual screw boss base radius in radians .

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

◆ Dispose()

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

Reimplemented from cadex.DFMMolding_ScrewBossIssue.

◆ ExpectedMinBaseRadius()

double cadex.DFMMolding_SmallBaseRadiusScrewBossIssue.ExpectedMinBaseRadius ( )
inline

◆ ExpectedMinBaseRadiusToWallThicknessRatio()

double cadex.DFMMolding_SmallBaseRadiusScrewBossIssue.ExpectedMinBaseRadiusToWallThicknessRatio ( )
inline

◆ SetActualBaseRadius()

void cadex.DFMMolding_SmallBaseRadiusScrewBossIssue.SetActualBaseRadius ( double theRadius)
inline

Sets the actual screw boss base radius. theRadius should be greater than or equal to zero.

See also
ActualBaseRadius()

◆ SetExpectedMinBaseRadius()

void cadex.DFMMolding_SmallBaseRadiusScrewBossIssue.SetExpectedMinBaseRadius ( double theRadius)
inline

Sets the expected minimum screw boss base radius. theRadius should be greater than or equal to zero.

See also
ExpectedMinBaseRadius()

◆ SetExpectedMinBaseRadiusToWallThicknessRatio()

void cadex.DFMMolding_SmallBaseRadiusScrewBossIssue.SetExpectedMinBaseRadiusToWallThicknessRatio ( double theRatio)
inline

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

See also
ExpectedMinBaseRadiusToWallThicknessRatio()