Hi, I have a strange problem that I do not understand why it is happening.
I have a ply file model that I crop to a small section using vtkClipPolyData and vtkPlanes. This is the resulting clipped image:
I then run a vtkDelaunay3D filter on the model to get the following:
Now when I try to cut the model with vtkCutter using vtkPlane as the cut function I get the following cut (coloured in blue):
Notice the mysterious points in the middle area that is not supposed to be there. What is causing this? Thanks