Describes small wall draft angle issues found during injection molding design analysis. More...
Public Member Functions | |
| DFMMolding_SmallDraftAngleWallIssue (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| DFMMolding_SmallDraftAngleWallIssue () | |
| Constructor. | |
| DFMMolding_SmallDraftAngleWallIssue (cadex.ModelData.Shell theWall) | |
| Constructor. | |
| double | ExpectedMinDraftAngle () |
| void | SetExpectedMinDraftAngle (double theAngle) |
| double | ActualDraftAngle () |
| void | SetActualDraftAngle (double theAngle) |
| cadex.ModelData.Shell | Shape () |
| void | SetShape (cadex.ModelData.Shell theShell) |
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 draft angle wall issue. | |
| static new cadex.DFMMolding_SmallDraftAngleWallIssue | 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 wall draft angle issues found during injection molding design analysis.
Proper draft angles are crucial for smooth part ejection in molding. This is essential to prevent production challenges and optimize product quality.
Contains wall that fails the following condition:
\[ \large A \geq Min A \]
\[ \begin{aligned} & \small A - \text{analyzed wall draft angle} \\ & \small Min A - \text{minimum wall draft angle} \\ \end{aligned} \]
|
inline |
Constructor.
Creates a small draft angle wall issue from the Molding_Shell object.
|
inline |
Returns the actual wall draft angle in radians .
|
inlineprotectedvirtual |
Reimplemented from cadex.DFMBase_Issue.
|
inline |
Returns the expected minimum draft angle in radians .
|
inline |
Sets the actual draft angle. theAngle should be greater than or equal to zero.
|
inline |
Sets the expected minimum draft angle. theAngle should be greater than or equal to zero.
|
inline |
Sets shape of the wall.
|
inline |
Returns shape of the wall.