I’m using the TubeFilter on top of a polyline to display a tube and now I would like to display the segments connection “rings” on the tube.
I’ve tried setting On the EdgeVisibility, but it display (as expected) all the edges (both the connection rings and the edges from the triangles used to display the tube).
Do you have any suggestions on how to display the tube and it’s connections only?
(While I’m currently using TubeFilter, I’m opened to other approaches as well)
Maybe you could calculate the “ring” plane normal between each two adjacent cells and a for loop to use appendPolydataFilter and each vtkCircleSource (or vtkArcSource)
I was trying to use the tube filter vertices directly (in my understanding these would be exactly the “rings” vertices).
I’m gonna test this approach using the normal but i suppose I’m gonna need some kind of offset to display the “rings” over the tube anyway, right?