Plot3DParametricSurface Method
Syntax
CWPlot3D.Plot3DParametricSurface xMatrix, yMatrix, zMatrix [, wMatrix]
Purpose
Plots three (or four) 2D arrays of data as a parametric surface.
Remarks
The first array is the X data, the second array is the Y data, and the third array is the Z data. The optional fourth array is used to specify magnitude data.
Parameters
xMatrix As Variant
2D array of X data
yMatrix As Variant
2D array of Y data
zMatrix As Variant
2D array of Z data
wMatrix As Variant
[Optional] 2D array of magnitude data