Pointwise Plugin SDK
Implement the CAE runtimeCreate() C Function

<prev | main page | C API | next>

Just after a plugin is loaded into memory by Fidelity Pointwise, the plugin's runtimeCreate() function is called. This function is only called once. The runtimeCreate() function is located in the file src/plugins/CaeUnsMyExporter/runtimeWrite.cxx.

The runtimeCreate() function is typically used by a plugin to initilize any plugin specific data and to publish solver attributes (see the caeuPublishValueDefinition() function).

The runtimeCreate() function should return PWP_TRUE to indicate success. If it returns PWP_FALSE, the plugin will NOT be loaded.

<prev | main page | C API | next>