Re: [Paraview] loading state file ParaviewWeb

2011-07-12 Thread Luca Cinquepalmi
not of the PWStates application that allow you to create Ad-hoc web application based on a ParaView state file. Hope this help, Seb On Tue, Jul 12, 2011 at 5:03 AM, Luca Cinquepalmi wrote: Hi Seb, I would linke to upload a state file on ParaviewWeb (.pvsm file). Can I do this or I can only upl

[Paraview] loading state file ParaviewWeb

2011-07-12 Thread Luca Cinquepalmi
Hi Seb, I would linke to upload a state file on ParaviewWeb (.pvsm file). Can I do this or I can only upload vtk and vtp file? Thank you. Luca Il 11/07/2011 15.45, Sebastien Jourdain ha scritto: Hi Tom, You started well in the sense that the main page of ParaViewWeb is here: http://www.parav

[Paraview] tif dem

2011-06-20 Thread Luca Cinquepalmi
Hi all, I have a dem in tif format and I want do import it into Paraview. Is it possible? Thanks! Luca Il 20/06/2011 15:39, Utkarsh Ayachit ha scritto: You could very easily write a C++ filter to do the same or use the Python programmable filter. Feel free to add a feature request to the bug

[Paraview] vtkQuadricClustering.cxx ERROR

2011-06-06 Thread Luca Cinquepalmi
at the python trace generated. It will show you to setup the lookup tables among other things. Utkarsh On Wed, Jun 1, 2011 at 10:39 AM, Luca Cinquepalmi wrote: Hi all, I'm trying to load a vtk file in Paraview using a simple python script. My script is: from paraview.simple impo

[Paraview] paraviewweb on Solaris

2011-06-01 Thread Luca Cinquepalmi
Hi Seb, can you please tell me if you've tested ParaviewWeb on Solaris and if it works with no problem? thank you. Luca ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Pleas

[Paraview] Representation

2011-06-01 Thread Luca Cinquepalmi
Hi all, I'm trying to load a vtk file in Paraview using a simple python script. My script is: from paraview.simple import * obj = OpenDataFile("/home/luca/3dVoxView/Volumes_Storage/geostat_interp/Vol.vtk") obj.Representation = 'Volume' servermanager.SaveState("/home/luca/3dVoxView/Volumes_Sto

Re: [Paraview] error Paraview adapter

2011-05-11 Thread Luca Cinquepalmi
that error. Seb On Tue, May 10, 2011 at 12:24 PM, Luca Cinquepalmi wrote: Thank you Seb, I followed your suggestion and allthing went fine. What can you say about this log message? /home/luca/3dVoxView/PARAVIEWWEB/install-pweb/bin/PWServer: error while loading shared libraries

Re: [Paraview] error Paraview adapter

2011-05-10 Thread Luca Cinquepalmi
here about ParaViewWeb and want to know more, they can give a look at the Wiki documentation here: - http://www.paraview.org/Wiki/ParaViewWeb And if you have questions or issue to report, use the paraview mailing list. Seb On Tue, May 10, 2011 at 9:52 AM, Luca Cinquepalmi wrote: Hi

[Paraview] xyzc file to vtk

2011-01-12 Thread Luca Cinquepalmi
Hi, I have an ascii file with 4 fileds: X Y Z C where X, Y, Z represent the coordinates of the point, and C represent the component/value of the point (e.g. temperature, umidity, ecc.) I want to convert this file in a vtk file. Is it possible? How can I do it? Thanks Luca _