Re: [Paraview] Regarding filtering of point data array

2016-11-08 Thread Cory Quammen
Dennis, You are absolutely right. I wasn't familiar enough with the syntax for selection on point coordinates to be confident in suggesting that, but I looked and it turns out to be (xmin < points[:,0]) & (points[:,0] < xmax) & (ymin < points[:,1]) & (points[:,1] < ymax) & (zmin < points[:,2]) &

Re: [Paraview] Regarding filtering of point data array

2016-11-08 Thread Dennis Conklin
Cory, Couldn't you isolate the points without creating cells using Find Data and a query with a few AND's? Dennis ___ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please

Re: [Paraview] Regarding filtering of point data array

2016-11-07 Thread Andrew
Hello. Possibly Threshold filter will help you. To limit points by 3 coordinates try to define 3 Threshold filters in series. 2016-04-03 18:55 GMT+03:00 Vaibhav Agrawal < vaibhav.agra...@postgrad.curtin.edu.au>: > Hi Paraview-Help, > > I am working on the DEM simulations of bubbling fluidized