Hide menu
Loading...
Searching...
No Matches
cadex::DFMMachining_IrregularTurnedPartOuterDiameterProfileReliefIssue Class Reference

Describes irregular outer diameter profile relief found during cnc machining turning design analysis. More...

Inheritance diagram for cadex::DFMMachining_IrregularTurnedPartOuterDiameterProfileReliefIssue:
cadex::DFMBase_Issue cadex::MTKBase_Feature

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::FaceFace () 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
 

Detailed Description

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} \]

See also
DFMMachining_Analyzer, DFMMachining_TurningAnalyzerParameters.MaxFaceInclineAngle()
Examples
machining/dfm_analyzer/Program.cs, and machining/dfm_analyzer/main.cxx.

Constructor & Destructor Documentation

◆ DFMMachining_IrregularTurnedPartOuterDiameterProfileReliefIssue()

cadex::DFMMachining_IrregularTurnedPartOuterDiameterProfileReliefIssue::DFMMachining_IrregularTurnedPartOuterDiameterProfileReliefIssue ( )

Constructor.

Member Function Documentation

◆ ActualFaceInclineAngle()

double cadex::DFMMachining_IrregularTurnedPartOuterDiameterProfileReliefIssue::ActualFaceInclineAngle ( ) const

Returns the actual face incline angle in radians .

See also
SetActualFaceInclineAngle()
Examples
machining/dfm_analyzer/Program.cs.

◆ CompareType()

bool cadex::DFMMachining_IrregularTurnedPartOuterDiameterProfileReliefIssue::CompareType ( const MTKBase_Feature & theFeature)
static

Returns true if theFeature is a DFM irregular outer diameter profile relief issue.

Examples
machining/dfm_analyzer/Program.cs.

◆ ExpectedMaxFaceInclineAngle()

double cadex::DFMMachining_IrregularTurnedPartOuterDiameterProfileReliefIssue::ExpectedMaxFaceInclineAngle ( ) const

◆ Face()

const ModelData::Face & cadex::DFMMachining_IrregularTurnedPartOuterDiameterProfileReliefIssue::Face ( ) const

Returns the issue face.

See also
SetFace()

◆ SetActualFaceInclineAngle()

void cadex::DFMMachining_IrregularTurnedPartOuterDiameterProfileReliefIssue::SetActualFaceInclineAngle ( double theAngle)

Sets actual face incline angle in radians .

The value must be more or equal to zero.

See also
ActualFaceInclineAngle()

◆ SetExpectedMaxFaceInclineAngle()

void cadex::DFMMachining_IrregularTurnedPartOuterDiameterProfileReliefIssue::SetExpectedMaxFaceInclineAngle ( double theAngle)

Sets expected maximum face incline angle in radians .

The value must be less than ActualFaceInclineAngle().

See also
ExpectedMaxFaceInclineAngle()

◆ SetFace()

void cadex::DFMMachining_IrregularTurnedPartOuterDiameterProfileReliefIssue::SetFace ( const ModelData::Face & theFace)

Sets issue face.

See also
Face()