<html><body><div style="color:#000; background-color:#fff; font-family:arial, helvetica, sans-serif;font-size:10pt"><div>Hello,</div><div>&nbsp;</div><div>I'm using Paraview on 4.0.1.&nbsp; 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>&nbsp;</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 "&lt;string&gt;", line 21, in &lt;module&gt;</span></div><div>
<span style='color: rgb(128, 0, 0); font-family: "Courier"; font-size: 8.25pt;'>File "&lt;string&gt;", 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>&nbsp;</div><div>from the following line of code:</div><div>&nbsp;</div><div>v&nbsp;= vtk.vtkSelectEnclosedPoints()</div><div>&nbsp;</div><div>Is&nbsp;it possible to use something like vtkSelectEnclosedPoints from a programmable filter?</div><div>&nbsp;</div><div>Thanks,</div><div>John</div><div>&nbsp;</div></div></body></html>