LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How acess 2D mesh data from 3D surface plot ?

I have 3 vectors X, Y and Z, that I can plot using 3Dsurface graph and change the property node to Plot3DMesh. I want to get all the 2D Mesh data that LabVIEW generated to plot the surface. Is it possible ?
0 Kudos
Message 1 of 4
(3,172 Views)
You might try the Property node of the 3D graph. You might have to decimate the array that you get from the Data property.

Eric
Eric P. Nichols
P.O. Box 56235
North Pole, AK 99705
0 Kudos
Message 2 of 4
(3,172 Views)
I am not sure I completely understand the question however take a look at the mesh 3-D example. Inside the subVI mesh 3d interactive there is a VI Mesh 3D Interactive Prep0 VI, that returns a 2-d array of data based of the 3 input vectors. With that being said all the VI does is scale the 3 1-D arrays and build them, into a single 2-d array.
0 Kudos
Message 3 of 4
(3,172 Views)
Whath property node ? I tried all the properties. They are all for writing data, none of them allows me read the 2d mesh data.
0 Kudos
Message 4 of 4
(3,172 Views)