10-01-2008 11:35 AM
Thats fantastic, its 90% of what i was hoping for, i would like coloured interpolation, a solid block shape over the whole area,
is that possible??
For the want of a better image, i've attatched an odd example, but its the best concept idea i could get on googleimages.
10-01-2008 12:10 PM
Take a look at this link for what can be drawn with the mesh datatype. I'm not sure if we would have to apply a texture or use the polygon fill. We might be able to simulate it by changing the dot size. The real trick will be figuring out whther to use triangles or quads, and the fill color between vertices.
http://zone.ni.com/reference/en-XX/help/371361E-01/lvconcepts/3d_meshes/
10-01-2008 12:25 PM
10-01-2008 02:25 PM
10-02-2008 05:59 AM - edited 10-02-2008 06:01 AM
Hi... could you convert the file above into lv 8.2, sorry to ask again.
any luck with the change to spots?
10-02-2008 06:12 AM
Here is the 8.2 version. I'm not sure yet about drawing meshes instead of points. You have to send a group of vertices for each mesh region, and I haven't figured out how to group them yet.
10-02-2008 08:38 AM
Yatta!!
I've got what i needed working, i applied a correction to the spherical plot that i previously had. i had the problem of the dat aobscuring other parts of the data. So by applying the following corrections to each point, it 'leans' the data back so to only occupy a designated possition,
The equations are:
Rc = sqrt(R*sin(90-theta)^2 + theta^2)
thetac = asin(theta/Rc)
Where:
Rc is the 'corrected' possition of R
R is the radius value in Spherical coordiantes
theta is the polar angle from the normal in Spherical coordinates
thetac is the 'corrected' angle for the polar plot
this gives a corection to every point that gives what i deem to be a polar intensity plot.
image attatched, i can make a vi if people would like it and its deemed useful!
10-02-2008 08:42 AM
10-02-2008 08:43 AM
John Pierson wrote:Yatta!!
...
i can make a vi if people would like it and its deemed useful!
[Set Lurker_Mode = False]
Please do!
I'll tag it once you post it up.
Ben
10-02-2008 08:45 AM
Hello Ben,
I knew you were out there somewhere