Describes small rib base radius issues found during injection molding design analysis. More...
Public Member Functions | |
| DFMMolding_SmallBaseRadiusRibIssue (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| DFMMolding_SmallBaseRadiusRibIssue () | |
| Constructor. | |
| DFMMolding_SmallBaseRadiusRibIssue (cadex.Molding_Rib theRib) | |
| Constructor. | |
| double | ExpectedMinBaseRadiusToWallThicknessRatio () |
| void | SetExpectedMinBaseRadiusToWallThicknessRatio (double theRatio) |
| double | ExpectedMinBaseRadius () |
| void | SetExpectedMinBaseRadius (double theRadius) |
| double | ActualBaseRadius () |
| void | SetActualBaseRadius (double theRadius) |
Public Member Functions inherited from cadex.DFMMolding_RibIssue | |
| DFMMolding_RibIssue (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| cadex.Molding_Rib | Rib () |
| void | SetRib (cadex.Molding_Rib theRib) |
Public Member Functions inherited from cadex.DFMBase_Issue | |
| DFMBase_Issue (global::System.IntPtr cPtr, bool cMemoryOwn) | |
Public Member Functions inherited from cadex.MTKBase_Feature | |
| MTKBase_Feature (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| void | Dispose () |
| MTKBase_Feature () | |
| Constructor. | |
| void | Nullify () |
| bool | IsNull () |
| bool | IsEqual (cadex.MTKBase_Feature theObject) |
| bool | IsNotEqual (cadex.MTKBase_Feature theObject) |
Static Public Member Functions | |
| static new bool | CompareType (cadex.MTKBase_Feature theFeature) |
| Returns true if theFeature is a DFM molding small base radius rib issue. | |
| static new cadex.DFMMolding_SmallBaseRadiusRibIssue | Cast (cadex.MTKBase_Feature theBase) |
Static Public Member Functions inherited from cadex.DFMMolding_RibIssue | |
| static new bool | CompareType (cadex.MTKBase_Feature theFeature) |
| Returns true if theFeature is a DFM molding rib issue. | |
| static new cadex.DFMMolding_RibIssue | Cast (cadex.MTKBase_Feature theBase) |
Static Public Member Functions inherited from cadex.DFMBase_Issue | |
| static bool | CompareType (cadex.MTKBase_Feature theFeature) |
| Returnstrue if theFeature is a DFM issue. | |
| static cadex.DFMBase_Issue | Cast (cadex.MTKBase_Feature theBase) |
Protected Member Functions | |
| override void | Dispose (bool disposing) |
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 minimize 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} \]
|
inline |
Constructor.
Creates a small base radius rib issue from the Molding_Rib object.
|
inline |
Returns the actual rib base radius in radians .
|
inlineprotectedvirtual |
Reimplemented from cadex.DFMMolding_RibIssue.
|
inline |
Returns the expected minimum base radius in mm .
|
inline |
Returns the expected minimum base radius to wall thickness ratio.
|
inline |
Sets the actual rib base radius. theRadius should be greater than or equal to zero.
|
inline |
Sets the expected minimum rib base radius. theRadius should be greater than or equal to zero.
|
inline |
Sets the expected minimum small base radius to wall thickness ratio. theRatio should be in the [0, 1] range.