Description |
| This notification function is called when a Creo Parametric model containing an analysis is retrieved, but after the infoalloc_action function. It is used to fill any special data structures the application needs to describe the analysis, using the list of references supplied by Creo Parametric. Set the notification by calling ProAnalysisTypeRegister(). |
Synopsis |
#include <ProAnalysis.h> |
ProError | (*ProAnalysisInforetrieveAction) | ( |
| ProAnalysis analysis | |
| /*
(In) |
| The analysis being retrieved. |
| */ |
| ProFeature* feature | |
| /*
(In) |
| The feature that owns the analysis. If the Analysis is not part of an explicit Creo Parametric Analysis feature, this argument is nevertheless set and refers to an internal feature.) |
| */ |
| ProSelection* references | |
| /*
(In) |
| A ProArray of ProSelection structures describing the references to geometry entities that Creo Parametric has stored with the analysis. |
| */ |
) |
Returns |
|
| | Creo Parametric ignores the return value. |
|