Hi,

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.

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.

I tried, without success:

 RenderView1 = GetRenderView()

RenderView1.InteractionMode = 'Selection'


active_objects.source.SMProxy.InvokeEvent('UserEvent', 'ShowWidget')



RenderView1.CameraClippingRange = [15652.96264371555, 48851.728930038546]

RenderView1.InteractionMode = '3D'


Render()


How can I enable the selection function in Paraviewweb ?


Many thanks,


k.
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at 
http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the ParaView Wiki at: 
http://paraview.org/Wiki/ParaView

Follow this link to subscribe/unsubscribe:
http://www.paraview.org/mailman/listinfo/paraview

Reply via email to