I'm not sure how to succinctly describe what is going on, but I will give it a try. The table to points is creating a data set with a single "cell" containing all of the points. This is a little bit weird thing to do since filters like threshold will treat all the points as a single cell, which is why you are seeing this behavior.
The easiest way to break each point into its own cell is to use the Glyph filter. Add the Glyph filter and set Glyph Type to "2D Glyph". A second combo box below that also labeled Glyph Type will appear. Set that one to "Vertex". Once you apply the filter, the data will look the same, but when you run threshold you should get the behavior you expect. -Ken From: ParaView <[email protected]<mailto:[email protected]>> on behalf of Ethan Hereth <[email protected]<mailto:[email protected]>> Date: Monday, March 21, 2016 at 8:48 AM To: ParaView <[email protected]<mailto:[email protected]>> Subject: [EXTERNAL] [Paraview] Threshold not working on points created from csv file Good morning all, I have a small problem, I've imported a csv file with xyz data and converted it to points with the tabletopoints filter. The points show up just fine but I am unable to threshold the data... If I attempt to create a threshold that uses a valid range all data/points disappear. Am I doing something wrong or is this a bug? Thanks in advance for you help,
_______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the ParaView Wiki at: http://paraview.org/Wiki/ParaView Search the list archives at: http://markmail.org/search/?q=ParaView Follow this link to subscribe/unsubscribe: http://public.kitware.com/mailman/listinfo/paraview
