[vtkusers] apply vtktubes to unstructured mesh

David Doria daviddoria+vtk at gmail.com
Wed Jan 27 08:05:51 EST 2010


On Wed, Jan 27, 2010 at 6:50 AM, pablo p del castillo <
pablodecastillo at yahoo.es> wrote:

> Hello,
>
> I have a unstructured mesh with triangles and lines, how can i extract
> lines to apply tubes.
>
> Advanced thanks
>
>
>
Hmm, is there any reason why vtkTubeFilter derives from
vtkPolyDataAlgorithm? It seems like if it could derive from
vtkPointSetAlgorithm instead this question would be no problem.

Pablo, if you can get your lines into a vtkPolyData, you can use this method
to get tubes on your lines:
http://www.cmake.org/Wiki/VTK/Examples/TubeFilter

Thanks,

David
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20100127/8ec103c7/attachment.htm>


More information about the vtkusers mailing list