CNiGraph3D::Plot3DParametricSurface

3D Graph

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

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

void Plot3DParametricSurface(
    const CNiMatrix& X,
    const CNiMatrix& Y,
    const CNiMatrix& Z);

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

Plots a set of matrices as a parametric surface plot.

Notes:

1. The corresponding elements of each matrix, X, Y, and Z, are used to create the vertices of the parametric surface plot.

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.

Shortcut to top of page. Parameters

const CNiMatrix& X

X data to plot.

const CNiMatrix& Y

Y data to plot.

const CNiMatrix& Z

Z data to plot.

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