Re: [Paraview] python script loading state file and replace the datafile

2015-05-03 Thread Fabian Braennstroem
process the XML to change the filename in the state file before loading it. Utkarsh On Tue, Apr 28, 2015 at 2:43 PM, Fabian Braennstroem wrote: Hello, sorry, me again. Would be great if someone has an advice! Thanks in advance! Best Regards Fabian On 04/25/2015 08:48 PM, Fabian Braennstroem wrote

Re: [Paraview] python script loading state file and replace the datafile

2015-04-28 Thread Fabian Braennstroem
Hello, sorry, me again. Would be great if someone has an advice! Thanks in advance! Best Regards Fabian On 04/25/2015 08:48 PM, Fabian Braennstroem wrote: Hello, I am not able to find, how to change the ensight data file when loading a pvsm-state file with python. It would be great if you

[Paraview] python script loading state file and replace the datafile

2015-04-25 Thread Fabian Braennstroem
Hello, I am not able to find, how to change the ensight data file when loading a pvsm-state file with python. It would be great if you have an advice!? Thanks! Best Regards Fabian ___ Powered by www.kitware.com Visit other Kitware open-source projec

Re: [Paraview] 2D View for Slices and other filter

2012-04-09 Thread Fabian Braennstroem
Great! Am 09.04.2012 16:14, schrieb Utkarsh Ayachit: We are working on it. Expect an improved, more flexible 2D view in the next major release. Utkarsh On Mon, Apr 9, 2012 at 4:34 AM, Fabian Braennstroem wrote: Hello, is there an option to view slices in a 2D view? I am not able to find

[Paraview] 2D View for Slices and other filter

2012-04-09 Thread Fabian Braennstroem
Hello, is there an option to view slices in a 2D view? I am not able to find any. If not, are there any plans to integrate this? I think it would be a great feature... Best Regards Fabian ___ Powered by www.kitware.com Visit other Kitware open-sourc

[Paraview] Ensight Files - crash with 3.10 and 3.12

2011-12-03 Thread Fabian Braennstroem
Hello, I have a problem with Ensight files created by OpenFOAM. Paraview crashs as soon as I try to create a slice directly after loading the file... but only for version 3.10 and 3.12, but it works for 3.8. fbraenns@elephant: /data2/WORK/fbraenns/R2N/CFD/Saloon/VI2N_VI1N/M02_B03_G07_OF__Mesh

Re: [Paraview] ANN: ParaView 3.12.0 RC-2 available for download

2011-10-08 Thread Fabian Braennstroem
Ikarashi-Ninocho, Nishi-ku, Niigata, 950-2181, JAPAN From: Fabian Braennstroem mailto:f.braennstr...@gmx.de>> Subject: Re: [Paraview] ANN: ParaView 3.12.0 RC-2 available for download Date: Thu, 06 Oct 2011 19:13:39 +0200 > Hello, > > just tested

Re: [Paraview] ANN: ParaView 3.12.0 RC-2 available for download

2011-10-06 Thread Fabian Braennstroem
Hello, just tested it on linux 64bit with openfoam decomposed data. Making a slice and applying "Surface Vectors" results in a Segmentation fault. It would be great to fix this in the 3.12. Best Regards Fabian On 10/04/2011 11:24 PM, David Partyka wrote: I Joe, can you redownload the tarbal

Re: [Paraview] best way to extract coordinates of selected point using python

2011-05-19 Thread Fabian Braennstroem
numpy directory. I check if the numpy import works well with the binary package on a 64-bits linux, I will let you know. For now, I'm on a windows machine. Regards, Aurélien Le 17 mai 2011 16:14, Fabian Braennstroem mailto:f.braennstr...@gmx.de>> a écrit : Thanks, ... by testin

Re: [Paraview] best way to extract coordinates of selected point using python

2011-05-17 Thread Fabian Braennstroem
Thanks, ... by testing it I have some error messages with the programmable filter for the 3.10.1 binary 64bit version on linux: Traceback (most recent call last): File "", line 10, in File "/home/gcae504/Desktop/ParaView-3.10.1-Linux-x86_64/lib/paraview-3.10/lib/python2.7/site-packages/num

