[Paraview] Is the PythonAnnotation documentation obsolete?

2016-09-08 Thread Dennis Conklin
All, I have tried to use PythonAnnotation but it only seems to work properly with FieldVariables. So for instance, with field variables of REACTZ_901 and REACTZ_902, the following expressions work and display the values as expected REACTZ_901displays array of

Re: [Paraview] offset for axis grid available?

2016-09-08 Thread Utkarsh Ayachit
Nope, that's not possible. You could move your data to 0,0 using the "Translation" property on the Properties panel and then the labels will do what you want. On Thu, Sep 8, 2016 at 2:01 PM, Matthias Sitte wrote: > Well, the Axes Grid is updated, but the labels refer

Re: [Paraview] offset for axis grid available?

2016-09-08 Thread Matthias Sitte
Well, the Axes Grid is updated, but the labels refer to the "old" full set. What I want to achieve is the following: Take a grid 200x100. I want to display the subset [50,100]x[50,100] but with axes labeled from [0,50]x[0,50]. Is that possible? Matthias On 08/09/16 14:41, Utkarsh Ayachit

Re: [Paraview] [EXT] Re: EXODUS: How to find nodes that are common to more than 1 sideset

2016-09-08 Thread Dennis Conklin
Utkarsh, This is funny, because I just spent 6 days laboriously eliminating all the common nodes on 4 different models. I don't think I have any bad meshes left. And if I did I would not be able to share them with the list. Really, I just need an example of how to access side sets

Re: [Paraview] [vtkusers] Testing ITK/VTK/PV contributions with (kitware) Gitlab-CI

2016-09-08 Thread Ben Boeckel
On Thu, Sep 08, 2016 at 12:36:40 +0200, Grothausmann, Roman Dr. wrote: > Just getting to know Gitlab-CI, I am wondering whether it is possible to test > contributions to ITK/VTK/PV with Gitlab-CI from gitlab.com or > gitlab.kitware.com. As far as I understand, this basically needs runners, in >

Re: [Paraview] EXODUS: How to find nodes that are common to more than 1 sideset

2016-09-08 Thread Utkarsh Ayachit
Do you have a dataset that demonstrates this? It may be easier to figure out what could work with a sample dataset at hand. Utkarsh On Fri, Sep 2, 2016 at 10:09 AM, Dennis Conklin wrote: > All, > > > > I want to search or query for nodes that are in more than 1

Re: [Paraview] Paraview Web on Ubuntu with gpu but without screen

2016-09-08 Thread Daniel Zuidinga
Thanks for your long answer Scott. seemed that I had a wrong x server configuration. I setup a new user and now it works. I think you can't use x or the paraview web stuff as a root user. Am 07.09.2016 um 18:05 schrieb Scott Wittenburg: Hi Daniel, I have several thoughts after reading

Re: [Paraview] offset for axis grid available?

2016-09-08 Thread Utkarsh Ayachit
Not sure I can reproduce this. If I apply "Extract Subset", the Axis Grid does update to show the new subset (provided I turned off the visibility of the original data). On Thu, Sep 8, 2016 at 7:02 AM, Matthias Sitte wrote: > Is there an offset option for the axes

Re: [Paraview] Import Preset color scale only if not already loaded

2016-09-08 Thread postgurke
... not just something like it, it is exactly the solution to my problem! Thanks!! :) > Utkarsh Ayachit hat am 8. September 2016 um > 13:29 geschrieben: > > > Something like following should do the trick: > > def HasPreset(name): > presets =

Re: [Paraview] Import Preset color scale only if not already loaded

2016-09-08 Thread Utkarsh Ayachit
Something like following should do the trick: def HasPreset(name): presets = servermanager.vtkSMTransferFunctionPresets() for i in range(presets.GetNumberOfPresets()): if presets.GetPresetName(i) == name: return True return False On Thu, Sep 8, 2016 at 3:52

Re: [Paraview] paraview.5.1.renderingbackend.opengl on server and paraview.5.1.renderingbackend.opengl2 on client

2016-09-08 Thread Utkarsh Ayachit
> Is it true that I can’t use the classic rendering (old GL) on the backend > with a GL 2 on the client? John, as Claire said, no, you can't use classic rendering and GL2 together. Client/Server should have the same rendering mode. > Is there a workaround or do I have to figure out > how to

Re: [Paraview] Opening two .vtu files simultaneously

2016-09-08 Thread Boris Jagrine
Hi Andy, Your answer is clear. I did what you suggested and it worked! Thanks! Boris From: Andy Bauer [mailto:andy.ba...@kitware.com] Sent: Wednesday, September 07, 2016 10:48 PM To: Boris Jagrine Cc: paraview@paraview.org Subject: Re: [Paraview] Opening two .vtu files simultaneously Hi Boris,

[Paraview] Testing ITK/VTK/PV contributions with (kitware) Gitlab-CI

2016-09-08 Thread Grothausmann, Roman Dr.
Dear mailing list members, Just getting to know Gitlab-CI, I am wondering whether it is possible to test contributions to ITK/VTK/PV with Gitlab-CI from gitlab.com or gitlab.kitware.com. As far as I understand, this basically needs runners, in this case specific to ITK/VTK/PV. Since kitware

[Paraview] offset for axis grid available?

2016-09-08 Thread Matthias Sitte
Is there an offset option for the axes grid? Specifically, I'm trying to annotate a subset of a rectilinear grid, but the origin of the axes grid is the origin of the original grid, not at the "new" origin. Best, Matthias ___ Powered by

[Paraview] paraview.5.1.renderingbackend.opengl on server and paraview.5.1.renderingbackend.opengl2 on client

2016-09-08 Thread GUILBAUD Claire
Hi John, It is written in the code that you can't have a client in OpenGL and a server in OpenGL2 on the server. But you can have a pvserver with mesa with backend opengl2. When you build ParaView with Mesa, you have to choose a backend. This means that you must build 2 times ParaView for

[Paraview] Import Preset color scale only if not already loaded

2016-09-08 Thread postgurke
Hello All I haven't been able to find a solution for this, so maybe someone can give me a hint...: I am loading data via a python script into ParaView (5.0) and want to color it with a specific color scale. I can load this scale with the script and apply the coloring as desired but if the scale