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

Described the Narrow Pocket minimum size issue found during DFM analysis for Machining Milling operations. More...

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

Public Member Functions

 DFMMachining_NarrowRegionInPocketIssue ()
 Constructor.
 
double ExpectedMinRegionSize () const
 
void SetExpectedMinRegionSize (double theValue)
 
double ActualRegionSize () const
 
void SetActualRegionSize (double theDistance)
 
const Machining_PocketPocket () const
 
void SetPocket (const Machining_Pocket &thePocket)
 
const ModelData::ShellNarrowRegionSidewall () const
 
void SetNarrowRegionSidewall (const ModelData::Shell &theNarrowRegionSidewall)
 
const ModelData::ShellInnerFeature () const
 
void SetInnerFeature (const ModelData::Shell &theInnerFeature)
 
- 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)
 Returnstrue if theFeature is a dfm narrow regions distance 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

Described the Narrow Pocket minimum size issue found during DFM analysis for Machining Milling operations.

The size of the milling cutter is constrained by the smallest distance between the faces of the features. Small cutters are prone to breakage and chatter, and increase manufacturing time. It is recommended to have the minimum distance between surfaces to be ExpectedDistance().

Contains size that fails the following condition:

\[ \large S_p \geq S_m \]

\[ \begin{aligned} & \small S_p - \text{actual pocket size} \\ & \small S_m - \text{expected minimum pocket size} \end{aligned} \]

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

Member Function Documentation

◆ ActualRegionSize()

double cadex::DFMMachining_NarrowRegionInPocketIssue::ActualRegionSize ( ) const

Returns the actual minimum size between features in a pocket.

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

◆ ExpectedMinRegionSize()

double cadex::DFMMachining_NarrowRegionInPocketIssue::ExpectedMinRegionSize ( ) const

Returns the expected minimum distance between features in a pocket.

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

◆ InnerFeature()

const ModelData::Shell & cadex::DFMMachining_NarrowRegionInPocketIssue::InnerFeature ( ) const

Returns inner feature shell.

See also
SetInnerFeature()
Examples
MTKConverter/Program.cs.

◆ NarrowRegionSidewall()

const ModelData::Shell & cadex::DFMMachining_NarrowRegionInPocketIssue::NarrowRegionSidewall ( ) const

Returns a shell with narrow region size to inner feature.

See also
SetNarrowRegionSidewall()
Examples
MTKConverter/Program.cs.

◆ Pocket()

const Machining_Pocket & cadex::DFMMachining_NarrowRegionInPocketIssue::Pocket ( ) const

Returns pocket that contains features with an issue.

See also
SetPocket()

◆ SetActualRegionSize()

void cadex::DFMMachining_NarrowRegionInPocketIssue::SetActualRegionSize ( double theDistance)

Set actual size between features in a pocket in mm. The value should be greater 0.

See also
ActualRegionSize()

◆ SetExpectedMinRegionSize()

void cadex::DFMMachining_NarrowRegionInPocketIssue::SetExpectedMinRegionSize ( double theValue)

Set expected minimum size between features in a pocket. The value should be greater 0.

See also
ExpectedMinRegionSize()

◆ SetInnerFeature()

void cadex::DFMMachining_NarrowRegionInPocketIssue::SetInnerFeature ( const ModelData::Shell & theInnerFeature)

Set inner feature shell.

See also
InnerFeature()

◆ SetNarrowRegionSidewall()

void cadex::DFMMachining_NarrowRegionInPocketIssue::SetNarrowRegionSidewall ( const ModelData::Shell & theNarrowRegionSidewall)

Set shell with narrow region size to inner feature theNarrowRegionSidewall.

See also
NarrowRegionSidewall()

◆ SetPocket()

void cadex::DFMMachining_NarrowRegionInPocketIssue::SetPocket ( const Machining_Pocket & thePocket)

Set pocket that contains features with an issue.

See also
Pocket()