Hi David,<br><br>I am using vtkPolyData to create a 3d nucleus surface based on the set of data points. The structure doesn&#39;t seems right. I am not sure of how to insert the points in correct order.<br><br>Melissa<br><br>
<div class="gmail_quote">On Tue, Mar 6, 2012 at 2:33 AM, David Doria <span dir="ltr">&lt;<a href="mailto:daviddoria@gmail.com">daviddoria@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="im">On Mon, Mar 5, 2012 at 9:33 AM, Melissa Goh &lt;<a href="mailto:melissagoh27@gmail.com">melissagoh27@gmail.com</a>&gt; wrote:<br>
&gt; I have almost 20,000 data points (X,Y,Z) to construct a 3d object. Is there<br>
&gt; any order that I have to follow to insert the data points?<br>
<br>
</div>Do your points have any structure? That is, are they on a grid or<br>
anything like that? You can take a look at this information:<br>
<a href="http://www.vtk.org/Wiki/VTK/Tutorials/3DDataTypes" target="_blank">http://www.vtk.org/Wiki/VTK/Tutorials/3DDataTypes</a> - perhaps your data<br>
fits one of those models. If you just have &quot;unorganized points&quot;, I&#39;d<br>
use a vtkPolyData for storage, and the order is unimportant (unless<br>
you have topology/cells (like polygons, etc) which reference the<br>
points, then you just have to make sure your cells reference the<br>
correct point ids).<br>
<span class="HOEnZb"><font color="#888888"><br>
David<br>
</font></span></blockquote></div><br>