LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

3d graph and coordonnates

How may I use in the Basic_Properties.vi the coordonnates system imput?
wath appened for X,Y,Z inputs for a cylindric or spheric chose?
MF
0 Kudos
Message 1 of 2
(2,420 Views)
Hello,
I am not familiar with this VI, but here is a tutorial that should help with 3d graphs:

Using the 3-D Parametric Surface Graph

http://zone.ni.com/devzone/devzoneweb.nsf/opendoc?openagent&0FA53C35FFE09486862567FA0063A67D&cat=FFD0B3DB8F25D884862567930070A782

For cylindrical coordinates:

x = theta
y = height(z)
z = radius

For spherical coordinates:

x = phi
y = theta
z = radius

I hope this helps.

Zvezdana S.
National Instruments
0 Kudos
Message 2 of 2
(2,420 Views)