![]() |
Plot3DMesh()








Public Function |
Declared in: NiGraph3d.h |
Declaration
Description
Plots three (or four) 1D arrays of data as a triangulated surface.
Notes:
1. The first array is the X data, the second array is the Y data, and the third array is the Z data.
2. 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.
3. See the CNiGraph3D overview for information about using date/time values.
Parameters
const CNiVector& x
const CNiVector& y
const CNiVector& z
x data to plot.
y data to plot.
z data to plot.