[Paraview] Calculator and Python

2009-12-11 Thread Dominic Jennewein
Hello, I'm trying to programm the Calculator with the help of Python to automate the pipeline. Isn't it possible to see the changes in the GUI? I tried it like this: calc=Calculator() calc.Function='Normals.U' #Pointproduct of two Vectors U and Normals calc.ResultArrayName='newResult' calc.Replac

Re: [Paraview] Plot Selection Over Time: Result of Integrate Variables

2009-12-10 Thread Dominic Jennewein
; arrays, you should created a point-selection, while to plot cell-based > arrays, you should create a cell-selection. > > Utkarsh > > On Fri, Dec 4, 2009 at 3:42 AM, Dominic Jennewein > wrote: > > Hello, > > > > I'd like to plot the result of the "Integr

[Paraview] Plot Selection Over Time: Result of Integrate Variables

2009-12-04 Thread Dominic Jennewein
Hello, I'd like to plot the result of the "Integrate Variables" Filter over the Time. Isn't that possible? In this case, I'm calculating the massflow m' by slicing a pipe, extracting a surface, generating surface normals, calculate with the calculator (Result=(NormalsX*Ux+NormalsY*Uy+NormalsZ*Uz)

Re: [Paraview] Apply Clip Filter using Python

2009-11-20 Thread Dominic Jennewein
Project Scientist > Computational Aerodynamics > Aircraft Research Association Ltd. > Manton Lane > Bedford > > Tel: 01234 32 4644 > E-mail: agaglia...@ara.co.uk > Url: www.ara.co.uk > > > -- > *From:* Dominic Jennewein [mailto:dominic

Re: [Paraview] Apply Clip Filter using Python

2009-11-20 Thread Dominic Jennewein
gt; Url: www.ara.co.uk > > > ---------- > *From:* paraview-boun...@paraview.org [mailto: > paraview-boun...@paraview.org] *On Behalf Of *Dominic Jennewein > *Sent:* 20 November 2009 16:14 > *To:* paraview@paraview.org > *Subject:* [Paraview] Apply Clip Fi

[Paraview] Apply Clip Filter using Python

2009-11-20 Thread Dominic Jennewein
indow, which I don't want. And also >>> clip01.UpdatePipeline() doesn't work. There was a nearly similar question on this mailinglist, but it doesn't help me, I'm sorry: http://markmail.org/thread/54kjzlk4i5d6sprh Thank you for your work on ParaView! :-) Dominic