Describes a base class for small distance between bosses issues found during molding design analysis. More...
Public Member Functions | |
| DFMMolding_SmallDistanceBetweenBossesIssue (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| DFMMolding_SmallDistanceBetweenBossesIssue (cadex.MTKBase_Boss theFirstBoss, cadex.MTKBase_Boss theSecondBoss) | |
| double | ExpectedMinDistanceBetweenBossesToThicknessRatio () |
| void | SetExpectedMinDistanceBetweenBossesToThicknessRatio (double theRatio) |
| double | ExpectedMinDistanceBetweenBosses () |
| void | SetExpectedMinDistanceBetweenBosses (double theDistance) |
| double | ActualDistanceBetweenBosses () |
| void | SetActualDistanceBetweenBosses (double theDistance) |
| cadex.MTKBase_Boss | FirstBoss () |
| void | SetFirstBoss (cadex.MTKBase_Boss theBoss) |
| cadex.MTKBase_Boss | SecondBoss () |
| void | SetSecondBoss (cadex.MTKBase_Boss theBoss) |
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) |
| Returnstrue if theFeature is a DFM molding small distance between bosses issue. | |
| static new cadex.DFMMolding_SmallDistanceBetweenBossesIssue | 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 base class for small distance between bosses issues found during molding design analysis.
Contains problematic bosses, the distance between which fails the following condition:
\[ \large D_a \geq T \times R \]
\[ \begin{aligned} & \small D_a - \text{actual distance between bosses} \\ & \small T - \text{actual nominal thickness} \\ & \small R - \text{expected minimum distance between bosses to nominal thickness ratio} \\ \end{aligned} \]
|
inline |
Returns the actual distance between bosses in mm .
|
inlineprotectedvirtual |
Reimplemented from cadex.DFMBase_Issue.
|
inline |
Returns expected minimum distance between bosses in mm .
\[ \large D_e = T \times R \]
\[ \begin{aligned} & \small D_e - \text{expected minimum distance between bosses} \\ & \small T - \text{actual nominal thickness} \\ & \small R - \text{expected minimum distance between bosses to thickness ratio} \end{aligned} \]
|
inline |
Returns expected minimum distance between bosses to nominal thickness ratio.
|
inline |
Returns first problematic boss.
|
inline |
Returns second problematic Boss.
|
inline |
Sets the actual distance between bosses in mm. theDistance should be greater than zero.
|
inline |
Sets the actual distance between bosses in mm. theDistance should be greater than zero.
|
inline |
Sets expected minimum distance between bosses to nominal thickness ratio. theRatio should be greater than zero.
|
inline |
Sets first problematic boss.
|
inline |
Sets second problematic Boss.