<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 was wondering if there was any reason that vtkLinearSelector is not available from the Python programmable filter? I've tried using the following code to access it:</div><div> </div><span lang=""><div>from paraview.vtk import vtkFiltersSelection</div><div>v = vtkFiltersSelection.vtkLinearSelector()</div><div> </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? If I include it and rebuilt the application would it work?</div><div> </div><div>John</div><div> </div></span></div></body></html>