Information "Array dimension is dismatched." is popup when I post 2 dimension array to axCWGraph3D1.Plot3DParametricSurface(xData,yData,zData,null);xData,yData,zData are all 2dimension arrays.
//Create variables for the X, Y, and Z data
double[ , ] zData = new double[25,25];
double[ , ] xData = new double[25,25];
double[ , ] yData = new double[25,25];
...........................
...........................
//Plot Data
axCWGraph3D1.Plot3DParametricSurface(xData,yData,zData,null);
}
Another question is What differece between CWGraph3D.lib and axCWGraph3D.lib?
********************************
*The best Chinese farmer*
********************************