[vtkusers] vtkSplineFilter
pablo p del castillo
pablodecastillo at yahoo.es
Tue May 4 16:08:53 EDT 2010
Hello,
I am trying to improve the visualization of sections of surface mesh, so i create a cutter and the apply vtksplinefilter like this;
vtkSplineFilter sf #sf SetInput planeCut sf SetInputConnection [planeCut GetOutputPort] sf SetNumberOfSubdivisions 6 sf Update # sf SetLength 0.01vtkTubeFilter rf rf SetInput [sf GetOutput] rf SetRadius 0.1 rf SetNumberOfSides 6
But only i get the initial section with tubes.Any idea?
Pablo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.vtk.org/pipermail/vtkusers/attachments/20100504/2c56fb02/attachment.htm>
More information about the vtkusers
mailing list