LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

3d PLOT DIRECTION

How can i programically change the 3D graph direction that I want to view.
 
I know how to view and adjust the projection, but what about the graph's direction meaning XY, XZ, YZ, and user defined...
 
 
Thanks!
0 Kudos
Message 1 of 6
(3,429 Views)
There is a projection properties function buried under the graphics&sound, 3d graph properties. Wire a true for the projection.
0 Kudos
Message 2 of 6
(3,426 Views)

I am not talking about projections I'm reffering to the 3D plot direction VIEW.....

 

 

FredFred

0 Kudos
Message 3 of 6
(3,422 Views)
You can use a standard property node and wire it to the 3Dgraph out terminal. This will give you View latitude, View longitude View distance properties. I wired these into a bundle node and made an indicator inside a for loop. You can play with the properties and view before running to see how these values change.
0 Kudos
Message 4 of 6
(3,417 Views)
Use the view mode property in write mode and create a control. This creates a ring control with the XY,YZ,XZ and User Defined options.
Message 5 of 6
(3,413 Views)
Thankx
0 Kudos
Message 6 of 6
(3,408 Views)