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<vtkContourFilter> contourFilter = <br>vtkSmartPointer<vtkContourFilter>::New();<br>contourFilter->SetInputConnection(implicitModeller->GetOutputPort());<br>contourFilter->SetValue(0,0.03); <br>
contourFilter->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>