Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

ActiveX 3D Graph issue

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*
********************************
0 Kudos
Message 1 of 1
(3,546 Views)