JCMUploadGridΒΆ
Purpose
uploads grid to pinboard. Grid is described by its data content which is obtained via JCMGetDataContent function. This function can by used to serialize grid, transfer it as data stream and upload it onto (another) pinboard.
Function signature
int JCMUploadGrid(int* handle, const char* fileName, const char* content, int contentLength)
Parameter | in/output | Description |
---|---|---|
handle | output | pinboard handle of the created mesh |
fileName | input | file name of created mesh on pinboard |
content | input | data content of grid object on pinboard |
contentLength | input | size on content |