<div dir="ltr">Hi David<br>thank you for the reply.<br><br>I&#39;m sorry but I&#39;ve misunderstood your answer.<br>Is the problem with the surface which includes outliers? <br>My surface is clearly structured in a specific location (at least no outlier is presented)<br>
so why the extracted points aren&#39;t on the surface?<br><br>how it&#39;s possible to check where an index is located on a surface? (is it posible to insert my surface and an index and the point will be presented correspondingly?)<br>
<br><br>Best Regards,<br>Hila<br><br><div class="gmail_quote">On Thu, May 17, 2012 at 2:52 PM, David Doria <span dir="ltr">&lt;<a href="mailto:daviddoria@gmail.com" target="_blank">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="HOEnZb"><div class="h5">On Thu, May 17, 2012 at 1:57 AM, Hila Hiler &lt;<a href="mailto:hilahiler@gmail.com">hilahiler@gmail.com</a>&gt; wrote:<br>

&gt; Hi all,<br>
&gt;<br>
&gt; I encountered with an unreasonable problem.<br>
&gt; I inserted my surface (it&#39;s the head&#39;s skin like present in my profile) and<br>
&gt; walk with a vtkIdType index on its points.<br>
&gt; my expectation is that just the points which on this surface will be<br>
&gt; visited, but the strange part is that other points were visited too.<br>
&gt;<br>
&gt; this is my code:<br>
&gt;<br>
&gt;  vtkIdType  numPointsOnSurface = mySurface-&gt;GetNumberOfPoints();<br>
&gt;<br>
&gt; for( vtkIdType idx= 1; idx &lt; numPointsOnSurface; idx++)<br>
&gt;   {<br>
&gt;       mySurface-&gt;GetPoint(idx,physical_point_on_surface);<br>
&gt;<br>
&gt; ...<br>
&gt;<br>
&gt; so I checked and saw that physical_point_on_surface isn&#39;t on the surface in<br>
&gt; some cases.<br>
&gt;<br>
&gt; What have I missed?<br>
&gt;<br>
&gt; Best Regards,<br>
&gt; Hila<br>
<br>
</div></div>There is nothing preventing a data set from containing a surface as<br>
well as points that are not on the surface. You must have a problem<br>
with your data set collection/construction.<br>
<span class="HOEnZb"><font color="#888888"><br>
David<br>
</font></span></blockquote></div><br></div>