Re: [Paraview] best way to extract coordinates of selected point using python

2011-05-16 Thread Fabian Braennstroem
coordinates of the points on the display tab. Or print them using the programmable filter. Regards, A.Marsan 2011/5/14 Fabian Braennstroem mailto:f.braennstr...@gmx.de>> Hello, one idea I have right now is to use the PointSource... than one could read the center information. Unfortu

Re: [Paraview] best way to extract coordinates of selected point using python

2011-05-13 Thread Fabian Braennstroem
Hello, one idea I have right now is to use the PointSource... than one could read the center information. Unfortunately, it seems, that the key "P" does not allow any snappy to the next cell point, which makes it a bit fuzzy!? Fabian On 05/10/2011 05:46 PM, Fabian Braennstroem

Re: [Paraview] error with python state file

2011-05-11 Thread Fabian Braennstroem
207, in __setattr__ "to add this attribute.") AttributeError: Attribute SelectMapper does not exist. This class does not allow addition of new attributes to avoid mistakes due to typos. Use add_attribute() if you really want to add this attribute. [ceplx049] 01__56T_SST_1.7 >

[Paraview] error with python state file

2011-05-11 Thread Fabian Braennstroem
Hello, I am trying to adjust the filename of the python state file when using the openfoam reader. I adjusted the FileName entry to read the declared FILE: FILE="/home/gcae504/HOME/scr/ceplx049/scr2/gcae504/Dissertation/3D_Nielsen/OpenFoam/01_SAS_SSTF_URANS/01__56T_SST_1.7/.foam" a_foam =

Re: [Paraview] best way to extract coordinates of selected point using python

2011-05-10 Thread Fabian Braennstroem
Hi, sorry me again... has no one an idea!? Would be nice! Best Regards! FAbian On 05/02/2011 08:40 PM, Fabian Braennstroem wrote: Hello, I would like to get the coordinates of one or more selected points (I think the button 'select points on' is the right tool for this) using a pyt

[Paraview] best way to extract coordinates of selected point using python

2011-05-02 Thread Fabian Braennstroem
Hello, I would like to get the coordinates of one or more selected points (I think the button 'select points on' is the right tool for this) using a python script (or programmable filter). Does anyone have an idea, how to do this? Thanks in advance! Fabian

Re: [Paraview] Python Macro group macros, scripts with user input, arrangement of filters and bug in trace

2011-04-21 Thread Fabian Braennstroem
Hello, if someone is interested, I attached a few simple python scripts mainly for openfoam... obviously, I would be happy, if you have some hints for enhancements :-) Best Regards! Fabian On 04/14/2011 09:11 PM, Fabian Braennstroem wrote: Hello, I am using quite a few python macros for

Re: [Paraview] openfoam reader for decomposed case

2011-04-21 Thread Fabian Braennstroem
: Jacques Papper Subject: Re: [Paraview] openfoam reader for decomposed case Date: Thu, 21 Apr 2011 10:52:51 +0100 This would indeed be a neet addition. I don't believe there is a way of doing that at the moment though. J. 2011/4/20 Fabian Braennstroem Hi, I am frequently using the ope

Re: [Paraview] delete all applied filters from pipeline

2011-04-20 Thread Fabian Braennstroem
Thank's a lot, Pat! On 04/20/2011 04:29 PM, pat marion wrote: delete all filters without deleting the readers/sources: for f in GetSources().values(): if f.GetProperty("Input") is not None: Delete(f) Pat On Wed, Apr 20, 2011 at 9:49 AM, Fabian Braennstroem mai

Re: [Paraview] Python Macro group macros, scripts with user input, arrangement of filters and bug in trace

2011-04-20 Thread Fabian Braennstroem
Hi David, thanks for the reply! On 04/20/2011 03:34 PM, David E DeMarle wrote: On Wed, Apr 20, 2011 at 5:24 AM, Fabian Braennstroem wrote: Hello, ... as no one replies I assume, that this is not possible. With open source code, all things are possible, but some things take longer to

