<html><body><div style="color:#000; background-color:#fff; font-family:times new roman, new york, times, serif;font-size:12pt"><div>Hi everybody, <br></div><div>&nbsp;&nbsp; Well, I found that using vtk Filter (Threshold, Clip, etc.) is simple within ParaViewWeb, we have a list of filters so that we can use the filters @ http://paraview.org/Wiki/ParaView/Users_Guide/List_of_filters</div><div>&nbsp;&nbsp; We can use <span style="color: rgb(0, 0, 191); font-weight: bold;">"threshold = paraview.Threshold({Input:proxy,ThresholdRange:[300,600]})"</span> to applicate a threshold between 300 and 600 for an image.</div><div>&nbsp;&nbsp; So, my question is : where can I find the python script .py which describes the way of using vtk Filters in ParaViewWeb?</div><div>&nbsp;&nbsp; <br></div><div>&nbsp;&nbsp; If there isn't any file python script like that, how can we define a function that take in value as described above? How can we tell the ParaViewWeb to take in
 different type of variable?<br></div><div>&nbsp;&nbsp; I mean : def ImageThreshold(proxy,ThresholdRange......) or something like that?</div><div>&nbsp; <br></div><div>&nbsp;&nbsp; Thank you very much for your reply.</div><div>&nbsp;&nbsp; Good day everybody :)</div><div><br></div></div></body></html>