[Paraview] Problem with editing mesh/model | Could You help me please ?

2011-03-21 Thread Agata Krasoń
Hi ParaView Users ;) I have problem with editing mesh/models. I have a model/mesh (skelleton of vasculature ) .vtk. I want to join some separated parts of this model by using mouse in 3D layout . Is it possible in ParaView ? What can I do it ? Could someone give me some advice please ? I

Re: [Paraview] Tecplot binary reader failure /limitations (3.10.0)

2011-03-21 Thread Richard GRENON
Hi Chris. I succeeded in reading binary tecplot files, one written by a very old Tecplot version and one written by Tecplot 360 2010. These files are 3D surface structured grids. What kind of tecplot file are you trying to read ? -- Richard GRENON ONERA Departement d'Aerodynamique Appliquee

Re: [Paraview] Tecplot binary reader failure /limitations (3.10.0)

2011-03-21 Thread Richard GRENON
Hi Chris. It's me again: your error message Unable to find any meshes sounds like the error message I had when trying to read CGNS files. Dave Partyka has discovered an error and has re-packaged the binaries, and now it works on Linux. However, this error still appears with the Windows

Re: [Paraview] extract location of minimum

2011-03-21 Thread Eelco van Vliet
Just to answer my own questions. Indeed it is possible to skip ProgrammableFilter if you are programming in pvbatch. The data can be accessed in the following way (which was my question). Below is much more efficient, because there is no need for writing data to file. Well, hopefully this

Re: [Paraview] Applying filters in sample app

2011-03-21 Thread Reuter, Michael A.
Hi Utkarsh, Thanks for the response. It would be greatly appreciated if you have the time to provide some code for setting up the implicit plane. I have continued to try and diagnose things myself without much luck. Thanks, M On 3/18/11 10:49 AM, Utkarsh Ayachit utkarsh.ayac...@kitware.com

[Paraview] PlotOverLine too verbose in 3.10

2011-03-21 Thread Randy Heiland
Hello, I'm confused with the output of the PlotOverLine filter in PV 3.10 (vs. what I used to see in 3.8). Basically, I seem to get extra/unwanted results plotted in 3.10 and wondering why that is and how I can make it do what I want :) Hopefully, the screen captures explanation at the

Re: [Paraview] PlotOverLine too verbose in 3.10

2011-03-21 Thread Andy Bauer
You can go to the Display tab to choose which variables to plot. I'm not sure about the error message as I wasn't able to reproduce that although I didn't really try :) Andy On Mon, Mar 21, 2011 at 12:05 PM, Randy Heiland heil...@indiana.edu wrote: Hello, I'm confused with the output of the

Re: [Paraview] PlotOverLine too verbose in 3.10

2011-03-21 Thread Randy Heiland
Thanks for the reply Andy. Actually, when I click on the plot window, then click the Display tab in the Object Inspector, TE was the only variable checked (but all variables were being plotted). However, when I check an additional variable and then un-check it, I get the desired plot - only

Re: [Paraview] PlotOverLine too verbose in 3.10

2011-03-21 Thread Robert Maynard
Hi Randy, Could you create a bug on www.paraview.org/Bug about the display tab being incorrect? On Mon, Mar 21, 2011 at 2:09 PM, Randy Heiland heil...@indiana.edu wrote: Thanks for the reply Andy.  Actually, when I click on the plot window, then click the Display tab in the Object Inspector,

Re: [Paraview] loading nc formatted data

2011-03-21 Thread Simon Su
Hi Ken, Thank you for explaining. The reader that is being used is vtkNetCDFCFReader. It is defined in ParaView/Servers/ServerManager/Resources/readers.xml, although it is not obvious. Can you (or Andy) point me to documentation more documentation beside

[Paraview] Updating an Information Only Property

2011-03-21 Thread Brian Panneton
I currently have a custom panel with two QComboBoxes. Box2 depends on the selection of Box1. I have implemented a SLOT for the currentIndexChanged event on Box1. I am stuck trying to get the StringVectorProperty (information_only) for Box2 to call its command and update itself. Is there any

Re: [Paraview] Updating an Information Only Property

2011-03-21 Thread Sebastien Jourdain
Hi Brian, on the proxy itself, you can call either of the two methods UpdatePropertyInformation() / UpdatePropertyInformation(vtkSMProperty*) Seb On Mon, Mar 21, 2011 at 3:38 PM, Brian Panneton brian.panne...@gmail.com wrote: I currently have a custom panel with two QComboBoxes. Box2 depends

[Paraview] GuiView plugin failed with error?

2011-03-21 Thread Alexis Chan
Hi I got the following error when loading the GuiView plugin: Warning: In ..\..\..\ParaView\Servers\ServerManager\vtkSMProxyManager.cxx, line 294 vtkSMProxyManager (03B9DA50): Creation of new proxy vtkSMClientDeliveryRepresentationProxy failed (representations, MyDisplay). Any idea how to fix

Re: [Paraview] loading nc formatted data

2011-03-21 Thread Moreland, Kenneth
It looks like the documentation for a reader plugin is slightly messed up. I'll leave it to Andy (or anyone who is not me) to fix. The example in the ParaView source does not list a file in SERVER_MANAGER_SOURCES because it uses a source (vtkPNGReader.cxx) that is already compiled as part of