Re: [Paraview] Paraview Web inside web app - pv is not defined

2016-08-30 Thread Daniel Zuidinga
not yet, but an IFrame is enough for me now. I think I have just to add the files added by the loader. Am 29.08.2016 um 18:53 schrieb Sebastien Jourdain: Did you figure out how to load everything by hand? On Mon, Aug 29, 2016 at 4:47 AM, Daniel Zuidinga > wrote:

Re: [Paraview] Status of BoxLib AMR reader

2016-08-30 Thread Utkarsh Ayachit
Thanks, Tim. I'll take a look in next few days. Utkarsh On Mon, Aug 29, 2016 at 4:12 PM, Gallagher, Timothy P < tim.gallag...@gatech.edu> wrote: > I have to throw in the towel on this one for now and get back to some > other deadlines... but, I put what I have so far online and created a merge >

[Paraview] Compiling Catalyst Examples

2016-08-30 Thread Hermano ...
Hello Everyone I am looking for some help in order to run the catalyst examples found in: https://github.com/Kitware/ParaViewCatalystExampleCode-MOVED- I've downloaded and compile paraview with Examples flag set to on in ccmake during configuration. But I can't find any binaries in the build di

Re: [Paraview] X and Y bounds in python

2016-08-30 Thread Andy Smith
Miguel, Can you try: bounds = myObject.GetDataInformation().GetBounds() where bounds is an array containing [xmin, xmax, ymin, ymax, zmin, zmax] -Andy On Mon, Aug 29, 2016 at 6:44 PM, Salazar De Troya, Miguel < salazardet...@llnl.gov> wrote: > Hello > > I’ve got an object opened that consists

Re: [Paraview] Compiling Catalyst Examples

2016-08-30 Thread Andy Bauer
Hi, The examples have been moved into the ParaView source tree at /Examples/Catalyst. This makes it easier to test the examples and keep them in sync with the PV source. You can still compile them separately and individually if you want to. On my Linux machine, when I build ParaView master (a bit

Re: [Paraview] Paraview Web inside web app - pv is not defined

2016-08-30 Thread Sebastien Jourdain
You might also be able to use the url for the iframe to inform the configuration to use some aditional key/pair. like http://host/pvw?fileToLoad=disk.vtk That should work too. Seb On Tue, Aug 30, 2016 at 1:41 AM, Daniel Zuidinga wrote: > not yet, but an IFrame is enough for me now. I think I

[Paraview] Loading state file - not loading the connections to each inputs port

2016-08-30 Thread michal wozniak
I have a state file which contains multiple filters, some have multiple inputs port. When I load the state file everything load correctly but every filter that uses multiple ports (input) get this error "Input port (1,2,3,4,...) of algorithm "random name" has 0 connection but is not optional. I

[Paraview] change background color based on a data variable?

2016-08-30 Thread Hart, Cynthia Joyce - (cyndyb)
Hi folks. Another ignorant question. (and Thank You to Burlen Loring for his assistance with my last question) I have created an animation of a time series of some months of several temperature sensors. It is desired by the end user of this visualization, to show the diurnal cycle as the ani

[Paraview] paraview web architecture

2016-08-30 Thread Daniel Zuidinga
Hi once again, what's a good way to learn paraview web? I am still struggling a a bit with it's architecture. Protocol.py is the entry point? When I want for example to change the default background color for all renderers where do I have to look? Is this set once or for each renderer? Anoth

Re: [Paraview] paraview web architecture

2016-08-30 Thread Scott Wittenburg
On Tue, Aug 30, 2016 at 10:29 AM, Daniel Zuidinga wrote: > Hi once again, > > what's a good way to learn paraview web? All the guides we have written are located here: http://kitware.github.io/paraviewweb/docs/ > I am still struggling a a bit with it's architecture. Protocol.py is the > entry

Re: [Paraview] paraview web architecture

2016-08-30 Thread Rodrigo Pelorosso
Sadly, I feel there should be A LOT more documentation regarding ParaviewWeb. What I found useful to learn how to interact with the Paraview server using python is the Tracer feature of paraview. It can show what python commands the interface triggers. I've found that there are some commands that