Provides an interface to recognizing molding features. More...
Public Member Functions | |
| Molding_FeatureRecognizer (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| Molding_FeatureRecognizer () | |
| Constructor. | |
| Molding_FeatureRecognizer (cadex.Molding_FeatureRecognizerParameters theParams) | |
| Constructor. | |
| cadex.Molding_FeatureRecognizerParameters | Parameters () |
| Returns parameters of molding recognition. | |
| 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.Molding_Data theData, cadex.ProgressStatus theProgressStatus) |
| void | Perform (cadex.Molding_Data theData) |
Public Member Functions inherited from cadex.Molding_AnalyzerTool | |
| Molding_AnalyzerTool (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| void | Dispose () |
| Molding_AnalyzerTool () | |
| Constructor. | |
Static Public Member Functions | |
| static cadex.Molding_FeatureRecognizer | Cast (cadex.Molding_AnalyzerTool theBase) |
Protected Member Functions | |
| override void | Dispose (bool disposing) |
Provides an interface to recognizing molding features.
Used for recognition of features such as bosses (MTKBase_Boss, Molding_ScrewBoss) and ribs (Molding_Rib).
Example of analysis results can be found on the Injection Molding Feature Recognition page.
|
inline |
Constructor.
Creates a molding feature recognizer with default parameters.
Exceptions
LicenseManager_LicenseError if no Molding license was activated.
|
inline |
Constructor.
Creates a molding feature recognizer with specified parameters.
Exceptions
LicenseManager_LicenseError if no Molding license was activated.
|
inlineprotectedvirtual |
Reimplemented from cadex.Molding_AnalyzerTool.
|
inline |
Runs analyzing process and updates molding data.