Plot3DParametricSurface Method
Syntax
CWGraph3D.Plot3DParametricSurface xMatrix, yMatrix, zMatrix [, wMatrix]
Purpose
Plots three (or four) 2D arrays of data as a parametric surface.
Remarks
Plot3DParametricSurface uses the first available plot from the CWGraph3D.Plots collection that is marked as a multiplot. If there is not a plot available, it adds a new plot with MultiPlot set to True.
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.
See Also
CWPlot3D.Plot3DParametricSurface