<br><font size=2 face="sans-serif">Hi,</font>
<br>
<br><font size=2 face="sans-serif">On the last version of VTK (from cvs on the 10th), clipping planes did not work anymore on mappers.</font>
<br><font size=2 face="sans-serif">It seems that the vtkPainterPolyDataMapper::PainterInformation was not updated.</font>
<br><font size=2 face="sans-serif">adding  this->Modified() at the end of vtkAbstractMapper::AddClippingPlane and vtkAbstractMapper::RemoveClippingPlane resolves the pb.</font>
<br>
<br><font size=2 face="sans-serif">Stephane</font>