<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> 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> 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> So, my question is : where can I find the python script .py which describes the way of using vtk Filters in ParaViewWeb?</div><div> <br></div><div> 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> I mean : def ImageThreshold(proxy,ThresholdRange......) or something like that?</div><div> <br></div><div> Thank you very much for your reply.</div><div> Good day everybody :)</div><div><br></div></div></body></html>