04-15-2010 04:24 AM
Hi,
I need to mark points (by changing the color of the point)on a 3D graph
which the user would select using mouse clicks. How should I implement
this? Should I use both cursor and mouse event handler in my VI?
IS there any similar example code available?
Any helps would be greatly appreciated
Cheers,
Trin
04-15-2010 08:18 AM
Start reading at reply #7 in this thread.
I would use a seperate plot to handle the highlighted points. Just add the new point and redraw that plot as they go.
The code for that example is all there.
Have fun,
Ben