Plot3DMesh Method

3D Graph Control

Plot3DMesh Method

Syntax

CWPlot3D.Plot3DMesh xVector, yVector, zVector [, wVector]

Purpose

Plots three (or four) 1D arrays of data as a triangulated 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

xVector As Variant

1D array of X data

yVector As Variant

1D array of Y data

zVector As Variant

1D array of Z data

wVector As Variant

[Optional] 1D array of magnitude data

See Also

CWGraph3D.Plot3DMesh

Plot3DCurve

Plot3DSimpleSurface

Plot3DSurface

Plot3DParametricSurface