[Paraview] hyperstreamline visualization

2008-12-09 Thread Pierre JUILLARD
Hi ParaView user, Having stress tensor in VTK file, I would like to visualize them. Different solutions may exist: 1). For instance, evaluate the principal components (vectors) from stress tensor and use the 'stream tracer' filter to visualize each principal component individually. However, in

[Paraview] hyperstreamline visualization

2008-12-18 Thread Pierre JUILLARD
achieveing some control: 2008/12/9 David E DeMarle > On Tue, Dec 9, 2008 at 9:55 AM, Pierre JUILLARD > wrote: > > > > Hi ParaView user, > > > > > > Having stress tensor in VTK file, I would like to visualize them. > > > > Different solutions may

Re: [Paraview] hyperstreamline visualization

2008-12-18 Thread Pierre JUILLARD
Well, I exactly took the one printed on http://www.paraview.org/Wiki/ExtendingParaView#Enable_Existing_VTK_Class Here it is. Thanks in advance for your help! Pierre 2008/12/18 Berk Geveci > Can you post your xml file? > > -berk > > On Thu, Dec 18, 2008 at 7:08 AM,

[Paraview] Export python programmable filters ?

2009-01-23 Thread Pierre JUILLARD
Hi all, Can a python programmable filter be saved? As described on this wiki page, it is possible to export cutom programmable filters (last part: "Managing custom filters"): http://www.paraview.org/Wiki/Custom_Filters Is a similar mechanism available for python programmable filter? It would be

[Paraview] python programmable filters with no output in ParaView?

2009-01-23 Thread Pierre JUILLARD
Hi all, I would like to know if there is a way to have a python programmable flter without output in ParaView, that is to say, having an additional entry "none" when the "Output DataSet Type is requested in the ParaView python programmable filter GUI? For instance, is it possible to have a python

[Paraview] export ParaView session?

2009-01-23 Thread Pierre JUILLARD
Hi all, I am wondering if it is possible to export a ParaView session in a file, which could then be loaded back for execution. I mean is there a way to save all user choices of the session pipeline, such that it could be executed again once reloaded in ParaView? The result file produced could be

Re: [Paraview] Export python programmable filters ?

2009-01-24 Thread Pierre JUILLARD
> > On Fri, Jan 23, 2009 at 6:33 PM, Pierre JUILLARD > wrote: > > > > Hi all, > > > > Can a python programmable filter be saved? > > > > As described on this wiki page, it is possible to export cutom > programmable > > filters (last part: &q

Re: [Paraview] export ParaView session?

2009-01-24 Thread Pierre JUILLARD
t I used to use "Save data" from the file menu, so they > are not really in the pipeline..) > > Regards, > Jerome > > 2009/1/24 Pierre JUILLARD : > > Hi all, > > > > > > I am wondering if it is possible to export a ParaView session in a file,

Re: [Paraview] python programmable filters with no output in ParaView?

2009-01-24 Thread Pierre JUILLARD
play something useful). That is > > what the paraview.servermanager.Fetch filter does for client side > > python scripting of reduction operations. > > > > But no output? We would have to change the cxx code for that. Please > > add a feature request to the bug tracker

[Paraview] specific rights needed to add feature request to the bug tracker?

2009-01-25 Thread Pierre JUILLARD
Hi all, I would have liked to request the integration of the VTK HyperStreamline filter in the ParaView standard installer package by default. I subscribed to the Mantis bug tracker, but could'nt find how to add such a request. Do new incomers need specific rights to add feature requests? I thank

[Paraview] crushed can test case available in ParaView?

2009-01-25 Thread Pierre JUILLARD
Hi all, I see that there is a crushed can test case in VTK for temporal data management, illustrated here (bottom of the page): http://www.vtk.org/Wiki/VTK/Time_Support Is this test case available in the ParaView examples? I unfartunately do not see it in the ParaView 3.4.0 package. I thank you

Re: [Paraview] crushed can test case available in ParaView?

