<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 was wondering if there was any reason that vtkLinearSelector is not available from the Python programmable filter?&nbsp; I've tried using the following code to access it:</div><div>&nbsp;</div><span lang=""><div>from paraview.vtk import vtkFiltersSelection</div><div>v = vtkFiltersSelection.vtkLinearSelector()</div><div>&nbsp;</div><div>Having a quick look at the source code Make file it appears as though the FiltersSelection module is not included in the VTKModules.cmake file, is there any reason for this?&nbsp; If I include it and rebuilt the application would it work?</div><div>&nbsp;</div><div>John</div><div>&nbsp;</div></span></div></body></html>