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

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

The plugin's private, virtual CaePlugin::beginExport() method is called once by run() at the start of an export sequence. The CaePlugin::beginExport() method is located in the file src/plugins/CaeUnsMyExporter/CaeUnsMyExporter.cxx.

The CaePlugin::beginExport() method is typically used by a plugin to initilize any export specific data and to get the values of solver attributes. See the CaeGridModel::getAttribute() methods.

The CaePlugin::beginExport() method should return true to indicate success. If it returns false, the export will stop.

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