<font><font face="verdana,sans-serif"><div><div>I have the following code:</div><div><br></div><div>    vtkOBJReader *objr=vtkOBJReader::New();</div><div>    objr-&gt;SetFileName(&quot;T9.obj&quot;);</div>    objr-&gt;Update();</div>

<div><br></div><div>    vtkFillHolesFilter *fh=vtkFillHolesFilter::New();</div><div>    fh-&gt;SetInput(objr-&gt;GetOutput());</div><div>    fh-&gt;SetHoleSize(100000);</div><div>    fh-&gt;Update();</div><div><br></div>
<div>
However this does not fill the big holes, and not even all the small ones completely. What is the problem?</div></font></font>