<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:10pt"><div>Hello,</div><div> </div><div>I'm using Paraview on 4.0.1. I was under the impression that it would be possible to use some of the many VTK filters from a Python programmable filter, however I seem to only be able to instansiate some of the filters, for others I get the message:</div><div> </div><div><span style='color: rgb(128, 0, 0); font-family: "Courier"; font-size: 8.25pt;'>Traceback (most recent call last):</span>
</div><div style="margin: 0px; text-indent: 0px; -qt-block-indent: 0;"><span style='color: rgb(128, 0, 0); font-family: "Courier"; font-size: 8.25pt;'> File "<string>", line 21, in <module></span></div><div>
<span style='color: rgb(128, 0, 0); font-family: "Courier"; font-size: 8.25pt;'>File "<string>", line 4, in RequestData</span></div><div>
<span style='color: rgb(128, 0, 0); font-family: "Courier"; font-size: 8.25pt;'>AttributeError: 'module' object has no attribute 'vtkSelectEnclosedPoints'</span></div><div> </div><div>from the following line of code:</div><div> </div><div>v = vtk.vtkSelectEnclosedPoints()</div><div> </div><div>Is it possible to use something like vtkSelectEnclosedPoints from a programmable filter?</div><div> </div><div>Thanks,</div><div>John</div><div> </div></div></body></html>