Plot3DMesh Method

3D Graph Control

Plot3DMesh Method

Syntax

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

Purpose

Plots three (or four) 1D arrays of data as a triangulated surface.

Remarks

Plot3DMesh 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

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

CWPlot3D.MultiPlot

CWPlot3D.Plot3DMesh

Plot3DCurve

Plot3DSimpleSurface

Plot3DSurface

Plot3DParametricSurface

Three-Dimensional Plots (concept)

Plot Styles Example