[vtk-developers] Improper functioning of vtkStripper

David Gobbi david.gobbi at gmail.com
Thu Mar 17 13:54:27 EDT 2016


On Thu, Mar 17, 2016 at 1:22 AM, Tharun <tharun160190 at gmail.com> wrote:

> vtkStripper is not able to combine lines having same point as starting
> point
> in one line and end point in another line in my case.
>
> Is vtkStripper capable of combining lines in above said case or am I
> missing
> something?
>

I remember that someone fixed this in VTK 7, but you will have to call
  stripper->JoinContiguousSegmentsOn();
before updating the stripper.

 - David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/vtk-developers/attachments/20160317/01d38444/attachment.html>


More information about the vtk-developers mailing list