Provides an interface to run several analyzer tools for different types of Molding processing. More...
Inherits global.SystemIDisposable.
Public Member Functions | |
| Molding_Analyzer (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| void | Dispose () |
| Molding_Analyzer () | |
| Constructor. | |
| cadex.Molding_Data | Perform (cadex.ModelData.Solid theSolid, cadex.ProgressStatus theProgressStatus) |
| Runs the analyzing process. | |
| cadex.Molding_Data | Perform (cadex.ModelData.Solid theSolid) |
| void | Perform (cadex.Molding_Data theData, cadex.ProgressStatus theProgressStatus) |
| Runs the analyzing process. | |
| void | Perform (cadex.Molding_Data theData) |
| void | AddTool (cadex.Molding_AnalyzerTool theTool) |
| Adds additional tool to run during analyzing process. | |
Protected Member Functions | |
| virtual void | Dispose (bool disposing) |
Provides an interface to run several analyzer tools for different types of Molding processing.
Molding data received by running the analyzer can be used in DFM analyzer.
|
inline |
Constructor.
Creates a Molding analyzer with zero tools.
Exceptions
LicenseManager_LicenseError LicenseManager_LicenseError if no Molding license was activated.
|
inline |
Adds additional tool to run during analyzing process.
The added tools will be used for subsequent analysis of the solid.
|
inline |
Runs the analyzing process.
Creates new Molding data and fill it by runnig the added analyzer tools.
|
inline |
Runs the analyzing process.
Updates molding data by running the added analyzer tools.