[Paraview] Zoom box

2008-10-10 Thread Edwards, Paul
Hi, I've attached a patch to add a zoom box camera manipulator for ParaView (I didn't know how to put the two new files into the patch file so I've attached them separately). This lets the user drag to select a box to zoom in to. At the moment it doesn't display the box on the screen as the m

Re: [Paraview] Zoom box

2008-10-10 Thread Edwards, Paul
You have permission to put this (with any bug fixes/improvements) in ParaView. Regards, Paul -Original Message- From: Berk Geveci [mailto:[EMAIL PROTECTED] Sent: 10 October 2008 13:47 To: Edwards, Paul Cc: paraview@paraview.org Subject: Re: [Paraview] Zoom box Hey Paul, We'll take a l

Re: [Paraview] Zoom box

2008-10-10 Thread Berk Geveci
Hey Paul, We'll take a look at it. This is a super useful feature. Do we have your permission to put this in ParaView after we fix any issues and make improvements? -berk On Fri, Oct 10, 2008 at 7:40 AM, Edwards, Paul <[EMAIL PROTECTED]> wrote: > Hi, > > > > I've attached a patch to add a zoom

[Paraview] Annotate Time with legacy vtk series

2008-10-10 Thread Jason Hoogland
Is there a way in 3.2.1 to change the time "tag" mapped to a sequence number so that if you have a legacy vtk series (with default time sequence n=1..N), then Source > Annotate Time will display your tag rather than n? I tried View > Animation View > Timekeeper - Time with "Variable Time" and:

[Paraview] Loading raw format data into paraview

2008-10-10 Thread Lester Anderson
Hello I have managed to get the following file loaded as a raw (binary) structure, but it only reads the first variable (grav) and not the second (gradient) even though I say there are 2 scalars: 'x','y','z','grav','gradient'0,5,1,23,-201,2,1,-10,195,2,4,6,32Any ideas ? If I can figure this p

Re: [Paraview] Annotate Time with legacy vtk series

2008-10-10 Thread Moreland, Kenneth
No, that is the wrong way to go about it. Changing the timekeeper time will adjust the times sent to the reader. You will still have the mismatch ParaView will not load in all of the time steps that you want. Instead, apply the "Temporal Shift Scale" filter to your data to adjust its range to th

Re: [Paraview] Can I speed up animations if my mesh structure is constant?

2008-10-10 Thread Takuya OSHIMA
Hi Robert, I want the skipping PVGeometryFilter feature too. However there has been a discussion on this August http://www.paraview.org/pipermail/paraview/2008-August/thread.html (search for "Caching within a class, avoiding vtkGeometryFilter") concluding that there is no immediate solution yet.

[Paraview] plot over line in 2D

2008-10-10 Thread Michele Vascellari
Hello! I'm trying to extract the data from a line of my 2D dataset, using the probeline filter. The Z range of my domain is from 0 to 0. Extracting a line with z1=z2=0, the data at the ends of the line are not realistic, or rather they remain constant at the ends of the line extracted. Modifyng t

[Paraview] Saving data from slices

2008-10-10 Thread Lester Anderson
Hello A basic question. If you generate a slice through a volume, how do you then save the data for that slice as say an x,y,z delimited type file. I tried the save to csv option but the resulting file was empty apart from a header section. Thanks Lester ___

[Paraview] python scripting

2008-10-10 Thread Tomislav Maric
Hello, I'm trying to visualise ConeSource() for practice on local host, when i run this code: from paraview import servermanager as sm sm.Connect() file = "my path to filename" data = sm.sources.LegacyVTKReader(FileNames=file) view = sm.CreateRenderView() rep = sm.CreateRepresentation() view.Sti