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>