Describes irregular outer diameter profile relief found during cnc machining turning design analysis. More...
Public Member Functions | |
| DFMMachining_IrregularTurnedPartOuterDiameterProfileReliefIssue () | |
| Constructor. | |
| double | ExpectedMaxFaceInclineAngle () const |
| Returns the expected maximum face incline angle in radians . | |
| void | SetExpectedMaxFaceInclineAngle (double theAngle) |
| Sets expected maximum face incline angle in radians . | |
| double | ActualFaceInclineAngle () const |
| Returns the actual face incline angle in radians . | |
| void | SetActualFaceInclineAngle (double theAngle) |
| Sets actual face incline angle in radians . | |
| const ModelData::Face & | Face () const |
| Returns the issue face. | |
| void | SetFace (const ModelData::Face &theFace) |
| Sets issue face. | |
Public Member Functions inherited from cadex::MTKBase_Feature | |
| MTKBase_Feature () | |
| Constructor. | |
| ~MTKBase_Feature () | |
| Destructor. | |
| void | Nullify () |
| Resets reference to implementation object. | |
| bool | IsNull () const |
| Returns true if the object is nullified. | |
| operator bool () const | |
| Casts the object to the bool type. | |
| template<typename T > | |
| bool | IsOfType () const |
| ImplType * | Impl () const |
| template<typename T > | |
| T * | Impl () const |
| Reserved for internal use. | |
| bool | operator== (const MTKBase_Feature &theObject) const |
| bool | operator!= (const MTKBase_Feature &theObject) const |
Static Public Member Functions | |
| static bool | CompareType (const MTKBase_Feature &theFeature) |
| Returns true if theFeature is a DFM irregular outer diameter profile relief issue. | |
Static Public Member Functions inherited from cadex::DFMBase_Issue | |
| static bool | CompareType (const MTKBase_Feature &theFeature) |
| Returnstrue if theFeature is a DFM issue. | |
Additional Inherited Members | |
Public Types inherited from cadex::DFMBase_Issue | |
| typedef cadex::internal::DFMBaseImpl_Issue | ImplType |
| typedef std::shared_ptr< ImplType > | ImplPtrType |
Public Types inherited from cadex::MTKBase_Feature | |
| typedef cadex::internal::MTKBaseImpl_Feature | ImplType |
| typedef std::shared_ptr< ImplType > | ImplPtrType |
Protected Member Functions inherited from cadex::DFMBase_Issue | |
| DFMBase_Issue (ImplPtrType theImpl) | |
| Reserved for internal use. | |
Protected Member Functions inherited from cadex::MTKBase_Feature | |
| MTKBase_Feature (ImplPtrType theImpl) | |
| Reserved for internal use. | |
Protected Attributes inherited from cadex::MTKBase_Feature | |
| ImplPtrType | myImpl |
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} \]
| cadex::DFMMachining_IrregularTurnedPartOuterDiameterProfileReliefIssue::DFMMachining_IrregularTurnedPartOuterDiameterProfileReliefIssue | ( | ) |
Constructor.
| double cadex::DFMMachining_IrregularTurnedPartOuterDiameterProfileReliefIssue::ActualFaceInclineAngle | ( | ) | const |
Returns the actual face incline angle in radians .
|
static |
Returns true if theFeature is a DFM irregular outer diameter profile relief issue.
| double cadex::DFMMachining_IrregularTurnedPartOuterDiameterProfileReliefIssue::ExpectedMaxFaceInclineAngle | ( | ) | const |
Returns the expected maximum face incline angle in radians .
| const ModelData::Face & cadex::DFMMachining_IrregularTurnedPartOuterDiameterProfileReliefIssue::Face | ( | ) | const |
Returns the issue face.
| void cadex::DFMMachining_IrregularTurnedPartOuterDiameterProfileReliefIssue::SetActualFaceInclineAngle | ( | double | theAngle | ) |
Sets actual face incline angle in radians .
The value must be more or equal to zero.
| void cadex::DFMMachining_IrregularTurnedPartOuterDiameterProfileReliefIssue::SetExpectedMaxFaceInclineAngle | ( | double | theAngle | ) |
Sets expected maximum face incline angle in radians .
The value must be less than ActualFaceInclineAngle().
| void cadex::DFMMachining_IrregularTurnedPartOuterDiameterProfileReliefIssue::SetFace | ( | const ModelData::Face & | theFace | ) |
Sets issue face.