Described the Narrow Pocket minimum size issue found during DFM analysis for Machining Milling operations. More...
  
Public Member Functions | |
| DFMMachining_NarrowRegionInPocketIssue () | |
| Constructor.  | |
| double | ExpectedMinRegionSize () const | 
| void | SetExpectedMinRegionSize (double theValue) | 
| double | ActualRegionSize () const | 
| void | SetActualRegionSize (double theDistance) | 
| const Machining_Pocket & | Pocket () const | 
| void | SetPocket (const Machining_Pocket &thePocket) | 
| const ModelData::Shell & | NarrowRegionSidewall () const | 
| void | SetNarrowRegionSidewall (const ModelData::Shell &theNarrowRegionSidewall) | 
| const ModelData::Shell & | InnerFeature () 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 | 
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} \]
| double cadex::DFMMachining_NarrowRegionInPocketIssue::ActualRegionSize | ( | ) | const | 
Returns the actual minimum size between features in a pocket.
| double cadex::DFMMachining_NarrowRegionInPocketIssue::ExpectedMinRegionSize | ( | ) | const | 
Returns the expected minimum distance between features in a pocket.
| const ModelData::Shell & cadex::DFMMachining_NarrowRegionInPocketIssue::InnerFeature | ( | ) | const | 
| const ModelData::Shell & cadex::DFMMachining_NarrowRegionInPocketIssue::NarrowRegionSidewall | ( | ) | const | 
Returns a shell with narrow region size to inner feature.
| const Machining_Pocket & cadex::DFMMachining_NarrowRegionInPocketIssue::Pocket | ( | ) | const | 
Returns pocket that contains features with an issue.
| void cadex::DFMMachining_NarrowRegionInPocketIssue::SetActualRegionSize | ( | double | theDistance | ) | 
Set actual size between features in a pocket in mm. The value should be greater 0.
| void cadex::DFMMachining_NarrowRegionInPocketIssue::SetExpectedMinRegionSize | ( | double | theValue | ) | 
Set expected minimum size between features in a pocket. The value should be greater 0.
| void cadex::DFMMachining_NarrowRegionInPocketIssue::SetInnerFeature | ( | const ModelData::Shell & | theInnerFeature | ) | 
Set inner feature shell.
| void cadex::DFMMachining_NarrowRegionInPocketIssue::SetNarrowRegionSidewall | ( | const ModelData::Shell & | theNarrowRegionSidewall | ) | 
Set shell with narrow region size to inner feature theNarrowRegionSidewall.
| void cadex::DFMMachining_NarrowRegionInPocketIssue::SetPocket | ( | const Machining_Pocket & | thePocket | ) | 
Set pocket that contains features with an issue.