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

Describes large turned part issue found during cnc machining turning design analysis. More...

Inheritance diagram for cadex::DFMMachining_LargeTurnedPartIssue:
cadex::DFMBase_Issue cadex::MTKBase_Feature

Public Member Functions

 DFMMachining_LargeTurnedPartIssue ()
 Constructor.
 
const DFMMachining_TurnedPartSizeExpectedMaxTurnedPartSize () const
 
void SetExpectedMaxTurnedPartSize (const DFMMachining_TurnedPartSize &theTurnedPartSize)
 
const DFMMachining_TurnedPartSizeActualTurnedPartSize () const
 
void SetActualTurnedPartSize (const DFMMachining_TurnedPartSize &theTurnedPartSize)
 
- Public Member Functions inherited from cadex::MTKBase_Feature
 MTKBase_Feature ()
 Constructor.
 
 ~MTKBase_Feature ()
 Destructor.
 
void Nullify ()
 
bool IsNull () const
 
 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 machining large turned part 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 large turned part issue found during cnc machining turning design analysis.

A large turned part issue in cnc machining turning design refers to the difficulties faced in producing oversized components in a turning operation. These parts require specialized equipment and expertise, as well as careful consideration of factors such as stability, tool selection, and programming. Some common challenges include maintaining consistency of material removal, ensuring proper chip evacuation, and minimizing vibration and deflection.

Contains turned part size that fails the following condition:

\[ \large L_p \leq l_m \quad \text{and} \quad R_p \leq r_m \]

\[ \begin{aligned} & \small L_p - \text{actual turned part length} \\ & \small R_p - \text{actual turned part radius} \\ & \small l_m - \text{expected maximum turned part length} \\ & \small r_m - \text{expected maximum turned part radius} \end{aligned} \]

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

Member Function Documentation

◆ ActualTurnedPartSize()

const DFMMachining_TurnedPartSize & cadex::DFMMachining_LargeTurnedPartIssue::ActualTurnedPartSize ( ) const

Returns the actual turned part size.

See also
SetActualTurnedPartSize()
Examples
MTKConverter/Program.cs, and machining/dfm_analyzer/Program.cs.

◆ ExpectedMaxTurnedPartSize()

const DFMMachining_TurnedPartSize & cadex::DFMMachining_LargeTurnedPartIssue::ExpectedMaxTurnedPartSize ( ) const

◆ SetActualTurnedPartSize()

void cadex::DFMMachining_LargeTurnedPartIssue::SetActualTurnedPartSize ( const DFMMachining_TurnedPartSize & theTurnedPartSize)

Sets actual turned part size.

See also
ActualTurnedPartSize()

◆ SetExpectedMaxTurnedPartSize()

void cadex::DFMMachining_LargeTurnedPartIssue::SetExpectedMaxTurnedPartSize ( const DFMMachining_TurnedPartSize & theTurnedPartSize)

Sets expected maximum turned part size.

See also
SetExpectedMaxTurnedPartSize()