![]() |
Plot3DSimpleSurface()








Public Function |
Declared in: NiGraph3d.h |
Declaration
Description
Plots a matrix of data as a simple surface plot.
Notes:
1. The matrix provides the Z data for the surface while the indices provide the X-Y coordinate data.
2. The W matrix provides the magnitude data, which is used to define the color assigned to each vertex in the plot.
3. 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.
4. See the CNiGraph3D overview for information about using date/time values.
Parameters
const CNiMatrix& Z
const CNiMatrix& W
Z data to plot.
Magnitude data.