Creates a mesh using input arrays of vertices and faces.
Parameters
Parameters
Description
vertexArray
[in] Array of vertices.
faceArray
[in] Array of integers, describing faces.
subDLevel
[in] Level of smoothness.
Returns
Returns eOk if the operation completed successfully, or an appropriate error code otherwise.
Remarks
Face array is arranged using the following pattern: the first number is the number a vertices a face has, the following numbers are indices of vertices, that form a face.