API Documentation
>
Behavioral modeling
>
Object ProAnalysis
> Function ProAnalysisTypeRegister
Function ProAnalysisTypeRegister
Description
Registers an external analysis type with Creo Parametric. Normally be called in user_initialize().
Synopsis
#include <
ProAnalysis.h
>
ProError
ProAnalysisTypeRegister
(
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
Sample Code References
pt_examples ( TestAnalysis.c )
pt_examples ( TestAnalysis.c )
pt_examples ( TestAnalysis.c )
pt_examples ( TestAnalysis.c )
pt_examples ( TestAnalysis.c )
pt_examples ( TestAnalysis.c )
pt_examples ( TestAnalysis.c )
pt_userguide ( UgExtAnalysisSurfcsys.c )
User Guide References
Registering_a_Toolkit_Based_Analysis_with_Creo_Parametric_Creo_:ProAnalysisTypeRegister
Was this helpful?
This site works best with JavaScript enabled