Re: [Paraview] paraview python scripting equivalent of File->save Data of contour

2015-11-14 Thread Enrique Lizarraga-Garcia
Hi Cory, Thank you so much! It works after specifying the fill path. Best regards, Enrique On Nov 12, 2015, at 8:31 PM, Cory Quammen wrote: > Hi Enrique, > > It looks like the writer is attempting to write to / and doesn't have > permission to do so. Try specifying

Re: [Paraview] paraview python scripting equivalent of File->save Data of contour

2015-11-12 Thread Cory Quammen
Hi Enrique, It looks like the writer is attempting to write to / and doesn't have permission to do so. Try specifying the full path in the 'name' variable. HTH, Cory On Thu, Nov 12, 2015 at 6:02 PM, Enrique Lizarraga-Garcia < enriliz...@gmail.com> wrote: > Hi all, > > I would like to automate

[Paraview] paraview python scripting equivalent of File->save Data of contour

2015-11-12 Thread Enrique Lizarraga-Garcia
Hi all, I would like to automate exporting csv files from countour of vtk files. I am tracing the steps in paraview, but it somehow misses the last part, saving/exporting as csv. When I do it manually, it saves n csv files, where n is the number of blocks I have in my simulation. I have

[Paraview] ParaView python scripting - capture from ParaView GUI

2014-04-03 Thread Su, Simon M CTR USAF (US)
Hello there, I am trying to cook up a batch file for the visualization pipeline that I am doing on ParaView GUI so that I can run that same sequence in batch mode and in parallel using pvbatch. I can get most of the python script using the Tool-Start Trace option on ParaView GUI. However,

Re: [Paraview] ParaView python scripting - capture from ParaView GUI

2014-04-03 Thread Aashish Chaudhary
I believe, the trace does not capture the inputs and the outputs. What you can do instead, is take the output of trace, add code to it for input and output and run using pvpython. On Thu, Apr 3, 2014 at 11:56 AM, Su, Simon M CTR USAF (US) simon.m.su@mail.mil wrote: Hello there, I am

Re: [Paraview] ParaView python scripting - capture from ParaView GUI

2014-04-03 Thread David E DeMarle
-- start python script -- try: paraview.simple except: from paraview.simple import * paraview.simple._DisableFirstRenderCameraReset() Cone1 = Cone() RenderView1 = GetRenderView() DataRepresentation1 = Show() DataRepresentation1.ScaleFactor = 0.1

Re: [Paraview] ParaView python scripting - capture from ParaView GUI

2014-04-03 Thread Su, Simon M CTR USAF (US)
, 2014 12:42 PM To: Su, Simon M CTR USAF (US) Cc: paraview@paraview.org Subject: Re: [Paraview] ParaView python scripting - capture from ParaView GUI -- start python script -- try: paraview.simple except: from paraview.simple import * paraview.simple

Re: [Paraview] ParaView python scripting - capture from ParaView GUI

2014-04-03 Thread David E DeMarle
-- *From:* David E DeMarle [dave.dema...@kitware.com] *Sent:* Thursday, April 03, 2014 12:42 PM *To:* Su, Simon M CTR USAF (US) *Cc:* paraview@paraview.org *Subject:* Re: [Paraview] ParaView python scripting - capture from ParaView GUI -- start python script

Re: [Paraview] Paraview Python scripting

2011-11-03 Thread pat marion
:* Adriano Gagliardi [mailto:agaglia...@ara.co.uk] *Envoyé :* 1 novembre 2011 10:07 *À :* 'David Dupuis'; 'Utkarsh Ayachit' *Cc :* paraview@paraview.org *Objet :* RE: [Paraview] Paraview Python scripting What does sta.py do that it needs to open the GUI? Do you mean an X11 window

[Paraview] Paraview Python scripting

2011-11-01 Thread David Dupuis
Hello, I’m manipulating different dataset and for each of them I have a different setup (pipeline). I saved the state as a python file and plan to re-use the python state file to re-open the whole pipeline for each dataset. It seems that only *.psvm files can be loaded via “File - Load state”

Re: [Paraview] Paraview Python scripting

2011-11-01 Thread Utkarsh Ayachit
Have you tried using the pvpython executable? It's sets up the environment correctly for you. Alternatively, from the GUI, you can open the Python Shell and and then use the Load Script button to load the script. Utkarsh On Tue, Nov 1, 2011 at 9:28 AM, David Dupuis david.dup...@cadensimaging.com

Re: [Paraview] Paraview Python scripting

2011-11-01 Thread Adriano Gagliardi
Url: www.ara.co.uk _ From: paraview-boun...@paraview.org [mailto:paraview-boun...@paraview.org] On Behalf Of David Dupuis Sent: 01 November 2011 14:00 To: Utkarsh Ayachit Cc: paraview@paraview.org Subject: Re: [Paraview] Paraview Python scripting Hello Utkarsh, The Python Shell

Re: [Paraview] Paraview Python scripting

2011-11-01 Thread David Dupuis
:* paraview@paraview.org *Objet :* RE: [Paraview] Paraview Python scripting What does sta.py do that it needs to open the GUI? Do you mean an X11 window? === Adriano Gagliardi MEng PhD Business Sector Leader Computational Aerodynamics Aircraft Research

Re: [Paraview] Paraview Python scripting

2011-11-01 Thread Utkarsh Ayachit
' *Cc :* paraview@paraview.org *Objet :* RE: [Paraview] Paraview Python scripting What does sta.py do that it needs to open the GUI? Do you mean an X11 window? === Adriano Gagliardi MEng PhD Business Sector Leader Computational Aerodynamics Aircraft

Re: [Paraview] Paraview Python scripting

2011-11-01 Thread pat marion
:* RE: [Paraview] Paraview Python scripting What does sta.py do that it needs to open the GUI? Do you mean an X11 window? === Adriano Gagliardi MEng PhD Business Sector Leader Computational Aerodynamics Aircraft Research Association Ltd. Manton Lane

Re: [Paraview] Paraview Python scripting

2011-11-01 Thread Cheng Zhang
in the Python State file. *De :* Adriano Gagliardi [mailto:agaglia...@ara.co.uk] *Envoyé :* 1 novembre 2011 10:07 *À :* 'David Dupuis'; 'Utkarsh Ayachit' *Cc :* paraview@paraview.org *Objet :* RE: [Paraview] Paraview Python scripting What does sta.py do that it needs to open the GUI? Do you mean