Describes small rib base radius issues found during injection molding design analysis. More...
Public Member Functions | |
DFMMolding_SmallBaseRadiusRibIssue () | |
Constructor. | |
DFMMolding_SmallBaseRadiusRibIssue (const Molding_Rib &theRib) | |
Constructor. | |
double | ExpectedMinBaseRadiusToWallThicknessRatio () const |
void | SetExpectedMinBaseRadiusToWallThicknessRatio (double theRatio) |
double | ExpectedMinBaseRadius () const |
void | SetExpectedMinBaseRadius (double theRadius) |
double | ActualBaseRadius () const |
void | SetActualBaseRadius (double theRadius) |
![]() | |
const Molding_Rib & | Rib () const |
void | SetRib (const Molding_Rib &theRib) |
![]() | |
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 base radius rib issue. | |
![]() | |
static bool | CompareType (const MTKBase_Feature &theFeature) |
Returns true if theFeature is a dfm molding rib issue. | |
![]() | |
static bool | CompareType (const MTKBase_Feature &theFeature) |
Returnstrue if theFeature is a dfm issue. | |
Additional Inherited Members | |
![]() | |
typedef cadex::internal::DFMMoldingImpl_RibIssue | ImplType |
typedef std::shared_ptr< ImplType > | ImplPtrType |
![]() | |
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_RibIssue (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 small rib base radius issues found during injection molding design analysis.
The small rib base radius issue refers to a situation where the base radius is too small compared to the wall thickness. Proper base radius value is required to mminimize stress concentrations and mold ejection problems.
Contains rib that fails the following condition:
\[ \large \frac{R_b}{T} \geq R \]
\[ \begin{aligned} & \small R_b - \text{analyzed rib base radius} \\ & \small T - \text{wall thickness} \\ & \small R - \text{minimum rib base radius to wall thickness ratio} \\ \end{aligned} \]
cadex::DFMMolding_SmallBaseRadiusRibIssue::DFMMolding_SmallBaseRadiusRibIssue | ( | const Molding_Rib & | theRib | ) |
Constructor.
Creates a small base radius rib issue from the Molding_Rib object.
double cadex::DFMMolding_SmallBaseRadiusRibIssue::ActualBaseRadius | ( | ) | const |
Returns the actual rib base radius in radians .
double cadex::DFMMolding_SmallBaseRadiusRibIssue::ExpectedMinBaseRadius | ( | ) | const |
Returns the expected minimum base radius in mm .
double cadex::DFMMolding_SmallBaseRadiusRibIssue::ExpectedMinBaseRadiusToWallThicknessRatio | ( | ) | const |
Returns the expected minimum base radius to wall thickness ratio.
void cadex::DFMMolding_SmallBaseRadiusRibIssue::SetActualBaseRadius | ( | double | theRadius | ) |
Sets the actual rib base radius. theRadius should be greater than or equal to zero.
void cadex::DFMMolding_SmallBaseRadiusRibIssue::SetExpectedMinBaseRadius | ( | double | theRadius | ) |
Sets the expected minimum rib base radius. theRadius should be greater than or equal to zero.
void cadex::DFMMolding_SmallBaseRadiusRibIssue::SetExpectedMinBaseRadiusToWallThicknessRatio | ( | double | theRatio | ) |
Sets the expected minimum small base radius to wall thickness ratio. theRatio should be in the [0, 1] range.