Describes small screw boss base radius issues found during injection molding design analysis. More...
Public Member Functions | |
DFMMolding_SmallBaseRadiusScrewBossIssue () | |
Constructor. | |
DFMMolding_SmallBaseRadiusScrewBossIssue (const Molding_ScrewBoss &theScrewBoss) | |
Constructor. | |
double | ExpectedMinBaseRadiusToWallThicknessRatio () const |
void | SetExpectedMinBaseRadiusToWallThicknessRatio (double theRatio) |
double | ExpectedMinBaseRadius () const |
void | SetExpectedMinBaseRadius (double theRadius) |
double | ActualBaseRadius () const |
void | SetActualBaseRadius (double theRadius) |
![]() | |
const Molding_ScrewBoss & | ScrewBoss () const |
void | SetScrewBoss (const Molding_ScrewBoss &theScrewBoss) |
![]() | |
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 screw boss issue. | |
![]() | |
static bool | CompareType (const MTKBase_Feature &theFeature) |
Returns true if theFeature is a dfm molding screw boss issue. | |
![]() | |
static bool | CompareType (const MTKBase_Feature &theFeature) |
Returnstrue if theFeature is a dfm issue. | |
Additional Inherited Members | |
![]() | |
typedef cadex::internal::DFMMoldingImpl_ScrewBossIssue | 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_ScrewBossIssue (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 screw boss base radius issues found during injection molding design analysis.
The small screw boss 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 mitigate potential stress failures.
Contains screw boss that fails the following condition:
\[ \large \frac{R_b}{T} \geq R \]
\[ \begin{aligned} & \small R_b - \text{analyzed boss base radius} \\ & \small T - \text{wall thickness} \\ & \small R - \text{minimum boss base radius to wall thickness ratio} \\ \end{aligned} \]
cadex::DFMMolding_SmallBaseRadiusScrewBossIssue::DFMMolding_SmallBaseRadiusScrewBossIssue | ( | const Molding_ScrewBoss & | theScrewBoss | ) |
Constructor.
Creates a small base radius screw boss issue from the Molding_ScrewBoss object.
double cadex::DFMMolding_SmallBaseRadiusScrewBossIssue::ActualBaseRadius | ( | ) | const |
Returns the actual screw boss base radius in radians .
double cadex::DFMMolding_SmallBaseRadiusScrewBossIssue::ExpectedMinBaseRadius | ( | ) | const |
Returns the expected minimum base radius in mm .
double cadex::DFMMolding_SmallBaseRadiusScrewBossIssue::ExpectedMinBaseRadiusToWallThicknessRatio | ( | ) | const |
Returns the expected minimum base radius to wall thickness ratio.
void cadex::DFMMolding_SmallBaseRadiusScrewBossIssue::SetActualBaseRadius | ( | double | theRadius | ) |
Sets the actual screw boss base radius. theRadius should be greater than or equal to zero.
void cadex::DFMMolding_SmallBaseRadiusScrewBossIssue::SetExpectedMinBaseRadius | ( | double | theRadius | ) |
Sets the expected minimum screw boss base radius. theRadius should be greater than or equal to zero.
void cadex::DFMMolding_SmallBaseRadiusScrewBossIssue::SetExpectedMinBaseRadiusToWallThicknessRatio | ( | double | theRatio | ) |
Sets the expected minimum small base radius to wall thickness ratio. theRatio should be in the [0, 1] range.