<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hello,<div><br></div><div>I am trying to improve the visualization of sections of surface mesh, so i create a cutter and the apply vtksplinefilter like this;</div><div><br></div><div><div>vtkSplineFilter sf</div><div> #sf SetInput planeCut</div><div> sf SetInputConnection [planeCut GetOutputPort]</div><div> sf SetNumberOfSubdivisions 6 </div><div> sf Update</div><div> # sf SetLength 0.01</div><div>vtkTubeFilter rf</div><div> rf SetInput [sf GetOutput]</div><div> rf SetRadius 0.1</div><div> rf SetNumberOfSides 6</div></div><div><br></div><div>But only i get the initial section with tubes.</div><div>Any idea?</div><div><br></div><div>Pablo</div></td></tr></table><br>