Provides an interface to recognizing sheet metal features tool. More...
Public Member Functions | |
| SheetMetal_FeatureRecognizer (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| SheetMetal_FeatureRecognizer () | |
| Constructor. | |
| SheetMetal_FeatureRecognizer (cadex.SheetMetal_FeatureRecognizerParameters theParameters) | |
| cadex.MTKBase_FeatureList | Perform (cadex.ModelData.Solid theSolid, cadex.ProgressStatus theProgressStatus) |
| cadex.MTKBase_FeatureList | Perform (cadex.ModelData.Solid theSolid) |
| cadex.MTKBase_FeatureList | Perform (cadex.ModelData.Solid theSolid, double theThickness, cadex.ProgressStatus theProgressStatus) |
| Runs features recognition process. | |
| cadex.MTKBase_FeatureList | Perform (cadex.ModelData.Solid theSolid, double theThickness) |
| cadex.MTKBase_FeatureList | Perform (cadex.ModelData.Shell theShell, cadex.ProgressStatus theProgressStatus) |
| cadex.MTKBase_FeatureList | Perform (cadex.ModelData.Shell theShell) |
| void | Perform (cadex.SheetMetal_Data theData, cadex.ProgressStatus theProgressStatus) |
| Runs features recognition process. | |
| void | Perform (cadex.SheetMetal_Data theData) |
| cadex.SheetMetal_FeatureRecognizerParameters | Parameters () |
| Returns parameters. | |
| void | SetParameters (cadex.SheetMetal_FeatureRecognizerParameters theParameters) |
| Returns reference to parameters. | |
Public Member Functions inherited from cadex.SheetMetal_AnalyzerTool | |
| SheetMetal_AnalyzerTool (global::System.IntPtr cPtr, bool cMemoryOwn) | |
| void | Dispose () |
| SheetMetal_AnalyzerTool () | |
| Constructor. | |
Static Public Member Functions | |
| static cadex.SheetMetal_FeatureRecognizer | Cast (cadex.SheetMetal_AnalyzerTool theBase) |
Protected Member Functions | |
| override void | Dispose (bool disposing) |
Provides an interface to recognizing sheet metal features tool.
Is used for recognition of features such as bends, cutouts, holes, etc.
Example of analysis results can be found on the Sheet Metal Feature Recognition page.
|
inline |
|
inlineprotectedvirtual |
Reimplemented from cadex.SheetMetal_AnalyzerTool.
|
inline |
Returns parameters.
|
inline |
Runs features recognition process.
theThickness is an approximate thickness of solid (as a default value, you can use 1mm or 2mm).
|
inline |
|
inline |
Returns reference to parameters.