[vtkusers] Isolines, polylines and tubes

Bill Lorensen bill.lorensen at gmail.com
Wed Feb 28 11:45:52 EST 2007


Use vtkStripper between the contour filter and the tube filter.

Bill

On 2/28/07, Chris Want <cwant at ualberta.ca> wrote:
>
>
> Hi all,
>
> I am running the vtkContourFilter on a 2D dataset to get some
> isolines, and I am then using the vtkTubeFilter to make the
> isolines pretty. My problem is that the vtkContourFilter seems
> to create each isoline from many vtkLine's rather than from
> one vtkPolyLine, and so the tube filter makes a lot of
> little disconnected tubes for each line segment in the
> isoline, rather than making one nice long tube for each
> isoline.
>
> Does anybody know an easy workaround?
>
> Cheers,
> Chris
>
> --
>   ____________________________________________________________________
> ( Chris Want                                                         )
> ( Research Computing Support                                         )
> ( Academic Information and Communication Technologies (AICT)         )
> ( University of Alberta                                              )
> ( Tel: 1-780-492-9418                                                )
>   --------------------------------------------------------------------
>
> _______________________________________________
> This is the private VTK discussion list.
> Please keep messages on-topic. Check the FAQ at:
> http://www.vtk.org/Wiki/VTK_FAQ
> Follow this link to subscribe/unsubscribe:
> http://www.vtk.org/mailman/listinfo/vtkusers
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20070228/d02dd82b/attachment.htm>


More information about the vtkusers mailing list