[vtkusers] Rv: vtkTubefilter; how to increase thickness of lines

Vladimir Lazunin lazunin.v.aa at m.titech.ac.jp
Tue Sep 4 21:29:49 EDT 2007


Assuming we have a "line" of vtkPolyData, here's a code:

tubes = vtk.vtkTubeFilter()
tubes.SetNumberOfSides(8)
tubes.SetInput(line)
tubes.SetRadius(radius)

The "radius" is for thickness.

yadin Bocuma Rivas wrote:
> hi can any one help me to fix the problem i am having with tubefilter...?
> i cant manage to increse the thickness of my lines




More information about the vtkusers mailing list