Re: [Paraview] Find points within radius

2016-06-24 Thread Bertrand Gazanion
sure if it is vtk responsibility to find out how to deal with those case but I find the solution interesting. Thank you! From: Moreland, Kenneth [mailto:kmo...@sandia.gov] Sent: Thursday, June 23, 2016 5:11 PM To: Bertrand Gazanion; paraview@paraview.org Subject: Re: [Paraview] Find po

[Paraview] Find points within radius

2016-06-23 Thread Bertrand Gazanion
On behalf of a colleague of mine working with ParaView 4.3.1 Hello, I am using an algorithm doing calculation on points and their neighbours and I find the results of those points locators to be strange. To test it I made a simple algorithm counting how many neighbours each point has. When I

Re: [Paraview] Find points within radius

2016-06-23 Thread Bertrand Gazanion
Forgot the pictures... Sorry for the spam. Bertrand De : Bertrand Gazanion [mailto:b.gazan...@gantha.com] Envoyé : jeudi 23 juin 2016 16:11 À : 'paraview@paraview.org' Objet : Find points within radius On behalf of a colleague of mine working with ParaView 4.3.1 Hello, I am using

[Paraview] Delete data and free memory with the python shell

2015-06-03 Thread Bertrand Gazanion
Dear all, I have problems understanding how to delete data from paraview using the python shell. The method I am using is the following : #-- delete everything but the sources for f in GetSources().values(): print f if f.GetProperty(Input) is not None: