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

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

The plugin's private, pure virtual CaePlugin::write() method is called once by run() to perform the export logic. The CaePlugin::write() method is located in the file src/plugins/CaeUnsMyExporter/CaeUnsMyExporter.cxx.

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

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