cee::exp::ExportWavefrontObj

class ExportWavefrontObj

Export the given frame to Wavefront .obj, .mtl and texture (.png) files.

Note! EXPERIMENTAL - Interface and functionality may change any time without notice

Public Functions

ExportWavefrontObj(ug::UnstructGridModel *model, size_t frameIndex)

Creates an export object for the given model and frame index.

bool save(const Str &objFilename)

Saves the Wavefront .obj, .mtl and texture (.png) files.

Returns

true if geometry was successfully exported. Else false. Note! Existing files will be overwritten.