Describes internal corner radius issues found during cnc machining turning design analysis. More...
Public Member Functions | |
| DFMMachining_SmallRadiusTurnedPartInternalCornerIssue () | |
| Constructor. | |
| double | ExpectedMinRadius () const |
| void | SetExpectedMinRadius (double theValue) |
| double | ActualRadius () const |
| void | SetActualRadius (double theValue) |
| const ModelData::Shell & | Shape () const |
| void | SetShape (const ModelData::Shell &theShell) |
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 small radius turned part internal corner 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 |
Describes internal corner radius issues found during cnc machining turning design analysis.
A turned part with a small internal corner radius issue in cnc machining turning design can cause problems during the machining process, as the tool used to cut the part may not be able to reach into the tight radius, resulting in an unfinished surface. The issue may also result in structural weakness, as sharp internal corners can create stress points that may compromise the integrity of the part.
Contains shape of turned part internal corner that fails the following condition:
\[ \large R_c \geq r_m \]
\[ \begin{aligned} & \small R_c - \text{actual turned part internal corner radius} \\ & \small r_m - \text{expected minimum turned part internal corner radius} \end{aligned} \]
| double cadex::DFMMachining_SmallRadiusTurnedPartInternalCornerIssue::ActualRadius | ( | ) | const |
Returns the actual internal corner radius of the turned part in mm .
| double cadex::DFMMachining_SmallRadiusTurnedPartInternalCornerIssue::ExpectedMinRadius | ( | ) | const |
Returns the expected minimum internal corner radius in mm .
| void cadex::DFMMachining_SmallRadiusTurnedPartInternalCornerIssue::SetActualRadius | ( | double | theValue | ) |
Sets actual internal corner radius in mm . The value must be more or equal to zero.
| void cadex::DFMMachining_SmallRadiusTurnedPartInternalCornerIssue::SetExpectedMinRadius | ( | double | theValue | ) |
Sets expected minimum internal corner radius in mm . The value must be more than zero.
| void cadex::DFMMachining_SmallRadiusTurnedPartInternalCornerIssue::SetShape | ( | const ModelData::Shell & | theShell | ) |
Sets shape of the internal corner.
| const ModelData::Shell & cadex::DFMMachining_SmallRadiusTurnedPartInternalCornerIssue::Shape | ( | ) | const |
Returns shape of the turned part internal corner.
Contains the internal corner fillet shape or faces that form a sharp internal corner.