[Paraview] Table to Points and Threshold filter

2014-01-27 Thread Fabian Nick
Hi everyone, I am new to ParaView and the following question has come up: I have a file with a certain number of points as coordinates and integers between 1 and 5 assigned to every point. I.e. each row of the file looks like x,y,int x and y being the 2D coordinates, int the integer between 1

Re: [Paraview] Table to Points and Threshold filter

2014-01-27 Thread Cory Quammen
I think Paul is right. As an alternative to creating glyphs, you can use VTK's threshold points filter, which you can expose in ParaView by loading this XML plugin: https://raw.github.com/MADAI/MADAIWorkbench/master/Plugins/ThresholdPointsFilter/ThresholdPoints.xml Best, Cory On Mon, Jan 27,

Re: [Paraview] Table to Points and Threshold filter

2014-01-27 Thread Utkarsh Ayachit
Fabian, I don't see anything wrong with what you described. Mind attaching a sample to illustrate the problem? Utkarsh On Mon, Jan 27, 2014 at 6:06 AM, Fabian Nick fabian.n...@scai.fraunhofer.de wrote: Hi everyone, I am new to ParaView and the following question has come up: I have a

Re: [Paraview] Table to Points and Threshold filter

2014-01-27 Thread Paul Edwards
I think it is because the threshold filter operates on cells (and you don't have any). You could use the glyph filter to create a vertex for each point and then it should work (e.g. select 2D Glyph and Vertex). Regards, Paul On 27 January 2014 11:06, Fabian Nick

Re: [Paraview] Table to Points and Threshold filter

2014-01-27 Thread Fabian Nick
: Fabian Nick fabian.n...@scai.fraunhofer.de, paraview paraview@paraview.org Sent: Monday, 27 January, 2014 4:45:23 PM Subject: Re: [Paraview] Table to Points and Threshold filter I think Paul is right. As an alternative to creating glyphs, you can use VTK's threshold points filter, which you