CNiGraph3D::Plot3DMesh

3D Graph

Class
CNiGraph3D::
Plot3DMesh()
Base ClassesData ItemsConstructorsDestructorsFunctionsGo to hierarchy chart    Prev page: Plot3DCurveNext page: Plot3DMesh    
Public Function Declared in:
NiGraph3d.h

'Declaration' icon -- Shortcut to top of page. Declaration

void Plot3DMesh(
    const CNiVector& x,
    const CNiVector& y,
    const CNiVector& z,
    const CNiVector& w);

'Description' icon -- Shortcut to top of page. 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. The fourth array is used to specify magnitude 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.

Shortcut to top of page. Parameters

const CNiVector& x

x data to plot.

const CNiVector& y

y data to plot.

const CNiVector& z

z data to plot.

const CNiVector& w

Magnitude data.

'See Also' icon -- Shortcut to top of page. See Also