<div dir="ltr"><div><div><div><div><div><div>Dear paraview users and developers, <br><br></div>A big part of my post-processing method is based on the use of ProgrammableFilter. <br>With that tool, I can execute Python code that I have written, just by importing my complete Python module within the programmable filter. <br>


<br></div>Then, I use a lot of basic vtk Filters : vtkCutter, vtkThreshold, ect. <br></div><div>I then import the vtk module that is included within the paraview binary distribution, using the command : <i>from paraview import vtk</i><br>


<br></div><div>As concerns the Readers and Writers, I use the following command<br></div><div><i>from paraview import vtkIOPython</i><br></div><div><br></div>A lot of things have changed with the new 4.0 version. In particular, I do not find some vtk Filters anymore. <br>


<br>One of them is the <b>vtkCellQuality</b> filter, that I use in one of my code in order to compute the surface of 2d-cells. <br></div>Is it possible to access it from a programmable filter ? (paraview 4.0 binary distribution 64 bits)<br>


<br></div>Many thanks,<br><br></div>Aurélien Marsan<br></div>