Describes recessed or hidden areas inaccessible to standard end mills. More...
Public Member Functions | |
| DFMMachining_UndercutIssue (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| DFMMachining_UndercutIssue () | |
| Constructor. | |
| DFMMachining_UndercutIssue (cadex.MTKBase_ShapeFeature theRelatedFeature) | |
| Constructor. | |
| cadex.MTKBase_ShapeFeature | RelatedFeature () |
| void | SetRelatedFeature (cadex.MTKBase_ShapeFeature theRelatedFeature) |
| cadex.ModelData.Shape | Shape () |
| void | SetShape (cadex.ModelData.Shape theShape) |
Public Member Functions inherited from cadex.DFMMachining_MillingIssue | |
| DFMMachining_MillingIssue (global::System.IntPtr cPtr, bool cMemoryOwn) | |
Public Member Functions inherited from cadex.DFMBase_Issue | |
| DFMBase_Issue (global::System.IntPtr cPtr, bool cMemoryOwn) | |
Public Member Functions inherited from cadex.MTKBase_Feature | |
| MTKBase_Feature (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| void | Dispose () |
| MTKBase_Feature () | |
| Constructor. | |
| void | Nullify () |
| bool | IsNull () |
| bool | IsEqual (cadex.MTKBase_Feature theObject) |
| bool | IsNotEqual (cadex.MTKBase_Feature theObject) |
Static Public Member Functions | |
| static new bool | CompareType (cadex.MTKBase_Feature theFeature) |
| Returns true if theFeature is a DFM undercut issue. | |
| static new cadex.DFMMachining_UndercutIssue | Cast (cadex.MTKBase_Feature theBase) |
Static Public Member Functions inherited from cadex.DFMMachining_MillingIssue | |
| static new bool | CompareType (cadex.MTKBase_Feature theFeature) |
| Returns true if theIssue is a DFM machining milling issue. | |
| static new cadex.DFMMachining_MillingIssue | Cast (cadex.MTKBase_Feature theBase) |
Static Public Member Functions inherited from cadex.DFMBase_Issue | |
| static bool | CompareType (cadex.MTKBase_Feature theFeature) |
| Returnstrue if theFeature is a DFM issue. | |
| static cadex.DFMBase_Issue | Cast (cadex.MTKBase_Feature theBase) |
Protected Member Functions | |
| override void | Dispose (bool disposing) |
Describes recessed or hidden areas inaccessible to standard end mills.
Undercut issue refers to the case when overhangs create hidden areas that a standard end mill cannot reach because of the limited tool access. These areas can be machined only with specialized tools such as T-slot or lollipop cutters, leading to extra setups, longer cycle times, and higher cost.
|
inlineprotectedvirtual |
Reimplemented from cadex.DFMMachining_MillingIssue.
|
inline |
Returns the feature where the undercut was detected.
|
inline |
Sets the related feature.
|
inline |
Sets the feature shape.
|
inline |
Returns the feature shape.