<div dir="ltr">On Thu, Mar 17, 2016 at 1:22 AM, Tharun <span dir="ltr"><<a href="mailto:tharun160190@gmail.com" target="_blank">tharun160190@gmail.com</a>></span> wrote:<div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">vtkStripper is not able to combine lines having same point as starting point<br>
in one line and end point in another line in my case.<br>
<br>
Is vtkStripper capable of combining lines in above said case or am I missing<br>
something?<br></blockquote><div><br></div><div>I remember that someone fixed this in VTK 7, but you will have to call</div><div>  stripper->JoinContiguousSegmentsOn();</div><div>before updating the stripper.</div><div><br></div><div> - David</div></div></div></div>