Describes a base class for drilling issues found during cnc machining drilling design analysis.
More...
|
typedef cadex::internal::DFMMachiningImpl_DrillingIssue | ImplType |
|
typedef std::shared_ptr< ImplType > | ImplPtrType |
|
typedef cadex::internal::DFMBaseImpl_HoleIssue | ImplType |
|
typedef std::shared_ptr< ImplType > | ImplPtrType |
|
typedef cadex::internal::DFMBaseImpl_Issue | ImplType |
|
typedef std::shared_ptr< ImplType > | ImplPtrType |
|
typedef cadex::internal::MTKBaseImpl_Feature | ImplType |
|
typedef std::shared_ptr< ImplType > | ImplPtrType |
|
|
static bool | CompareType (const MTKBase_Feature &theFeature) |
| Returns true if theFeature is a dfm machining drilling issue.
|
|
static bool | CompareType (const MTKBase_Feature &theFeature) |
| Returnstrue if theFeature is a dfm hole issue.
|
|
static bool | CompareType (const MTKBase_Feature &theFeature) |
| Returnstrue if theFeature is a dfm issue.
|
|
|
| DFMMachining_DrillingIssue (ImplPtrType theImpl) |
| Reserved for internal use.
|
|
| DFMBase_HoleIssue (ImplPtrType theImpl) |
| Reserved for internal use.
|
|
| DFMBase_Issue (ImplPtrType theImpl) |
| Reserved for internal use.
|
|
| MTKBase_Feature (ImplPtrType theImpl) |
| Reserved for internal use.
|
|
Describes a base class for drilling issues found during cnc machining drilling design analysis.
Contains problematic hole that can be received by Hole() or MachiningHole() methods.
- See also
- DFMMachining_Analyzer
- Examples
- MTKConverter/Program.cs, and MTKConverter/main.cxx.
◆ MachiningHole()
Machining_Hole cadex::DFMMachining_DrillingIssue::MachiningHole |
( |
| ) |
const |