[Paraview] Question - Streamlines

2016-10-13 Thread Ge Heim via ParaView
Hello everybody, I'm relatively new to ParaView and I got a -probably simple- question: I have a 3D-object including a scalar and a vector for velocity. I was already able to plot streamlines through a 2D-inlet (instead just seeding over a line). But I only want to "see" the streamlines in the

[Paraview] The "Whole Extent" in the TableToStructuredGrid filter?

2016-10-13 Thread Nan Zhang
Hi all, I have a csv file for plotting the temperature. Its columns are (x,y,z,T). This grid is an irregular mesh generated from Adaptive Mesh Refinement. I tried to plot it with Table to Structured Grid because I want do some iso volume filter afterwards. No matter how did I tried the "Whole Ext

Re: [Paraview] Customized sampling grid for Point Volume Interpolator or Gaussian re-sampling?

2016-10-13 Thread Utkarsh Ayachit
You'll need to use a two step approach. Use the "Point Volume Interpolator" generate a 3D volume from your point cloud and then use the "Resample With DataSet" with "Input" set to the "Point Volume Interpolator" and the "Source" set to your 3D geometry to resample to. Utkarsh On Tue, Oct 11, 2016

Re: [Paraview] [Paraview-developers] ParaView 5.2 Release Candidate 1 available for download

2016-10-13 Thread David Lonie
On Thu, Oct 13, 2016 at 7:18 AM, Gena Bug via ParaView < paraview@paraview.org> wrote: > On 11.10.2016 18:15, Utkarsh Ayachit wrote: > >> Folks, >> >> Among several new features, this release includes anti-aliasing >> support [1]. Currently, it's off by default. I'd encourage all testers >> and ea

Re: [Paraview] How to use the plugin Geodesic Measurement

2016-10-13 Thread Salazar De Troya, Miguel
Answering my own question: Geodesic Measurement works with a surface. Use the filter Extract Surface. It’s also necessary to have a couple of points which can be selected with Select Points and the filter Extract Selection. From: ParaView mailto:paraview-boun...@paraview.org>> on behalf of Mi

Re: [Paraview] [Paraview-developers] ParaView 5.2 Release Candidate 1 available for download

2016-10-13 Thread Gena Bug via ParaView
On 11.10.2016 18:15, Utkarsh Ayachit wrote: Folks, Among several new features, this release includes anti-aliasing support [1]. Currently, it's off by default. I'd encourage all testers and early adopters to turn it on and report any issues you notice. If we don't hear of any major obstacles, we

Re: [Paraview] [EXTERNAL] Re: ParaView 5.2 Release Candidate 1 available for download

2016-10-13 Thread Scott, W Alan
And, regarding Alpha and screenshots/ animations, there is a help ticket to expose alpha from the screenshot/ animation dialogs. https://gitlab.kitware.com/paraview/paraview/issues/14958 Alan From: ParaView mailto:paraview-boun...@paraview.org>> on behalf of Andy Bauer mailto:andy.ba...@kit

Re: [Paraview] vtkTableAlgorithm

2016-10-13 Thread Utkarsh Ayachit
That should be fine. On Tue, Oct 11, 2016 at 2:35 PM, Dean, Kevin wrote: > I am currently trying to compose a plugin that updates a 2D histogram of my > data. I was wondering if vtkTableAlgorithm is the base that I should use? > > Kevin > > This email and its contents are confidential. If you are

Re: [Paraview] ParaView 5.2 Release Candidate 1 available for download

2016-10-13 Thread Utkarsh Ayachit
> This leads to one question though: any idea why this option isn't available > under the Save Screenshot Options when saving a screenshot? Changing the > color palette can be done in the GUI under Edit->Settings->Color Palette > which gets applied to screenshots but you can change the color palett

Re: [Paraview] source name in python view

2016-10-13 Thread Utkarsh Ayachit
I am afraid no, there's no easy way. The Python view's script and the UI are working at different levels of abstraction (view being at a much lower/deeper level) and hence the difficultly. Utkarsh On Wed, Oct 12, 2016 at 9:15 AM, Felipe Bordeu wrote: > I use python view to plot some data allons

Re: [Paraview] source name in python view

2016-10-13 Thread Felipe Bordeu
thanks for the hint but m'i unable to find a way to map the filter id to the data ID (inside the python view script ) def Render(View,figure): from paraview.simple import * names = { x[1]:x[0] for x in GetSources().keys()} print(names) for i in xrange(view.GetNumberOfVisibleDataObjects()):

Re: [Paraview] ParaView 5.2 Release Candidate 1 available for download

2016-10-13 Thread Andy Bauer
Hi Ben, I wasn't aware of the transparent background -- thanks! This leads to one question though: any idea why this option isn't available under the Save Screenshot Options when saving a screenshot? Changing the color palette can be done in the GUI under Edit->Settings->Color Palette which gets

Re: [Paraview] ParaView 5.2 Release Candidate 1 available for download

2016-10-13 Thread Gena Bug via ParaView
On 13.10.2016 15:21, Ben Boeckel wrote: On Thu, Oct 13, 2016 at 13:57:58 +0300, Gena Bug via ParaView wrote: I'm slightly confused with background color for the screenshots when trying to override palette. If I set Background to a Single color in the Properties tab (gray by default) then nothing

Re: [Paraview] ParaView 5.2 Release Candidate 1 available for download

2016-10-13 Thread Ben Boeckel
On Wed, Oct 12, 2016 at 10:42:43 -0400, Ben Boeckel wrote: > Oh, you're compiling 5.1.2 with the new superbuild; yes, that'd have the > same thing. I'll look to see if there's a way to get FONTCONFIG_PATH > default to the right place. Thanks for the hint. Looks like updating to the latest fontconf

Re: [Paraview] ParaView 5.2 Release Candidate 1 available for download

2016-10-13 Thread David Lonie
Hi Gena, I can confirm this, and it looks like there's an open bug report for the issue: https://gitlab.kitware.com/paraview/paraview/issues/15724 That should get updated when this gets addressed. In the meantime, changing the background color manually (via the "Background" options in the proper

Re: [Paraview] ParaView 5.2 Release Candidate 1 available for download

2016-10-13 Thread Ben Boeckel
On Thu, Oct 13, 2016 at 13:57:58 +0300, Gena Bug via ParaView wrote: > I'm slightly confused with background color for the screenshots when > trying to override palette. If I set Background to a Single color in the > Properties tab (gray by default) then nothing can change it -- > background wil

Re: [Paraview] ParaView 5.2 Release Candidate 1 available for download

2016-10-13 Thread Gena Bug via ParaView
Hi again! I'm slightly confused with background color for the screenshots when trying to override palette. If I set Background to a Single color in the Properties tab (gray by default) then nothing can change it -- background will always be gray on the screenshots. If I set Gradient for the B

Re: [Paraview] OSPRay rendering issue

2016-10-13 Thread David E DeMarle
Most likely you are running into this bug: https://gitlab.kitware.com/paraview/paraview/issues/16919 Try applying the generate surface normals filter and see if you get colors then. If you can, please send me a screen capture and the data if permissible to help track it down. David E DeMarle Kit

Re: [Paraview] source name in python view

2016-10-13 Thread postgurke
Hi Felipe Would GetSources(), maybe along with FindSource and SetActiveSource help you? ALL=GetSources() gives you a dictionary of all sources in your session. Cheers Venke > Felipe Bordeu hat am 12. Oktober 2016 um 15:15 > geschrieben: > > > I use python view to plot some data allons my 3D