10-23-2007 02:15 PM
10-23-2007 02:44 PM
If I understand you correctly, then yes.
Start by looking at what I did in the postings starting with reply #7 of this thread.
If that is not enough info to get you started, then put together a quick demo that has representative data and post back with your sample code and a quick sketch of what you are after.
With that info one of use here should be able to give the "push" required to get over the hill.
Have fun!
Ben
PS Searching on "Ben" and "3d" will get you other examples I have posted.
10-23-2007 04:07 PM
10-23-2007 04:52 PM - edited 10-23-2007 04:52 PM
You specify a set of vectors with the triplets formed by the coresponding element of the array you pass.
In your case it sounds like you are specifying two vectors,
(0,0,0) and (0,0,1)
that define a line between those two points,
(0,0,0) is at the blue end and (0,0,1) is at the red end.
I hope that helps,
Ben
Message Edited by Ben on 10-23-2007 04:53 PM
10-23-2007 06:00 PM
10-23-2007 06:08 PM
10-24-2007 07:43 AM - edited 10-24-2007 07:43 AM
You are not posting code.
Try doing a parametric plot with plot style of "line and point"
Ben
PS Thanks for the kind words Jim!
Message Edited by Ben on 10-24-2007 07:46 AM
10-24-2007 10:38 AM
10-24-2007 10:46 AM
The labview help is pretty good for explaining functions, two other good resources for that are the example finder and this forum itself, which has a huge number of examples of just about everything, just search through 3D plot posts and take a look at some of the posted examples. There are many elegant solutions (probably the best example is the thread that Ben previously linked with his massive example of a 3D surface), and if you can't find out what something does through the help, example finder or searching the forum, post a question and someone will be sure to explain it quickly.
Hope that helps,
10-24-2007 02:58 PM