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 ()
 Constructor.
 
 DFMMolding_SmallWallThicknessIssue (const ModelData::Shell &theWall)
 Constructor.
 
double ExpectedMinThickness () const
 
void SetExpectedMinThickness (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 small 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 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
MTKConverter/Program.cs, MTKConverter/main.cxx, molding/dfm_analyzer/Program.cs, and molding/dfm_analyzer/main.cxx.

Constructor & Destructor Documentation

◆ DFMMolding_SmallWallThicknessIssue()

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

Constructor.

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

Member Function Documentation

◆ ExpectedMinThickness()

double cadex::DFMMolding_SmallWallThicknessIssue::ExpectedMinThickness ( ) const

◆ SetExpectedMinThickness()

void cadex::DFMMolding_SmallWallThicknessIssue::SetExpectedMinThickness ( double theThickness)

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

See also
ExpectedMinThickness()