2009-01-26 Thread Pierre JUILLARD
ta3.4.zip). > > The dataset you are looking for is can.ex2. disk_out_ref.ex2 is another > good dataset. Both of these are found in the Data directory. > > Alan > > > > -- > *From:* paraview-boun...@paraview.org [mailto: > paraview-boun...@pa

[Paraview] measure of distance between two points

2009-02-11 Thread Pierre JUILLARD
Hi all, I have been searching for help in the previous posts, but I couldn't find an answer, even if the question has already been asked ( http://www.mail-archive.com/paraview@paraview.org/msg00990.html): Is there a way in ParaView to measure a distance between two nodes (with a result that could

Re: [Paraview] measure of distance between two points

2009-02-11 Thread Pierre JUILLARD
table. Feel free to post a feature request at > http://paraview.org/Bug > > ps. You can select the position of the two end points by using the 'p' > key while inside the 3D view. > > -berk > > On Wed, Feb 11, 2009 at 3:47 AM, Pierre JUILLARD > wrote: > > &g

[Paraview] wrapITK in ParaView?

2009-07-19 Thread Pierre JUILLARD
Hi all, I would like to know if there is a "turn-key" possibility to use ITK classes via python scripting in ParaView? I saw that to use ITK classes in python scrip, one can use wrapITK. However, it is not that straightforward as one has to compile first ITK, then wrapITK using CMake. Thus I wond

[Paraview] ParaView 3.6.1 - installation on Windows XP - error?

2009-07-21 Thread Pierre JUILLARD
Hi, Thanks ParaView team for your great work. I however meet a problem after installing ParaView 3.6.1 on a Windows XP service pack 2 computer where I have no administrator rights, while it was not the case with ParaView 3.4.0. The error message tells me that: "This application has not been able

Re: [Paraview] ParaView 3.6.1 - installation on Windows XP - error?

2009-07-26 Thread Pierre JUILLARD
bit > (paraview-3.6.1-win32-x86.exe), and installed to my Windows XP machine. > Following install, when I try to start the app I have the same message as > Pierre JUILLARD: > > "This application has not been able to start because the application > configuration is not correct. Re

Re: [Paraview] ParaView 3.6.1 - installation on Windows XP - error?

2009-07-30 Thread Pierre JUILLARD
t;> > I don't have the ability to upgrade completely to SP3 at this time. I >> wonder >> > if there's any specific libraries SP3 upgrades that relate to Paraview >> and >> > its dependencies? Perhaps I could upgrade just those. >> > >> > D

Re: [Paraview] Tensor ellipsoids in Paraview

2009-08-20 Thread Pierre JUILLARD
Dear Marcos, You will be able to find the "HyperStreamlines.xml" to uncover the Hyperstreamline VTK class in ParaView (you just have to load it in ParaView) in ParaView bugtracker, bug with ID 0008424. You might be interested in the discussion held there. Best regards, Pierre 2009/8/19 M LL

[Paraview] name blocks or sets and export them in X3D files

2010-02-19 Thread Pierre JUILLARD
Dear ParaView users, I would like to know if it is possible to give names to blocks of data? For instance, I created a box and a cone using the adequate sources.I used then the "GroupDatasets" filters. With the obtained multiblock dataset, may I keep distinction between the box and the cone in Pa

Re: [Paraview] name blocks or sets and export them in X3D files

2010-03-11 Thread Pierre JUILLARD
Dear Kristian, I thank you for your answer. I know understand a bit better how it works. I was actually asking to guys of Web3D how should be managed a "mutli-part" scene in X3D in this thread, and I got the answer of using X3D which

Re: [Paraview] name blocks or sets and export them in X3D files

2010-03-11 Thread Pierre JUILLARD
same renderer (you can deactivate this actor in > View->Show Center). The two other shapes are the box and the cone. > 3. Surround the two shapes with a switch node and then you can choose one > or the other to display using the whichChoice attribute. > > Best regards, > Kris

Re: [Paraview] name blocks or sets and export them in X3D files

2010-03-11 Thread Pierre JUILLARD
tually I never worked with the Xj3D Java API, but I guess this should > work ;) > > Best regards, > Kristian > > On Thu, 11 Mar 2010 12:05:53 +0100, Pierre JUILLARD > wrote: > > Dear Kristian, > > > > Thanks again for this most valuable answer. > > >

[Paraview] [paraview] paraview workflow management capabilities

2010-06-25 Thread Pierre JUILLARD
Dear ParaView user, Maybe someone could shed some light on this topic. I would like to know if the "pipeline browser" of ParaView offers some "advanced workflow management". Basically, if one wants to loop over a sequence of "filters", or conditionally execute some, all of this in bath mode, is