Re: [Paraview] selecting a cell at a point

2015-04-28 Thread Utkarsh Ayachit
There's no such thing as a dumb question :): See this: http://www.paraview.org/Bug/view.php?id=14526 The current workaround is to use the filter Extract Location to extract the cell at a specific location. Utkarsh On Mon, Apr 27, 2015 at 8:27 PM, Scott, W Alan wasc...@sandia.gov wrote: I have

Re: [Paraview] [EXTERNAL] Beginner's question: new data set with same filters. How?

2015-04-28 Thread Scott, W Alan
File/ Save State. File/ Load State. Alan From: ParaView [mailto:paraview-boun...@paraview.org] On Behalf Of Stub via ParaView Sent: Tuesday, April 28, 2015 7:26 PM To: Paraview Subject: [EXTERNAL] [Paraview] Beginner's question: new data set with same filters. How? Hi, After going through

[Paraview] Beginner's question: new data set with same filters. How?

2015-04-28 Thread Stub via ParaView
Hi, After going through the tutorial, I am puzzled how to achieve the following: I have software that creates data, which I can visualize nicely with paraview.Different input parameters to the software create different data. Each time I want to view another dataset, I open paraview, load the

Re: [Paraview] Beginner's question: new data set with same filters. How?

2015-04-28 Thread Jesse Samluk
Rob, Did you try saving a “state file”? What that is is basically it saves your current parameters/filters which you load after opening Paraview so that you don’t have to recreate them again. The way I do it is load my state file first, then my data. Works every time. Should be under

Re: [Paraview] Beginner's question: new data set with same filters. How?

2015-04-28 Thread Stub via ParaView
Thank you all for the very quick and helpful response!R. On Wednesday, April 29, 2015 10:47 AM, Cory Quammen cory.quam...@kitware.com wrote: Rob, There are two ways to do this: 1). Once your pipeline is set up, you can right-click on the input object in the Pipeline Browers and

Re: [Paraview] Beginner's question: new data set with same filters. How?

2015-04-28 Thread Samuel Key
Rob, Based on what you have said, "FileSave State" should save your pipe line display. Then use "FileLoad State" and it will give you a chance change to files after which it will re-construct the original display using the new datum set(s). Sam

Re: [Paraview] Beginner's question: new data set with same filters. How?

2015-04-28 Thread Cory Quammen
Rob, There are two ways to do this: 1). Once your pipeline is set up, you can right-click on the input object in the Pipeline Browers and choose Change Input... If you have loaded a new data set, you can change the input to this new one. 2). As others have said, you can save a ParaView state

Re: [Paraview] [EXTERNAL] Idiot's Guide to Programmable Filter

2015-04-28 Thread Scott, W Alan
Dennis, The Python/ Programmable filter is a black box to me (i.e., I won't be much additional help). However, the place i would start would be the new, super-duper ParaView Guide. Kitware - and especially Utkarsh - have done a great job on it. Rather than giving the link, here is how to

[Paraview] Idiot's Guide to Programmable Filter

2015-04-28 Thread Dennis Conklin
All, I'm a little confused by what objects are inside a programmable filter.I have a multi-block EXODUS dataset.When I read this in it is a Exodus2Reader object (sp?) and I can access the blocks, pointdata, celldata, etc in a python script. Once I get inside the Programmable filter,

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