Describes irregular outer diameter profile relief found during cnc machining turning design analysis. More...
Public Member Functions | |
| DFMMachining_IrregularTurnedPartOuterDiameterProfileReliefIssue (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| DFMMachining_IrregularTurnedPartOuterDiameterProfileReliefIssue () | |
| Constructor. | |
| double | ExpectedMaxFaceInclineAngle () |
| void | SetExpectedMaxFaceInclineAngle (double theAngle) |
| double | ActualFaceInclineAngle () |
| void | SetActualFaceInclineAngle (double theAngle) |
| cadex.ModelData.Face | Face () |
| void | SetFace (cadex.ModelData.Face theFace) |
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 irregular outer diameter profile relief issue. | |
| static new cadex.DFMMachining_IrregularTurnedPartOuterDiameterProfileReliefIssue | 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 irregular outer diameter profile relief found during cnc machining turning design analysis.
The issue refers to a part with a non-uniform outer diameter that has a relief or indentation in certain areas. This means that the surface of the part does not have a smooth or uniform contour, and there may be inconsistencies or deviations in the diameter. This can lead to problems in later stages of using the part, as it may not fit properly with other components or may cause friction or wear.
Contains face of turned part that fails the following condition:
\[ \large ANG_f \leq ang_m \]
\[ \begin{aligned} & \small ANG_f - \text{actual face incline angle} \\ & \small ang_m - \text{expected maximum face incline angle} \end{aligned} \]
|
inline |
Returns the actual face incline angle in radians .
|
inlineprotectedvirtual |
Reimplemented from cadex.DFMBase_Issue.
|
inline |
Returns the expected maximum face incline angle in radians .
|
inline |
Returns the issue face.
|
inline |
Sets actual face incline angle in radians . The value must be more or equal to zero.
|
inline |
Sets expected maximum face incline angle in radians . The value must be less than ActualFaceInclineAngle().
|
inline |
Sets issue face.