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

Describes large milled part issue found during cnc machining milling design analysis. More...

Inheritance diagram for cadex::DFMMachining_LargeMilledPartIssue:
cadex::DFMMachining_MillingIssue cadex::DFMBase_Issue cadex::MTKBase_Feature

Public Member Functions

 DFMMachining_LargeMilledPartIssue ()
 Constructor.
 
const DFMMachining_MilledPartSizeExpectedMaxMilledPartSize () const
 
void SetExpectedMaxMilledPartSize (const DFMMachining_MilledPartSize &theMilledPartSize)
 
const DFMMachining_MilledPartSizeActualMilledPartSize () const
 
void SetActualMilledPartSize (const DFMMachining_MilledPartSize &theMilledPartSize)
 
- 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 milled part issue.
 
- Static Public Member Functions inherited from cadex::DFMMachining_MillingIssue
static bool CompareType (const MTKBase_Feature &theFeature)
 Returns true if theIssue is a dfm machining milling 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::DFMMachining_MillingIssue
typedef cadex::internal::DFMMachiningImpl_MillingIssue ImplType
 
typedef std::shared_ptr< ImplType > ImplPtrType
 
- 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::DFMMachining_MillingIssue
 DFMMachining_MillingIssue (ImplPtrType theImpl)
 Reserved for internal use.
 
- 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 milled part issue found during cnc machining milling design analysis.

Large milled part size can lead to challenges in CNC machining milling design. Workpiece stability can be affected, causing poor surface finish and vibration during the machining process. Tool selection and cutting parameters may need to be adjusted, which can increase machining time and tool wear. Machine capabilities may also be limited, as not all machines can handle large workpieces.

Contains milled part size that fails the following condition:

\[ \large W_p \leq w_m \quad \text{and} \quad L_p \leq l_m \quad \text{and} \quad H_p \leq h_m \]

\[ \begin{aligned} & \small W_p - \text{actual milled part width} \\ & \small L_p - \text{actual milled part length} \\ & \small H_p - \text{actual milled part height} \\ & \small w_m - \text{expected maximum milled part width} \\ & \small l_m - \text{expected maximum milled part length} \\ & \small h_m - \text{expected maximum milled part height} \end{aligned} \]

See also
DFMMachining_Analyzer, DFMMachining_MillingAnalyzerParameters.MaxMilledPartSize(), DFMMachining_MilledPartSize
Examples
MTKConverter/Program.cs, MTKConverter/main.cxx, machining/dfm_analyzer/Program.cs, and machining/dfm_analyzer/main.cxx.

Member Function Documentation

◆ ActualMilledPartSize()

const DFMMachining_MilledPartSize & cadex::DFMMachining_LargeMilledPartIssue::ActualMilledPartSize ( ) const

Returns the actual milled part size.

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

◆ ExpectedMaxMilledPartSize()

const DFMMachining_MilledPartSize & cadex::DFMMachining_LargeMilledPartIssue::ExpectedMaxMilledPartSize ( ) const

◆ SetActualMilledPartSize()

void cadex::DFMMachining_LargeMilledPartIssue::SetActualMilledPartSize ( const DFMMachining_MilledPartSize & theMilledPartSize)

Sets actual milled part size.

See also
ActualMilledPartSize()

◆ SetExpectedMaxMilledPartSize()

void cadex::DFMMachining_LargeMilledPartIssue::SetExpectedMaxMilledPartSize ( const DFMMachining_MilledPartSize & theMilledPartSize)

Sets expected maximum milled part size.

See also
ExpectedMaxMilledPartSize()