[vtkusers] will this works ?

Sebastien_MARAUX maraux at ondim.fr
Mon Jun 24 04:07:10 EDT 2002


Hello,

Here is a byte of code.
Do you think it can work? 

ie. will the aVtkPolyData 
contain a cleaned version
of itself ?

//--------------------------------------------------------------------------------

 vtkCleanPolyData *cleaner = vtkCleanPolyData::New();
 cleaner->SetInput(aVtkPolyData);
 aVtkPolyData->DeepCopy(cleaner->GetOutput());

//----------------------------------------------------------------------------------


Sebastien MARAUX
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20020624/1ec3b59c/attachment.htm>


More information about the vtkusers mailing list