sgCObject* sgSurfaces::Mesh(short dimens_1, short dimens_2, const SG_POINT* pnts)
Description:
Creates a mesh from an array of the points.
Arguments:
dimens_1 - first dimension of the pnts array,
dimens_2 - second dimension of the pnts array,
pnts - array of the points the mesh is constructed from.
Returned value:
Returns the pointer to a newly created object. If the function fails NULL is returned.
See also: