Some how I am able to fix the removing actor and adding new ones , its
all about resetting the camera at the correct stage in the pipeline.<br><br>But,
when I try to pass the vtkCutter output through a vtkubeFilter it does
not have any impact on the output, it appears same as with out passing
through tube filter.Some of the relavant code is here! <br><br>Is it meant only to use with lines?<br>
<br>        <i> <b><span style="color: rgb(51, 153, 153);">tuber=vtk.vtkTubeFilter()</span><br style="color: rgb(51, 153, 153);"><span style="color: rgb(51, 153, 153);">         tuber.SetInputConnection(cutter.GetOutputPort())</span><br style="color: rgb(51, 153, 153);">

<span style="color: rgb(51, 153, 153);">         tuber.SetNumberOfSides(8)</span><br style="color: rgb(51, 153, 153);"><span style="color: rgb(51, 153, 153);">         tuber.SetRadius(0.5)</span><br style="color: rgb(51, 153, 153);">

<span style="color: rgb(51, 153, 153);">         cutMapper=vtk.vtkPolyDataMapper()</span><br style="color: rgb(51, 153, 153);"><span style="color: rgb(51, 153, 153);">         cutMapper.ScalarVisibilityOff()</span><br style="color: rgb(51, 153, 153);">

<span style="color: rgb(51, 153, 153);">         cutMapper.SetInputConnection( tuber.GetOutputPort())</span></b></i><br><br>Thanks<br><br>Jothy<div><span id="q_125e56270fdebdfb_1" class="h4">- Show quoted text -</span></div>