<div dir="ltr"><div><div><div>Hi,<br><br></div>I am using Paraviewweb-Linux-64bit-glibc-2.3.6-NIGHTLY and use a custom class to implement some functions. I can take a trace in standalone Paraview and copy the Python code into my functions which works well for several actions. <br>
<br></div>But I want to be able to make a selection (initially on the surface of my data volume) in Paraview/Web and then display the labels of the selected points.<br><br></div>I tried, without success:<br><div><br>
<style type="text/css">
p, li { white-space: pre-wrap; }
</style>
<p style="margin:0px;text-indent:0px">RenderView1 = GetRenderView()</p>
<p style="margin:0px;text-indent:0px">RenderView1.InteractionMode = 'Selection'</p>
<p style="margin:0px;text-indent:0px"><br></p>
<p style="margin:0px;text-indent:0px">active_objects.source.SMProxy.InvokeEvent('UserEvent', 'ShowWidget')</p>
<p style="margin:0px;text-indent:0px"><br></p>
<p style="margin:0px;text-indent:0px"><br></p>
<p style="margin:0px;text-indent:0px">RenderView1.CameraClippingRange = [15652.96264371555, 48851.728930038546]</p>
<p style="margin:0px;text-indent:0px">RenderView1.InteractionMode = '3D'</p>
<p style="margin:0px;text-indent:0px"><br></p>
<p style="margin:0px;text-indent:0px">Render()</p><p style="margin:0px;text-indent:0px"><br></p><p style="margin:0px;text-indent:0px">How can I enable the selection function in Paraviewweb ?</p><p style="margin:0px;text-indent:0px">
<br></p><p style="margin:0px;text-indent:0px">Many thanks,</p><p style="margin:0px;text-indent:0px"><br></p><p style="margin:0px;text-indent:0px">k.<br></p><br></div></div>