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

Describes wall with irregular thickness issues found during molding design analysis. More...

Inheritance diagram for cadex.DFMMolding_IrregularWallThicknessIssue:
cadex.DFMMolding_WallThicknessIssue cadex.DFMBase_Issue cadex.MTKBase_Feature

Public Member Functions

 DFMMolding_IrregularWallThicknessIssue (global::System.IntPtr cPtr, bool cMemoryOwn)
 
 DFMMolding_IrregularWallThicknessIssue ()
 Constructor.
 
 DFMMolding_IrregularWallThicknessIssue (cadex.ModelData.Shell theWall)
 Constructor.
 
double AverageWallThicknessDeviationPercent ()
 
void SetAverageWallThicknessDeviationPercent (double thePercent)
 
double ActualWallThicknessDeviationPercent ()
 
double ExpectedMaxThickness ()
 
void SetExpectedMaxThickness (double theExpectedMaxThickness)
 
double ExpectedMinThickness ()
 
void SetExpectedMinThickness (double theExpectedMaxThickness)
 
- Public Member Functions inherited from cadex.DFMMolding_WallThicknessIssue
 DFMMolding_WallThicknessIssue (global::System.IntPtr cPtr, bool cMemoryOwn)
 
cadex.ModelData.Shell Shape ()
 
void SetShape (cadex.ModelData.Shell theWall)
 
double ActualThickness ()
 
void SetActualThickness (double theThickness)
 
- 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 wall thickness issue.
 
static new cadex.DFMMolding_IrregularWallThicknessIssue Cast (cadex.MTKBase_Feature theBase)
 
- Static Public Member Functions inherited from cadex.DFMMolding_WallThicknessIssue
static new bool CompareType (cadex.MTKBase_Feature theFeature)
 Returns true if theFeature is a DFM molding wall thickness issue.
 
static new cadex.DFMMolding_WallThicknessIssue 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_WallThicknessIssue
override void Dispose (bool disposing)
 

Detailed Description

Describes wall with irregular thickness issues found during molding design analysis.

Irregular wall thickness issue in molding design analysis refers to the challenge of molding features with deviating from the average value walls. This can lead to uneven cooling and problems with shrinking during the molding process. Therefore, it is recommended to maintain wall thicknesses variance of 20% or less across the design's wall thicknesses to limit potential structural and aesthetic issues.

Contains two forming the wall faces that fail the following condition:

\[ \frac{\mid D - D_{avg} \mid}{D_{avg}} \leq U_D \]

\[ \begin{aligned} & \small D - \text{distance between two faces} \\ & \small D_{avg} - \text{average distance} \\ & \small U_D - \text{uniform distance percent} \\ \end{aligned} \]

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

Constructor & Destructor Documentation

◆ DFMMolding_IrregularWallThicknessIssue()

cadex.DFMMolding_IrregularWallThicknessIssue.DFMMolding_IrregularWallThicknessIssue ( cadex.ModelData.Shell theWall)
inline

Constructor.

Creates a irregular wall thickness issue from the shell of wall.

Member Function Documentation

◆ ActualWallThicknessDeviationPercent()

double cadex.DFMMolding_IrregularWallThicknessIssue.ActualWallThicknessDeviationPercent ( )
inline

Returns the actual average wall thickness deviation percent.

◆ AverageWallThicknessDeviationPercent()

double cadex.DFMMolding_IrregularWallThicknessIssue.AverageWallThicknessDeviationPercent ( )
inline

Returns the expected average wall thickness deviation percent.

See also
SetAverageWallThicknessDeviationPercent(), DFMMolding_AnalyzerParameters.AverageWallThicknessDeviationPercent()

◆ Dispose()

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

Reimplemented from cadex.DFMBase_Issue.

◆ ExpectedMaxThickness()

double cadex.DFMMolding_IrregularWallThicknessIssue.ExpectedMaxThickness ( )
inline

Returns the expected maximum wall thickness in mm.

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

◆ ExpectedMinThickness()

double cadex.DFMMolding_IrregularWallThicknessIssue.ExpectedMinThickness ( )
inline

Returns the expected minimum wall thickness in mm .

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

◆ SetAverageWallThicknessDeviationPercent()

void cadex.DFMMolding_IrregularWallThicknessIssue.SetAverageWallThicknessDeviationPercent ( double thePercent)
inline

Sets the expected average wall thickness deviation percent. thePercent should be in the [0, 1] range.

See also
ExpectedUniformThicknessPercent()

◆ SetExpectedMaxThickness()

void cadex.DFMMolding_IrregularWallThicknessIssue.SetExpectedMaxThickness ( double theExpectedMaxThickness)
inline

Sets the expected maximum wall thickness. theExpectedMaxThickness should be greater than zero.

See also
ExpectedMaxThickness()