How to remove the cut of the appended planes around a curve in vtkImageReslice

Dear all,

I have implemented with vtkImageReslice, the append of all especific planes around a curve. It works perfect but i realized that we can see where the cut of the plane is applied:

plane 1 appended to plane 2 appended to plane 3 foe example.

But if you zoom in you can see the cut between planes. So you can know where the plane starts and ends. What i want is to get the image without seeing these cuts.

Do you know if there is a function for this?.

Thanks