Describes high screw boss issues found during injection molding design analysis. More...
Public Member Functions | |
| DFMMolding_HighScrewBossIssue (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| DFMMolding_HighScrewBossIssue () | |
| Constructor. | |
| DFMMolding_HighScrewBossIssue (cadex.Molding_ScrewBoss theScrewBoss) | |
| Constructor. | |
| double | ExpectedMaxHeightToThicknessRatio () |
| void | SetExpectedMaxHeightToThicknessRatio (double theRatio) |
| double | ExpectedMaxHeight () |
| double | ActualHeight () |
Public Member Functions inherited from cadex.DFMMolding_ScrewBossIssue | |
| DFMMolding_ScrewBossIssue (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| cadex.Molding_ScrewBoss | ScrewBoss () |
| void | SetScrewBoss (cadex.Molding_ScrewBoss theScrewBoss) |
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 boss outer diameter issue. | |
| static new cadex.DFMMolding_HighScrewBossIssue | Cast (cadex.MTKBase_Feature theBase) |
Static Public Member Functions inherited from cadex.DFMMolding_ScrewBossIssue | |
| static new bool | CompareType (cadex.MTKBase_Feature theFeature) |
| Returns true if theFeature is a DFM molding screw boss issue. | |
| static new cadex.DFMMolding_ScrewBossIssue | 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) |
Protected Member Functions inherited from cadex.DFMMolding_ScrewBossIssue | |
| override void | Dispose (bool disposing) |
Describes high screw boss issues found during injection molding design analysis.
The high screw boss issues refer to situation when the height of the boss is much greater compared to the thickness. High bosses are more susceptible to warping and shrinkage, and can also cause non-uniform cooling and blocking removal from the mold. Proper height value is required to avoid potential stress failures caused by thick regions.
Contains screw boss that fails the following conditions:
\[ \large H_b \leq T_b * R \]
\[ \begin{aligned} & \small H_b - \text{analyzed boss height} \\ & \small T_b - \text{analyzed boss thickness} \\ & \small R - \text{maximum boss height to thickness ratio} \\ \end{aligned} \]
|
inline |
Constructor.
Creates a high screw boss issue from the Molding_ScrewBoss object.
|
inline |
|
inlineprotectedvirtual |
Reimplemented from cadex.DFMBase_Issue.
|
inline |
Returns the expected maximum height in mm .
|
inline |
Returns the expected maximum boss height to thickness ratio.
|
inline |
Sets the expected maximum boss height to thickness ratio. theRatio should be greater than zero.