Describes wall with small thickness issues found during molding design analysis. More...
Public Member Functions | |
DFMMolding_SmallWallThicknessIssue () | |
Constructor. | |
DFMMolding_SmallWallThicknessIssue (const ModelData::Shell &theWall) | |
Constructor. | |
double | ExpectedMinThickness () const |
void | SetExpectedMinThickness (double theThickness) |
![]() | |
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 bool | CompareType (const MTKBase_Feature &theFeature) |
Returnstrue if theFeature is a dfm issue. | |
Additional Inherited Members | |
![]() | |
typedef cadex::internal::DFMBaseImpl_Issue | ImplType |
typedef std::shared_ptr< ImplType > | ImplPtrType |
![]() | |
typedef cadex::internal::MTKBaseImpl_Feature | ImplType |
typedef std::shared_ptr< ImplType > | ImplPtrType |
![]() | |
DFMMolding_WallThicknessIssue (ImplPtrType theImpl) | |
Reserved for internal use. | |
![]() | |
DFMBase_Issue (ImplPtrType theImpl) | |
Reserved for internal use. | |
![]() | |
MTKBase_Feature (ImplPtrType theImpl) | |
Reserved for internal use. | |
![]() | |
ImplPtrType | myImpl |
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} \]
cadex::DFMMolding_SmallWallThicknessIssue::DFMMolding_SmallWallThicknessIssue | ( | const ModelData::Shell & | theWall | ) |
Constructor.
Creates a small wall thickness issue from the shell of wall.
double cadex::DFMMolding_SmallWallThicknessIssue::ExpectedMinThickness | ( | ) | const |
Returns the expected minimum wall thickness in mm .
void cadex::DFMMolding_SmallWallThicknessIssue::SetExpectedMinThickness | ( | double | theThickness | ) |
Sets the expected minimum wall thickness. theThickness should be greater than zero.