<div dir="ltr">Hi all,<br><br>I encountered with an unreasonable problem.<br>I inserted my surface (it&#39;s the head&#39;s skin like present in my profile) and walk with a vtkIdType index on its points.<br>my expectation is that just the points which on this surface will be visited, but the strange part is that other points were visited too.<br>
<br>this is my code:<br><br> vtkIdType  numPointsOnSurface = mySurface-&gt;GetNumberOfPoints();<br><br>for( vtkIdType idx= 1; idx &lt; numPointsOnSurface; idx++)<br>  {<br>      mySurface-&gt;GetPoint(idx,physical_point_on_surface);<br>
<br>...<br><br>so I checked and saw that physical_point_on_surface isn&#39;t on the surface in some cases.<br><br>What have I missed?<br><br>Best Regards,<br>Hila<br><br></div>