Say I have a tube. I can use vtkCutter to get the intersection between the tube and a plane as vtkPolyData. This polydata contains two disjoint polygon.
I can use vtkConnectivityFilter to distinguish the points/cells from disjoint polygons. But what is a robust way to tell which one represents the exterior/interior contour?