![]() |
Plot3DSurface()








Public Function |
Declared in: NiGraph3d.h |
Declaration
Description
Plots a matrix of data as a surface plot.
Notes:
1. The Z matrix provides the Z data for the surface while the x and y vectors provide the X-Y coordinate for the corresponding point in the Z matrix.
2. This function uses the first available plot from the CNiGraph3D.Plots collection that is marked as a multiplot. If there are no available plots, it adds a new plot with the MultiPlot property set to true.
3. See the CNiGraph3D overview for information about using date/time values.
Parameters
const CNiVector& x
const CNiVector& y
const CNiMatrix& Z
x data to plot.
y data to plot.
Z data to plot.