Pointwise Plugin SDK
Implement the CAE Plugin Class's create() Method

<prev | main page | C++ API | next>

The plugin's static create() method is called just after a plugin is loaded into memory by Fidelity Pointwise. The create() method is located in the file src/plugins/CaeUnsMyExporter/CaeUnsMyExporter.cxx.

The create() method is typically used by a plugin to initilize any plugin specific data and to publish solver attributes. See the Attribute Publishing Methods section of the CaePlugin template class.

The create() method should return true to indicate success. If it returns false, the plugin will NOT be loaded.

<prev | main page | C++ API | next>