| Description |
| Filter function called while visiting Creo Parametric analysis using the function ProSolidAnalysisVisit(). |
| Synopsis |
| #include <ProSolid.h> |
| ProError | (*ProAnalysisFilterAction) | ( |
| ProAnalysis analysis | |
| /*
(In) |
| Analysis or measurement performed |
| */ |
| ProAppData appdata | |
| /*
(In) |
| Application data passed to the function ProSolidAnalysisVisit() |
| */ |
| ) |
| Returns |
|
| PRO_TK_CONTINUE | | Do not call visit action function for this object. |
| Other | | Call visit action function for this object. The return value is passed as input to the visit action. |
|