LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to zoom, move cursor programatically and get pixel value in 3D mesh graph

I want to :

 - zoom 3D Mesh Graph in X-Y view.

- move cursor programatically so that when user moves mouse on the graph, the cursor moves with mouse and displays value of Z value at cursor.

 

I cannot find the "Graph Tools" on the 3D Mesh Graph. On normal intensity graph there it is!

 

AndrazS_0-1660117675196.png

 

0 Kudos
Message 1 of 4
(657 Views)

For zooming in 3D Mesh graph, 

Holding Shift and mouse left button then move the mouse up for zoom in and down for zoom out.

 

Get Z value programmatically by using mouse cursor

I m thinking of using Event Structure but it seems a bit tricky to do this.

0 Kudos
Message 2 of 4
(640 Views)

You could try to access the property node while moving inside the 3D mesh graph to get the Z value. 

exampleee.png

0 Kudos
Message 3 of 4
(633 Views)

Holding Shift and mouse left only works when the view of graph is in 3D mode and it is not working in X-Y mode. 

 

Cannot figure out how to od this by using mouse cursor. Can you attach vi?

0 Kudos
Message 4 of 4
(631 Views)