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

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

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

Public Member Functions

 DFMMolding_SmallWallThicknessIssue (global::System.IntPtr cPtr, bool cMemoryOwn)
 
 DFMMolding_SmallWallThicknessIssue ()
 Constructor.
 
 DFMMolding_SmallWallThicknessIssue (cadex.ModelData.Shell theWall)
 Constructor.
 
double ExpectedMinThickness ()
 
void SetExpectedMinThickness (double theThickness)
 
- 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 small wall thickness issue.
 
static new cadex.DFMMolding_SmallWallThicknessIssue 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 small thickness issues found during molding design analysis.

Small wall thickness issue in molding design analysis refers to the challenge of molding features with thin walls. This can result in challenges like warping, sink marks, and diminished strength. The root causes often include improper material flow, insufficient packing pressure, or flawed mold design. Therefore, it is recommended to maintain wall thicknesses at least 1.0 mm to avoid structurally weak or distorted parts.

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

\[ D \geq D_{min} \]

\[ \begin{aligned} & \small D - \text{distance between two faces} \\ & \small D_{min} - \text{minimal expected distance} \\ \end{aligned} \]

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

Constructor & Destructor Documentation

◆ DFMMolding_SmallWallThicknessIssue()

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

Constructor.

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

Member Function Documentation

◆ Dispose()

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

Reimplemented from cadex.DFMBase_Issue.

◆ ExpectedMinThickness()

double cadex.DFMMolding_SmallWallThicknessIssue.ExpectedMinThickness ( )
inline

Returns the expected minimum wall thickness in mm .

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

◆ SetExpectedMinThickness()

void cadex.DFMMolding_SmallWallThicknessIssue.SetExpectedMinThickness ( double theThickness)
inline

Sets the expected minimum wall thickness. theThickness should be greater than zero.

See also
ExpectedMinThickness()