Custom clip filter

Hi,

On my project, I need to look inside an object. Right now, I’m using the clip filter in the following manner:

But I need to create a different shape of a hole, like a pyramid or something similar.
Is there a way to create a custom clip filter using a shape that I will provide (or perhaps ParaView is already working on different shapes of clip filters)?

Hi,

Use the vtkClipDataSet, which clip any dataset with user-specified implicit function.

1 Like

The above link is broken. I think it refers to this: ClipDataSetWithPolyData