Provides an interface to recognizing machining features tool. More...
Public Member Functions | |
| Machining_FeatureRecognizer (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| Machining_FeatureRecognizer () | |
| Constructor. | |
| Machining_FeatureRecognizer (cadex.Machining_FeatureRecognizerParameters theParameters) | |
| Constructor. | |
| cadex.MTKBase_FeatureList | Perform (cadex.ModelData.Solid theSolid, cadex.ProgressStatus theProgressStatus) |
| Runs features recognition process. | |
| cadex.MTKBase_FeatureList | Perform (cadex.ModelData.Solid theSolid) |
| void | Perform (cadex.ModelData.Solid theSolid, cadex.Machining_Data theData, cadex.ProgressStatus theProgressStatus) |
| void | Perform (cadex.ModelData.Solid theSolid, cadex.Machining_Data theData) |
| cadex.Machining_FeatureRecognizerParameters | Parameters () |
Public Member Functions inherited from cadex.Machining_AnalyzerTool | |
| Machining_AnalyzerTool (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| void | Dispose () |
| Machining_AnalyzerTool () | |
| Constructor. | |
Static Public Member Functions | |
| static cadex.Machining_FeatureRecognizer | Cast (cadex.Machining_AnalyzerTool theBase) |
Protected Member Functions | |
| override void | Dispose (bool disposing) |
Provides an interface to recognizing machining features tool.
Used for recognition of features such as machining faces (Machining_Face), turning faces (Machining_TurningFace), holes (Machining_Hole), countersinks (Machining_Countersink), pockets (Machining_Pocket) turning grooves (Machining_TurningGroove) and threaded holes (Machining_ThreadedHole).
Example of analysis results could be found on the CNC Machining Feature Recognition page.
|
inline |
Constructor.
Creates a machining feature recognizer with default parameters.
Exceptions
LicenseManager_LicenseError if no Machining license was activated.
|
inline |
Constructor.
Creates a machining feature recognizer with specified parameters.
Exceptions
LicenseManager_LicenseError if no Machining license was activated.
|
inlineprotectedvirtual |
Reimplemented from cadex.Machining_AnalyzerTool.
|
inline |
Returns reference to parameters. Returns parameters.
|
inline |
Runs analyzing process and updates machining data.