Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

Afficher une image de surface 3D à partir d'une matrice

je dispose d'une matrice Z[i][j] de type double.
et une variable member m_graph de type CNigraph3D
je cherche à afficher dans un control graph3D.
quel code dois-je ecrire?
0 Kudos
Message 1 of 2
(2,857 Views)
I didn't understand all of that, but it sounds like you're looking for a way to plot a matrix of doubles in CNiGraph3D. The easiest way to do this would be to create a CNiReal64Matrix from the matrix of doubles, and then pass it to the overload of CNiGraph3D::Plot3DSimpleSurface that takes a single CNiReal64Matrix.

- Elton
Message 2 of 2
(2,857 Views)