Re: 3D surface plots with intensity value to overlay at each point?

2004-02-25 Thread Jeremy Braden
I have some beta software on my machine for the 3d graph activex
control.  Just delete the plot, drop a new one, and hook it up.  I do
not think there are any settings in the plot properties, so it the
replacement should work like a champ.



Re: 3D surface plots with intensity value to overlay at each point?

2004-02-25 Thread FraserD
Jeremy,

within the framework of the example you posted me, how is it possible
to read in the intensity value matrix as well.

also, i found that the vi didn't load properly with LabVIEW 7.0 - the
3D graph control was asking for a newer version?

kindest regards,

Fraser



Re: 3D surface plots with intensity value to overlay at each point?

2004-02-19 Thread FraserD
Joe

I get so far, but i'm not sure how to add a cursor with coordinates
from a file. is this what you meant?

thank again

Fraser



Re: 3D surface plots with intensity value to overlay at each point?

2004-02-19 Thread FraserD
Jeremy

that's some very useful information and thanks for the example. i will
work on it next week.

thanks

Fraser



Re: 3D surface plots with intensity value to overlay at each point?

2004-02-16 Thread Joe Guo
You probably can use the cursor property of the 3D surface graph.

Joe



Re: 3D surface plots with intensity value to overlay at each point?

2004-02-16 Thread FraserD
Joe

if i do this, i think i need to manually enter the values, and there
are several thousand. It's not really practical. Perhaps i have missed
a way that it is possible; what did you have in mind?

thanks

Fraser



Re: 3D surface plots with intensity value to overlay at each point?

2004-02-16 Thread Joe Guo
The 3D Surface VI has a reference out, wire a property node to it
and select Cursors, wire a method mode to this Cursors reference,
and you should be able to add cursors with coords.

Joe



3D surface plots with intensity value to overlay at each point?

2004-02-15 Thread FraserD
i have a data set with XYZ points and an 8 bit intensity value (0-255)
which i would like to overlay on the 3D plot. Is this possible with
the 3D surface graph in LabVIEW?