Are you using vtkImplicitModeller? If so, what parameters are you setting? In particular what value are you using for Maximum Distance<div><div>// Another important ivar is MaximumDistance. This controls how far into the</div>
<div>// volume the distance function is computed from the input geometry.  Small</div><div>// values give significant increases in performance. However, there can</div><div>// strange sampling effects at the extreme range of the MaximumDistance.</div>
<div><br></div><br><div class="gmail_quote">On Tue, Jul 3, 2012 at 4:05 AM, santosh Gaikwad <span dir="ltr">&lt;<a href="mailto:santosh6983@gmail.com" target="_blank">santosh6983@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">
Hi All,<br><br>I am using vtkContourFilter for the purpose of offset surface. I want to offset a surface by 0.03mm so I am setting this value using function vtkContourFilter::SetValue.<br>In the result I am getting a discontinue surface. Kind of some holes in the surface. Code looks like as follows<br>

<br>vtkSmartPointer&lt;vtkContourFilter&gt; contourFilter = <br>vtkSmartPointer&lt;vtkContourFilter&gt;::New();<br>contourFilter-&gt;SetInputConnection(implicitModeller-&gt;GetOutputPort());<br>contourFilter-&gt;SetValue(0,0.03); <br>

contourFilter-&gt;Update();<br><br><br>In the result surface I am getting holes. What need to do to get good surface ?  any suggestions.<br><br><br>Thanks,<br>Santosh Gaikwad<br>
<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
<br></blockquote></div><br><br clear="all"><div><br></div>-- <br>Unpaid intern in BillsBasement at noware dot com<br><br>
</div>