<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>&nbsp;&nbsp; &nbsp;#sf SetInput planeCut</div><div>&nbsp;&nbsp; &nbsp;sf SetInputConnection [planeCut GetOutputPort]</div><div>&nbsp;&nbsp; &nbsp;sf SetNumberOfSubdivisions 6&nbsp;</div><div>&nbsp;&nbsp; &nbsp;sf Update</div><div>&nbsp;&nbsp; # sf SetLength 0.01</div><div>vtkTubeFilter rf</div><div>&nbsp;&nbsp; &nbsp;rf SetInput [sf GetOutput]</div><div>&nbsp;&nbsp; &nbsp;rf SetRadius 0.1</div><div>&nbsp;&nbsp; &nbsp;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>