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 ()
 Constructor.
 
 DFMMolding_LargeWallThicknessIssue (const ModelData::Shell &theWall)
 Constructor.
 
double ExpectedMaxThickness () const
 
void SetExpectedMaxThickness (double theThickness)
 
- Public Member Functions inherited from cadex::MTKBase_Feature
 MTKBase_Feature ()
 Constructor.
 
 ~MTKBase_Feature ()
 Destructor.
 
void Nullify ()
 
bool IsNull () const
 
 operator bool () const
 Casts the object to the bool type.
 
template<typename T >
bool IsOfType () const
 
ImplType * Impl () const
 
template<typename T >
T * Impl () const
 Reserved for internal use.
 
bool operator== (const MTKBase_Feature &theObject) const
 
bool operator!= (const MTKBase_Feature &theObject) const
 

Static Public Member Functions

static bool CompareType (const MTKBase_Feature &theFeature)
 Returns true if theFeature is a dfm molding large wall thickness issue.
 
- Static Public Member Functions inherited from cadex::DFMBase_Issue
static bool CompareType (const MTKBase_Feature &theFeature)
 Returnstrue if theFeature is a dfm issue.
 

Additional Inherited Members

- Public Types inherited from cadex::DFMBase_Issue
typedef cadex::internal::DFMBaseImpl_Issue ImplType
 
typedef std::shared_ptr< ImplType > ImplPtrType
 
- Public Types inherited from cadex::MTKBase_Feature
typedef cadex::internal::MTKBaseImpl_Feature ImplType
 
typedef std::shared_ptr< ImplType > ImplPtrType
 
- Protected Member Functions inherited from cadex::DFMMolding_WallThicknessIssue
 DFMMolding_WallThicknessIssue (ImplPtrType theImpl)
 Reserved for internal use.
 
- Protected Member Functions inherited from cadex::DFMBase_Issue
 DFMBase_Issue (ImplPtrType theImpl)
 Reserved for internal use.
 
- Protected Member Functions inherited from cadex::MTKBase_Feature
 MTKBase_Feature (ImplPtrType theImpl)
 Reserved for internal use.
 
- Protected Attributes inherited from cadex::MTKBase_Feature
ImplPtrType myImpl
 

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
MTKConverter/Program.cs, MTKConverter/main.cxx, molding/dfm_analyzer/Program.cs, and molding/dfm_analyzer/main.cxx.

Constructor & Destructor Documentation

◆ DFMMolding_LargeWallThicknessIssue()

cadex::DFMMolding_LargeWallThicknessIssue::DFMMolding_LargeWallThicknessIssue ( const ModelData::Shell & theWall)

Constructor.

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

Member Function Documentation

◆ ExpectedMaxThickness()

double cadex::DFMMolding_LargeWallThicknessIssue::ExpectedMaxThickness ( ) const

◆ SetExpectedMaxThickness()

void cadex::DFMMolding_LargeWallThicknessIssue::SetExpectedMaxThickness ( double theThickness)

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

See also
ExpectedMaxThickness()