[Paraview] Relative paths in Paraview state files

2014-06-30 Thread Albrecht Kyrieleis
Hi, I am using Paraview 4.1 with ParaviewWeb and was wondering whether there is a way to specify a relative path name (e.g. of a vtk file ) in the Paraview pvsm file so that one can move the pvsm file easily. Trying it by simply using a relative path does not seem to work. If it is not implemented

[Paraview] fixed rectangle

2014-01-28 Thread Albrecht Kyrieleis
Hi, I was wondering how in ParaviewWeb one can draw a rectangle that does not move when the data set is moved by the mouse ? Many thanks kyr. ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource

Re: [Paraview] Extract Selection using Python

2014-01-27 Thread Albrecht Kyrieleis
; 2) The version 4.1 does have a protocol that manage selection, you may > want to start looking into that. > > Seb > > > On Mon, Jan 27, 2014 at 7:18 AM, Albrecht Kyrieleis > wrote: > >> Hi, >> >> I am trying to write a Python function that can be used in Pa

[Paraview] MouseInteraction ParaviewWeb

2014-01-27 Thread Albrecht Kyrieleis
Hi, I am usign ParaviewWeb (4.1) iwth a custom protocol in order to implemnet some tools for my visualisation. I would like to read the mouse position (at left-click) and use it. In protocols.py there is the class ParaViewMouseHandler with the routine mouseInteraction. I was wondering if anybody

[Paraview] Extract Selection using Python

2014-01-27 Thread Albrecht Kyrieleis
Hi, 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: 1) I cannot figu

[Paraview] ParaviewWeb change proxy properties using xml names

2014-01-15 Thread Albrecht Kyrieleis
Hi, I am using ParaviewWeb with a custom protocol in which I want to change several properties of the proxies (e.g. the text colour) using the names listed in ${src}/ParaViewCore/ServerManager/SMApplication/Resources/*.xml I was wondering what the general way is to do that ? In order to change

Re: [Paraview] ParaviewWeb 4 - WebGL renderer camera reset and background issue

2013-12-02 Thread Albrecht Kyrieleis
Hi Bogdan, I want to use WebGl with paraviewWeb 4 and JettySessionManager. So far I am using the PV binary and have defined my own protocol that works fine. At which places in the setup do you have to do alterations to get webgl rendering running ? Where can I get more information on that ? Many t

[Paraview] OSMesa built into Paraview 4.1 ?

2013-11-27 Thread Albrecht Kyrieleis
Hi, When using Paraview/Web 4.1 I found the performance is quite a bit slower compared to Paraview/Web <4. So I was wondering whether OSMesa was compiled in the available Paraview 4.1 binary (Linux 64bit). If not, then building it myself with OSMesa would hopefully speed it up. Thank you for any

[Paraview] Slice widget in Paraview/Web

2013-11-18 Thread Albrecht Kyrieleis
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. How can I enable the slicing widget to be visible in ParaviewWeb. M

[Paraview] Selection in Paraview/Web 4.0

2013-11-18 Thread Albrecht Kyrieleis
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 sur