Plot3DParametricSurface Method

3D Graph Control

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

See Also

CWGraph3D.Plot3DParametricSurface

Plot3DCurve

Plot3DSimpleSurface

Plot3DSurface

Plot3DMesh

Plot Styles Example

Three-Dimensional Plots (concept)