<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->SetFileName("T9.obj");</div> objr->Update();</div>
<div><br></div><div> vtkFillHolesFilter *fh=vtkFillHolesFilter::New();</div><div> fh->SetInput(objr->GetOutput());</div><div> fh->SetHoleSize(100000);</div><div> fh->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>