-
- Downloads
Fix vtkTubeFilter corrupting input polydata cells
vtkTubeFilter removed non-unique points from cells of its input polydata. This data corruption caused issues for example when the same polydata was used as input by various filters. Fixed by making a copy of point indices before removing non-unique points.
Please register or sign in to comment