[Paraview] openfoam reader for decomposed case

2011-04-20 Thread Fabian Braennstroem
Hi, I am frequently using the openfoam reader for a decomposed case. Is there a way to set the time before one needs to load the first "zero" time step? Using a reconstructed case type, it is possible to set the wanted time step. Thanks in advance! Fabian _

[Paraview] delete all applied filters from pipeline

2011-04-20 Thread Fabian Braennstroem
Hello, I am looking for a way to remove all applied filters from the pipeline except the loaded data (e.g. ensight or openfoam). If one know, the filter before, I can do it like this: Slice1 = FindSource("Slice1") DataRepresentation3 = GetDisplayProperties(Slice1) Slice2 = FindSource("Slice2"

Re: [Paraview] create python state file with python macro

2011-04-20 Thread Fabian Braennstroem
ivalent to File->SaveState and LoadState respectively. David E DeMarle Kitware, Inc. R&D Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 On Wed, Apr 20, 2011 at 5:50 AM, Fabian Braennstroem wrote: Hello, does anyone know, if it is possible to save the current

[Paraview] create python state file with python macro

2011-04-20 Thread Fabian Braennstroem
Hello, does anyone know, if it is possible to save the current state as a python state-file using a python-macro? Thanks for the help! Fabian ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensour

Re: [Paraview] Python Macro group macros, scripts with user input, arrangement of filters and bug in trace

2011-04-20 Thread Fabian Braennstroem
Hello, ... as no one replies I assume, that this is not possible. Fabian On 04/14/2011 09:11 PM, Fabian Braennstroem wrote: Hello, I am using quite a few python macros for my daily work. Mostly this works quite nice! Unfortunately I do not find a way, how to arrange some to certain groups

[Paraview] Python Macro group macros, scripts with user input, arrangement of filters and bug in trace

2011-04-14 Thread Fabian Braennstroem
Hello, I am using quite a few python macros for my daily work. Mostly this works quite nice! Unfortunately I do not find a way, how to arrange some to certain groups. E.g. I would like to group macros for setting certain views and other to a group, where special filters are adjusted. Is it so

[Paraview] 3.10 64bit linux surface vector crash

2011-03-10 Thread Fabian Braennstroem
Hi, I would like to mention, that the above version crashs for OpenFOAM data, when using surface vector filters on a slice while tracing. Best Regards! Fabian ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kit

Re: [Paraview] Multiblock Dataset: Extract Block in Python

2011-03-06 Thread Fabian Braennstroem
Hi, I wonder, if this works now in the current 3.10 release!? Best Regards! Fabian On 01/19/2010 10:25 PM, bastil2...@yahoo.de wrote: Thanks Utkarsh, Berk: I found a similar posting: http://www.mail-archive.com/paraview@paraview.org/msg02936.html. Is there o bug for it so far? My current wo

Re: [Paraview] Paraview lighting Vs Command line

2011-02-15 Thread Fabian Braennstroem
Hi, I am not able to help and it might be off-topic (it is just related to python tracing), but would like to add, that the camera position is not correctly tracked when using the tracing option... Regards! Fabian On 02/15/2011 10:34 AM, Hussein Ezzat wrote: Hi All, I am using Paraview 3.

Re: [Paraview] 3.10RC1 64bit on Ubuntu

2011-02-07 Thread Fabian Braennstroem
11 at 8:15 AM, Fabian Braennstroem mailto:f.braennstr...@gmx.de>> wrote: Hi, quite nice release! I would like to report some issues on my machine... - there is the cgns reader missing (if I understood it correct from the release notes, there should be one) - for OpenF

Re: [Paraview] 3.10RC1 64bit on Ubuntu

2011-02-06 Thread Fabian Braennstroem
r used with python state files? Pat On Sat, Feb 5, 2011 at 8:15 AM, Fabian Braennstroem mailto:f.braennstr...@gmx.de>> wrote: Hi, quite nice release! I would like to report some issues on my machine... - there is the cgns reader missing (if I understood it correct f

[Paraview] 3.10RC1 64bit on Ubuntu

2011-02-05 Thread Fabian Braennstroem
Hi, quite nice release! I would like to report some issues on my machine... - there is the cgns reader missing (if I understood it correct from the release notes, there should be one) - for OpenFOAM file formats one often has just a '.foam' file in the case directory without a prefix... this

Re: [Paraview] Paraview Python Script with PVFWrap

2011-01-26 Thread Fabian Braennstroem
geometry display instead of an unstructured grid display. The geometry display lacks the volume rendering properties. Pat On Tue, Jan 25, 2011 at 2:33 PM, Fabian Braennstroem mailto:f.braennstr...@gmx.de>> wrote: Hi to you both, I just checked it with 3.8.1... a new trace_stat

Re: [Paraview] Paraview Python Script with PVFWrap

2011-01-25 Thread Fabian Braennstroem
proxy. Previously all helper proxy properties were listed at the very end of the trace, and that was incorrect. On Mon, Jan 24, 2011 at 2:39 PM, Fabian Braennstroem mailto:f.braennstr...@gmx.de> <mailto:f.braennstr...@gmx.de <ma

Re: [Paraview] Paraview Python Script with PVFWrap

2011-01-24 Thread Fabian Braennstroem
ce then as well. Or did you mean something else? David E DeMarle Kitware, Inc. R&D Engineer 28 Corporate Drive Clifton Park, NY 12065-8662 Phone: 518-371-3971 x109 On Mon, Jan 24, 2011 at 2:02 PM, Fabian Braennstroem wrote: Hi, I just found this page and wonder, if this will be a ne

[Paraview] Paraview Python Script with PVFWrap

2011-01-24 Thread Fabian Braennstroem
Hi, I just found this page and wonder, if this will be a new approach for python scripting: http://www.paraview.org/ParaView3/index.php/Visualization_Script_Examples#Paraview_Python_Script_with_PVFWrap In addition, there are comments about the VisIt way... do you plan something like this!?

Re: [Paraview] pvbatch: Manipulate file list of loaded state file

2010-10-05 Thread Fabian Braennstroem
. I haven't tried, though, whether this feature is available from Python. Karl Fabian Braennstroem wrote, On 10/04/10 17:15: Hello Karl, I wonder, if you had success with your approach!? Actually, I would like to do similar with these lines: from paraview.simple i

Re: [Paraview] pvbatch: Manipulate file list of loaded state file

2010-10-04 Thread Fabian Braennstroem
Hello Karl, I wonder, if you had success with your approach!? Actually, I would like to do similar with these lines: from paraview.simple import * servermanager.LoadState("/home/gcae504/Dissertation/3D_Nielsen/OpenFoam/01_SAS_SSTF_URANS/01__56T_SST/STREAM_SLICE0.pvsm") SetActiveView(GetRenderV

[Paraview] add buttons with custom filter and assign key binding

2010-09-28 Thread Fabian Braennstroem
Hi, I have some questions to the gui handling :-) Is there an option to add custom filters as buttons in the menu bar? And is it possible to place custom filter into the 'common' subdirectory? Are there plans for the future to allow some keybinding settings for the user? Best! Fabian

Re: [Paraview] pvserver client does not know PATH

2010-09-27 Thread Fabian Braennstroem
Thank you! Fabian On 09/27/2010 03:17 PM, Utkarsh Ayachit wrote: You must have picked startup type as "Command" when you configured the server in the GUI. Delete that server and add a new one, picking "Startup Type:" as Manual. Utkarsh On Sun, Sep 26, 2010 at 8:27 AM,

[Paraview] pvserver client does not know PATH

2010-09-26 Thread Fabian Braennstroem
Hello, I try to use pvserver from a compiled 3.8.0 version. Trying to access this with the client just pointing to localhost and port (this correspond to the server) I get the message, that the PATH and permissions are not correct: IBusInputContext::createInputContext: no connection to

Re: [Paraview] pvpython in background

2010-09-23 Thread Fabian Braennstroem
2010 at 11:45 AM, Fabian Braennstroem wrote: Hi, I am using pvpython for some python scripts to visualise CFD data. Unfortunately, I could not figure out, how to prevent windows popping up during the run. I assume that there is some simple way to tell paraview not to show the window!? Does a

[Paraview] pvpython in background

2010-09-23 Thread Fabian Braennstroem
Hi, I am using pvpython for some python scripts to visualise CFD data. Unfortunately, I could not figure out, how to prevent windows popping up during the run. I assume that there is some simple way to tell paraview not to show the window!? Does anyone can give me a hint? Thanks! Fabian _

Re: [Paraview] CGNS reader

2010-09-17 Thread Fabian Braennstroem
Hi, I am not able to help... but would like to see a cgns reader directly in paraview as well. I think it can work with visit-combination!? Regards! Fabian On 09/17/2010 03:16 PM, Fred Fred wrote: Hello, is there any news regarding a CGNS reader? What is the situation now, I mean how to read

Re: [Paraview] extract cell volume with python

2010-06-01 Thread Fabian Braennstroem
. The Mesh Quality filter can be used to get the volume of tet and hex cells. Andy On Sun, May 30, 2010 at 5:49 AM, Fabian Braennstroem mailto:f.braennstr...@gmx.de>> wrote: Hello, sorry, but did I miss anything simple... Would be nice, to get some hints! Regards! Fabian

Re: [Paraview] extract cell volume with python

2010-05-30 Thread Fabian Braennstroem
Hello, sorry, but did I miss anything simple... Would be nice, to get some hints! Regards! Fabian On 05/13/2010 02:05 PM, Fabian Braennstroem wrote: Hi, I would like to extract the cell volume and gradients using python programmable filter. Does anyone have a hint, how to do this

[Paraview] extract cell volume with python

2010-05-13 Thread Fabian Braennstroem
Hi, I would like to extract the cell volume and gradients using python programmable filter. Does anyone have a hint, how to do this? Best Regards! Fabian ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.

[Paraview] OpenFOAM reader missing in 3.8

2010-04-15 Thread Fabian Braennstroem
Hi, I just took a look at the 3.8rc1 version for linux 64bit. Unfortunately, I am missing the 'fast' openfoam reader. Is this a 'bug' or do I need to compile the source to get this!? Best Regards! Fabian ___ Powered by www.kitware.com Visit other K

Re: [Paraview] povray exporter

2010-02-25 Thread Fabian Braennstroem
Thu, Feb 25, 2010 at 9:04 PM, Fabian Braennstroem wrote: Hi, me again :-) Does no one have any hint? Thanks and Regards! Fabian On 02/21/2010 11:16 AM, Fabian Braennstroem wrote: Hello, I just tested the povray exporter for glyphs. It seems, that the exporter does not include the colo

Re: [Paraview] povray exporter

2010-02-25 Thread Fabian Braennstroem
Hi, me again :-) Does no one have any hint? Thanks and Regards! Fabian On 02/21/2010 11:16 AM, Fabian Braennstroem wrote: Hello, I just tested the povray exporter for glyphs. It seems, that the exporter does not include the coloring depending on the variable!? Maybe, I am missing some option

[Paraview] povray exporter

2010-02-21 Thread Fabian Braennstroem
Hello, I just tested the povray exporter for glyphs. It seems, that the exporter does not include the coloring depending on the variable!? Maybe, I am missing some option during the export... Would be nice, if you have a hint, how to export to povray using paraview! Thanks in advance! Fabian _

Re: [Paraview] Surface streamlines are slow

2009-03-23 Thread Fabian Braennstroem
Hi Bastil, I am not able to help, but would you post the wiki link? Thanks! Fabian bastil2...@yahoo.de wrote: Hi group, I tried creating some surface streamlines as described in the wiki. Process seemed to work but was extremly slow for me so I could not wait it. I have large CFD models import