Category Behavioral modeling, Object ProAnalysis

Function ProAnalysisTypeRegister


Description
Registers an external analysis type with Creo Parametric. Normally be called in user_initialize().
Synopsis
#include <ProAnalysis.h>
ProErrorProAnalysisTypeRegister(
ProAnalysisFuncsData* data
/* (In)
A description of the analysis type being registered. Contains the name of the analysis type and pointers to the callbacks used to implement it.
*/
)
Returns
PRO_TK_NO_ERROR PRO_TK_BAD_INPUTS

Manual References:

  1. Event-driven Programming: Toolkit-Based Analysis: Registering a Toolkit-Based Analysis with Creo Parametric

Sample Code References:

  1. pt_examples ( TestAnalysis.c )
  2. pt_examples ( TestAnalysis.c )
  3. pt_examples ( TestAnalysis.c )
  4. pt_examples ( TestAnalysis.c )
  5. pt_examples ( TestAnalysis.c )
  6. pt_examples ( TestAnalysis.c )
  7. pt_examples ( TestAnalysis.c )
  8. pt_userguide ( UgExtAnalysisSurfcsys.c )