[vtkusers] Rv: vtkTubefilter; how to increase thickness of lines
Amy Squillacote
amy.squillacote at kitware.com
Wed Sep 5 08:17:59 EDT 2007
Additionally, you're setting the output of vtkLineSource as the input to
your vtkPolyDataMapper. You should be using the output of the
vtkTubeFilter as the input to the vtkPolyDataMapper in order to see the
results of using it.
- Amy
Vladimir Lazunin wrote:
> T.SetRadius(.05) #when i change the radius of
> the tube nothig happens
> T = vtk.vtkPolyDataMapper() #no wonder - you loose your previous T
> here anyway
> _______________________________________________
> 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
>
--
Amy Squillacote
Kitware, Inc.
28 Corporate Drive
Clifton Park, NY 12065
Phone: (518) 371-3971 x106
More information about the vtkusers
mailing list