| PathEngine home | previous: | next: |
Saves the underlying ground for this iMesh.
void saveGround(const char* format, bool includeMapping, iOutputStream* outputStream) const; |
| format |
A C string specifying the format in which data should be output.
Currently this can be "xml" or "tok" (lower case). This format string is not retained after the call and can subsequently be safely deleted. | ||
| includeMapping |
Specifies whether the mapping to 2d should be recorded with the mesh. Storing this mapping with the mesh ensures that cPositions stored for this mesh will remain valid if the PathEngine generates this mapping changes with a new release. | ||
| outputStream | The mesh will be saved to this output stream. |
This method can be used to convert a mesh between formats,
to add a mapping to 2d to a mesh,
or to add 'base circuits'
or content features such as
anchors
or named obstacles.
(See
This method may not be called after
| Documentation for PathEngine release 5.16 - Copyright © 2002-2008 PathEngine | next: |