[vtkusers] More info on the vtkClipPolyData problem

Mathieu Malaterre mathieu.malaterre at kitware.com
Sun Jan 4 13:51:10 EST 2004


Justace,
 
> I have found that the vtkClipPolyData is not executing.  

Did you call Update first ?

clip = vtkClipPolyData::New();
...
clip->Update(); //important

clip->Print( std::cout );

HTH
Mathieu





More information about the vtkusers mailing list