<div dir="ltr">Hi Kyr,<div><br></div><div>1) The rectangle should show up with master or 4.1 release.</div><div><br></div><div>2) The version 4.1 does have a protocol that manage selection, you may want to start looking into that.</div>
<div><br></div><div>Seb</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Mon, Jan 27, 2014 at 7:18 AM, Albrecht Kyrieleis <span dir="ltr"><<a href="mailto:akyrieleis@gmail.com" target="_blank">akyrieleis@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div><div>Hi,<br><br></div>I am trying to write a Python function that can be used in ParaviewWeb to extract the values of a point data set after a selection has been made (I am using basically pv_web_visualizer with a custom protocol that contains my python functions). I am struggling with 2 problems:<br>

<br></div>1) I cannot figure out how to display the rectangle for the selection in ParaviewWeb. With <br><br> RenderView1 = simple.GetRenderView()<br> RenderView1.InteractionMode = "Selection"<br><br></div><div>

only the mouse mode is changed, but no rectangle is shown.<br></div><div><br><div><br></div><div>2)  Using the normal Paraview GUI, after I have made a selection I can do in the Python shell:<br><br></div><div>sel=ExtractSelection()<br>

<br></div><div>this creates the Extract Selection filter which I need to finalize using the 'Apply' button.<br><br></div><div>In the Python shell I can then access the data in that selection using:<br><br>datsel=servermanager.Fetch(sel)   <br>

ar0=datsel.GetPointData().GetArray(0)<br>ar0.GetTuple1(0) <br></div><div><br></div><div>In ParavewWeb, ExtractSelection  does not pick up any selection that I have made. But it might also be that using the code in 1) is not enough to enable the selection tool.<br>

<br></div><div>in ParaviewWeb, how can I obtain the IDs of the points in the selection so that I can fetch the values ?<br></div><div><br></div><div>Any help or ideas would be greatly appreciated.<br><br></div><div>Thank you very much<br>

<br>kyr.<br></div><div><br><br></div></div></div>
<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
<br></blockquote></div><br></div>