[vtkusers] Variable radii in vtkTubeFilter

D.M.P.Davies dmpd at mcmail.com
Wed Jun 13 13:41:05 EDT 2001


Hi all,

Can anyone tell me how to generate variable radii tubes when using a
profile of lines and points?

My tcl looks like :

    profile$ient SetPoints points$ient
    profile$ient SetLines lines$ient



vtkTubeFilter tubes$ient
    tubes$ient SetInput profile$ient
    tubes$ient SetRadius $LINE($i,rad1)
    tubes$ient SetNumberOfSides $LINE($i,npts)


: Surely there must be some methods in vtkTubeFilter to do it.

Many Thanks.

Dave Davies





More information about the vtkusers mailing list