Hi,

Is it possible to use a vtkStripper with the 3.98.0-RC1 on a programmable
filter  ?

If I do :

from paraview import vtk

stripper = vtk.vtkStripper()


I've got :

AttributeError: 'module' object has no attribute 'vtkStripper'

With the 3.14, there's no error.
Also, there is much more things when you print an "inspect.getmembers(vtk)"
with the 3.14 release.

Thanks,
--
Eddy
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to