<div dir="ltr"><div class="gmail_extra"><div class="gmail_quote">On Thu, Feb 18, 2016 at 9:32 AM, Allen Sanderson <span dir="ltr"><<a href="mailto:allen@sci.utah.edu" target="_blank">allen@sci.utah.edu</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div style="word-wrap:break-word"><span class=""><br></span><div>Hello,</div><div><br></div><div>A followup question with the vtkTubeFilter and vtkRibbonFilter. If the input vtkPolyData contains objects other than lines the filter strips those objects out only return the tubes or ribbons. Is there a way to prevent this from happening? Or does one need to handle that themselves?</div></div></blockquote><div><br></div><div>I think that it would be a great feature if vtkTubeFilter had an option to pass polygons directly to the output.  Unfortunately, right now there isn't any way to do this without changing the vtkTubeFilter source code.</div><div><br></div><div>Instead, you can use vtkAppendPolyData to append the original data onto the output you get from vtkTubeFilter.  Of course, this means that your tubes will have the lines put back inside of them, but that should be harmless.</div><div><br></div><div> - David</div><div> </div></div><br></div></div>