Hi,<br><div class="gmail_quote">
<br>
Is it possible to use a vtkStripper with the 3.98.0-RC1 on a programmable filter ?<br>
<br>
If I do :<br>
<br>
from paraview import vtk<br>
<p style="margin:0px;text-indent:0px">stripper = vtk.vtkStripper()</p>
<p style="margin:0px;text-indent:0px"><br></p>
I've got :<br>
<br>
<span style="font-family:'Courier';font-size:8.25pt;color:rgb(128,0,0)">AttributeError: 'module' object has no attribute 'vtkStripper'</span><br>
<br>
With the 3.14, there's no error.<br>
<span lang="en"><span>Also, there is</span> <span>much more</span></span> things when you print an "inspect.getmembers(vtk)" with the 3.14 release.<br>
<br>
Thanks,<br>
--<br>
Eddy
</div><br>