Machining_FeatureRecognizer. More...
Public Member Functions | |
__init__ (self, *args) | |
Constructor. | |
Perform (self, *args) | |
Parameters (self, *args) | |
Returns reference to parameters. | |
Static Public Member Functions | |
Cast (theBase) | |
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.
manufacturingtoolkit.CadExMTK.Machining_FeatureRecognizer.__init__ | ( | self, | |
* | args ) |
Constructor.
Reimplemented from manufacturingtoolkit.CadExMTK.Machining_AnalyzerTool.