Describes a class for small distance between ribs issues found during molding design analysis. More...
Public Member Functions | |
| DFMMolding_SmallDistanceBetweenRibsIssue (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| DFMMolding_SmallDistanceBetweenRibsIssue () | |
| Constructor. | |
| DFMMolding_SmallDistanceBetweenRibsIssue (cadex.Molding_Rib theFirstRib, cadex.Molding_Rib theSecondRib) | |
| Constructor. | |
| double | ExpectedMinDistanceBetweenRibsToWallThicknessRatio () |
| void | SetExpectedMinDistanceBetweenRibsToWallThicknessRatio (double theRatio) |
| double | ExpectedMinDistanceBetweenRibs () |
| void | SetExpectedMinDistanceBetweenRibs (double theDistance) |
| void | SetRibs (cadex.Molding_Rib theFirstRib, cadex.Molding_Rib theSecondRib) |
| cadex.Molding_Rib | FirstRib () |
| cadex.Molding_Rib | SecondRib () |
| double | ActualDistanceBetweenRibs () |
| void | SetActualDistanceBetweenRibs (double theDistance) |
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 distance between ribs issue. | |
| static new cadex.DFMMolding_SmallDistanceBetweenRibsIssue | 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 a class for small distance between ribs issues found during molding design analysis.
The small distance between ribs issue refers to a situation where the distance between ribs is smaller than the recommended one. Proper distance between ribs are important to promotes even cooling and enhances structural integrity of the part.
Contains problematic ribs, the distance between which fails the following condition:
\[ \large D \geq T \times R \]
\[ \begin{aligned} & \small D - \text{actual distance between ribs} \\ & \small T - \text{actual nominal thickness} \\ & \small R - \text{expected minimum distance between ribs to nominal thickness ratio} \\ \end{aligned} \]
|
inline |
Constructor.
Creates a small distance between ribs issue from the Molding_Rib objects.
|
inline |
Returns the actual distance between ribs in mm .
|
inlineprotectedvirtual |
Reimplemented from cadex.DFMBase_Issue.
|
inline |
Returns the expected minimum distance between ribs in mm .
|
inline |
Returns expected minimum distance between ribs to nominal thickness ratio.
|
inline |
Returns first problematic rib.
|
inline |
Returns second problematic rib.
|
inline |
Sets the actual distance between ribs. theDistance should be greater than or equal to zero.
|
inline |
Sets the expected minimum distance between ribs. theDistance should be greater than or equal to zero.
|
inline |
Sets the expected minimum distance between ribs to nominal thickness ratio. theRatio should be greater than or equal to zero.
|
inline |
Sets the problematic ribs.