vtkClipPolyData has different behaviors in VTK 8.2.0 and in VTK 9.4.0

Hi David,

Now, I understand how GenerateClippedOutputOn() works. Indeed, in my code I use GenerateClippedOutputOn().

I will follow your proposed solution: two vtkClipPolyData (with GenerateClippedOutputOff()) since I find more intuitive to get an output PolyData with all clipped points removed.
Moreover, it’s compatible with VTK 8.2

Thank you for your support it was very helpful.

Sto