03-21-2015 06:25 PM - edited 03-21-2015 06:26 PM
Hi everybody,
I wonder if it's possible to plot a 3D graph if I have X Y and Z (for example X=(a,b,c,d), Y=(e,f,g,h), Z=(i,j,k,l)). I try to plot it with different fonction which could plot mesh or curve but i prefer to just have some point with xyz for coordinates.
So I think that a good function could be a function who wanted x,y and z vector like i said before. Moreover, the must could be a XY projection with a color point to determinate z value. So if you have some ideas, don't hesitate to answer .
THANKS.
Solved! Go to Solution.
03-22-2015 11:57 AM
Is the existing 3D graph control unsuitable for your needs?
the tool can be found in toolslib\custctrl\3DGraphCtrl.fp
there is an example in Samples\UI\3DGraph\Simple 3D Graph
03-22-2015 03:12 PM
I will look at this example tomorrow to see if it could be interessant for what i needed. Thanks.
03-24-2015 05:06 AM
Yes, i find how it works. Thanks.