[vtkusers] Traversing vtkPolyData returns incorrect number of points

Dan Lipsa dan.lipsa at kitware.com
Thu May 26 09:30:08 EDT 2016


>
>
> Line 29 needs to be changed from:
> points.InsertPoint(currentPointId, d.GetPoint(pointIds[i]))
> to:
> points.InsertPoint(currentPointId, d.GetPoint(i))
>


Thanks for the bug fix Andrew.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtkusers/attachments/20160526/f0949006/attachment.html>


More information about the vtkusers mailing list