Clip Polydata along a round surface

Basically you have three ways.

  1. Use the combination of vtkimplictfunction.
    you can clip the vertical one out using vtkcylinder as input for vtkclippolydata.

  2. In higher version of vtk, you can use booleanfilter, but it is slow.

  3. And at least, you can covert polydata to imagedata and do anything you want.

By the way, could you tell me what is your background and rendering setting? It looks pretty good.

1 Like