Describes wall with large thickness issues found during molding design analysis. More...
Public Member Functions | |
DFMMolding_LargeWallThicknessIssue () | |
Constructor. | |
DFMMolding_LargeWallThicknessIssue (const ModelData::Shell &theWall) | |
Constructor. | |
double | ExpectedMaxThickness () const |
void | SetExpectedMaxThickness (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 large 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 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} \]
cadex::DFMMolding_LargeWallThicknessIssue::DFMMolding_LargeWallThicknessIssue | ( | const ModelData::Shell & | theWall | ) |
Constructor.
Creates a large wall thickness issue from the shell of wall.
double cadex::DFMMolding_LargeWallThicknessIssue::ExpectedMaxThickness | ( | ) | const |
Returns the expected Maximum wall thickness in mm .
void cadex::DFMMolding_LargeWallThicknessIssue::SetExpectedMaxThickness | ( | double | theThickness | ) |
Sets the expected maximum wall thickness. the thickness should be greater than zero.