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

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

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

Public Member Functions

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

Large wall thickness issue in molding design analysis refers to the challenge of molding features with overly thick walls. This can lead to difficulties such as uneven cooling, excessive material usage, and potential defects like voids or surface blemishes. The root causes typically involve inadequate cooling time, excessive injection pressure, or suboptimal material selection. Therefore, it is recommended to maintain wall thicknesses of 4.0 mm or less to prevent potential material flow problems and prolonged cooling times.

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

\[ D \leq D_{max} \]

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

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

Constructor & Destructor Documentation

◆ DFMMolding_LargeWallThicknessIssue()

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

Constructor.

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

Member Function Documentation

◆ Dispose()

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

Reimplemented from cadex.DFMBase_Issue.

◆ ExpectedMaxThickness()

double cadex.DFMMolding_LargeWallThicknessIssue.ExpectedMaxThickness ( )
inline

Returns the expected Maximum wall thickness in mm .

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

◆ SetExpectedMaxThickness()

void cadex.DFMMolding_LargeWallThicknessIssue.SetExpectedMaxThickness ( double theThickness)
inline

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

See also
ExpectedMaxThickness()