Category Behavioral modeling, Object ProAnalysis

Callback ProAnalysisDisplayAction


Description
This notification function is called after computation of an External Analysis, and should be used to add any items to the Creo Parametric display (for example by using 3d display lists) to show the geometrical result of the analysis computation. Set the notification by calling ProAnalysisTypeRegister().
Synopsis
#include <ProAnalysis.h>
ProError(*ProAnalysisDisplayAction)(
ProAnalysis analysis
/* (In)
The analysis being computed
*/
)
Returns
Creo Parametric ignores the return value.