Re: [Paraview] Paraview 4.3.1 Python - Screenshot of specific size and ratio

2015-09-20 Thread Ruggiero Guida
Subject: How to perfectly fit data in a screenshot Hi, Just in case someone is interested I report here my solution. The 855 seems to be a limit for the vertical size. The limit is actually 855 x magnification. This is good because at least is constant. To perfectly fit an image with these chara

[Paraview] How to run pvbatch without any output?

2015-09-20 Thread Ruggiero Guida
Hi, I am using pvbatch to automatically generate a few screenshots. I would like to perform these operation completely in the background, but for each generated screen there is a window that opens and then closes when the script ends. I have tried the option offscreen-rendering but I think it is

[Paraview] Isosurfaces with Hex elements

2015-09-20 Thread John Moore
It appears I have run into an issue with generating isosurfaces from Hex elements. I am visualizing high order data, which is discontinuous at the element interfaces, but continuous within each of the subdivisions used to visualize the element. If I create a volumetric isosurface I often get large

Re: [Paraview] Send an array from client to server

2015-09-20 Thread Biddiscombe, John A.
Just following up so that when I’ve forgotten how to do it ... This works #define VTK_WRAPPING_CXX #include "vtkClientServerStream.h" ... // void SetSelectedGIds(int n, const int *Ids); void SetSelectedGIds(int N, int Ids[]); //BTX void SetSelectedGIds(int N, vtkClientServerStreamDataArg