[Paraview] Slicing or clipping the global sphere

2011-10-11 Thread Lester Anderson
Hello, I would like to be able to clip or slice the Earth sphere by specifying say a longitude (e.g 135) or latitude (e.g. -40) but cannot see an easy option. The slice/clip parameters go from 0 to 1 or -1, so what conversion can one use to get a longitude/latitude etc. I know that the slice

Re: [Paraview] Slicing or clipping the global sphere

2011-10-11 Thread Paul Edwards
If longitude and latitude are scalar values on your dataset you could use contour for slicing and threshold for clipping. Regards, Paul On 11 October 2011 12:54, Lester Anderson lester_anderson1...@hotmail.comwrote: Hello, I would like to be able to clip or slice the Earth sphere by

Re: [Paraview] ANN: ParaView 3.12.0 RC-2 available for download

2011-10-11 Thread Orion Poplawski
On 09/29/2011 01:39 PM, David Partyka wrote: The ParaView team is pleased to announce the availability of the ParaView 3.12.0 Release Candidate 2 binaries for download on the ParaView I'm trying to update the Fedora package and I'm running into the vtk python bindings wanting to be installed

[Paraview] How to pass VTK_PYTHON_SETUP_ARGS to vtk build in paraview

2011-10-11 Thread Orion Poplawski
I need to have the paraview build pass the VTK_PYTHON_SETUP_ARGS variable to the vtk build. Can this be done? -- Orion Poplawski Technical Manager 303-415-9701 x222 NWRA/CoRA DivisionFAX: 303-415-9702 3380 Mitchell Lane

Re: [Paraview] ANN: ParaView 3.12.0 RC-2 available for download

2011-10-11 Thread David Partyka
Thats weird, that location is usually where they install on Windows. Will take a look. On Tue, Oct 11, 2011 at 12:46 PM, Orion Poplawski or...@cora.nwra.comwrote: On 09/29/2011 01:39 PM, David Partyka wrote: The ParaView team is pleased to announce the availability of the ParaView 3.12.0

[Paraview] What data type to set to show 2D Plot (Line Chart)

2011-10-11 Thread Michael Jackson
I have a custom reader for ParaView that has multiple output ports. On 2 of those ports are vtkTable data types. This all works just fine and reads ok. The issue is when I open the data file in ParaView I get 2 different views each with a Spreadsheet. Is there any way to tell ParaView that

Re: [Paraview] ANN: ParaView 3.12.0 RC-2 available for download

2011-10-11 Thread Michael Jackson
Which git branch should we be cloning from in order to get this release? ___ Mike JacksonPrincipal Software Engineer BlueQuartz SoftwareDayton, Ohio mike.jack...@bluequartz.net

Re: [Paraview] ANN: ParaView 3.12.0 RC-2 available for download

2011-10-11 Thread David Partyka
Master, git checkout 'v3.12.0-RC2' On Tue, Oct 11, 2011 at 2:17 PM, Michael Jackson mike.jack...@bluequartz.net wrote: Which git branch should we be cloning from in order to get this release? ___ Mike Jackson

Re: [Paraview] What data type to set to show 2D Plot (Line Chart)

2011-10-11 Thread Eric E. Monson
I don't know about readers, but some of the filters have a section of their XML that specifies a Chart view preference: Hints !-- View can be used to specify the preferred view for the proxy -- View type=XYChartView / Plotable / /Hints -Eric · · · · · · · · ·

[Paraview] Replacement for vtkSMProxy.h

2011-10-11 Thread Michael Jackson
I am updating my plugins to compile with ParaView 3.12 and I get an error that says that vtkSMProxy.h is not found any more. What is the replacement mechanism? And where is a good place to start reading about how to port my code. Thanks

Re: [Paraview] What data type to set to show 2D Plot (Line Chart)

2011-10-11 Thread Michael Jackson
Thanks. I give that a try and see what happens. -- Mike Jackson www.bluequartz.net On Oct 11, 2011, at 3:00 PM, Eric E. Monson wrote: I don't know about readers, but some of the filters have a section of their XML that specifies a Chart view preference: Hints !-- View can be

Re: [Paraview] Replacement for vtkSMProxy.h

2011-10-11 Thread Sebastien Jourdain
Hi Mike, Normally, few things need to be changed. Maybe due to the restructuration of the code, some of the CMake variables have changed as well as the library names. A quick look into the CMakeLists.txt of the plugins from paraview should fix most of it. XML wise, it's a different story, but

Re: [Paraview] Replacement for vtkSMProxy.h

2011-10-11 Thread Michael Jackson
Thanks for the heads up. I needed to add some additional include paths to my plugins. -- Mike Jackson www.bluequartz.net On Oct 11, 2011, at 8:50 PM, Sebastien Jourdain wrote: Hi Mike, Normally, few things need to be changed. Maybe due to the restructuration of the code, some of the CMake