Re: [Paraview] [EXTERNAL] Re: Rescaling data axes

2013-10-15 Thread Paul Graham
Thanks Alan - that works well too! Cheers, Paul On 15 October 2013 03:35, Scott, W Alan wrote: > Paul, > > I believe another solution is to go to the properties tab, advanced, and > slide way down to the bottom. There are translate/ scale/ rotate options > there also. In many cases the

Re: [Paraview] Paraview Webgl Scene

2013-10-15 Thread Sebastien Jourdain
Hi Paul, the WebGL exporter is very limited and just export basic geometry but the exported scene should reflect what you were seeing in ParaView with no animation or possible customization of the generated scene. The axes should be present though if they were while exporting. Seb On Sun, Oct 1

[Paraview] bug in .py save state

2013-10-15 Thread joseph insley
Hi, It looks like there is a bug in the naming of objects when the state is saved as a python state file. ParaView appears to parse the guiName given to a filter to remove special characters when creating the name for objects in the state file. In my case, I create two contour filters, one w

Re: [Paraview] Periodic Boundaries

2013-10-15 Thread Berk Geveci
Unfortunately, this is currently not supported. You need get your hands dirty with VTK code to enable this directly. Let me know if you are interested in pursuing this adventurous path. Alternatively, you can create multiple copies of the domain with the transform filter. Best, -berk On Tue, Oct

[Paraview] Periodic Boundaries

2013-10-15 Thread Enrico Calore
Hi all, I'm trying to produce animations to show particle motion over time. I'm using particle filter and particle pathlines filter to visualize particles and their paths. I'm working on a vtk dataset wich is periodic in x direction (streamwise) and z direction (spanwise). Now particles which cros

Re: [Paraview] paraview superbuild on standalone system - how to, get the sources ? (UNCLASSIFIED)

2013-10-15 Thread Angelini, Richard C (Rick) CIV USARMY ARL (US)
Classification: UNCLASSIFIED Caveats: NONE You can download all of the dependency library tarballs from: http://paraview.org/files/v4.0/dependencies Your cmake in the Superbuild would then point to a downloads directory: EXAMPLE: ccmake -DCMAKE_INSTALL_PREFIX:PATH=/usr/local/paraview \ -Ddownl