Hi Stephens,<br><br><br>I can't readily tell how to do in Scilab, but I think you miss a problem (or maybe it's me...).<br><br>The thing is, your example shows a point cloud, not a mesh: you can't directly get a surface from a point cloud...<br>
How would Scilab or any other software know how to link the correct set of points between themselves?<br><br>However, if your point cloud is one that would correspond to a "relatively flat" shell mesh (in the sense it's not a compact ball of points everywhere for instance...), you can use Delaunay3D meshing to have a triangular mesh corresponding to a surface.<br>
<br>I did a similar thing with ParaView from 3D scans. I wrote the coordinates in a file understandable by ParaView (csv I think to remember), then I used the Delaunay3D filter available.<br>It worked rather well.<br><br>
<br>Hope I help.<br><br>Pierre <br><br><br><br><div class="gmail_quote">2009/3/6 Stephen Thomas <span dir="ltr"><<a href="mailto:steeve102000@yahoo.com">steeve102000@yahoo.com</a>></span><br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="font-family: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; font-size: inherit; line-height: inherit; font-size-adjust: inherit; font-stretch: inherit;" valign="top">
<br>Hi all ,<br>          Im trying to create a 3d plot..by reading data from a file..<br>The datafile has 3 set of values i ve randomly put.<br>say like this..<br>X    Y      Z<br>1    2      3.5<br>3    6.0    8.4<br>7    9       3<br>
<br>i want to plot the surface  covered by these values..<br><br>i used plot3d1(X ,Y,Z) command and i got a rectagular prism shaped surface..with the faces being drawn through outermost set of xyz points<br><br>Is there any free suface plotting function in scilab..other than this ractangular facets..<br>
<br>Or can any one tell me which is the best method of plotting such type of non related 3 D
 data??<br>Thanks<br>Stephen<br><br><br><div><font face="arial"><i>--------------------------------------------------------------------------------------------------</i></font></div>  <div><font face="arial"><i>"Be good, be kind, be humane, and charitable; love your fellows; </i></font></div>
  <div><font face="arial"><i>console the afflicted; pardon those who have done you wrong."</i></font></div>  <div><i><font face="arial"><u>Zoroaster.</u></font><img><br><br></i><br></div><br><div><img></div><div><a rel="nofollow" href="http://ubuntucounter.geekosophical.net" title="The UbuntuCounter Project - user number # 22904" target="_blank"><img alt="The Ubuntu Counter Project - user number # 22904"></a></div>
</td></tr></tbody></table><br>

      </blockquote></div><br>