Re: [Paraview] PV4.10 extracting a surface

2017-12-21 Thread Sebastien Jourdain
Or two clip filter with scalar. On Wed, Dec 20, 2017 at 11:03 PM, Andrew wrote: > Hello. Possibly the Slice filter with "Cylinder" and "Crinkle slice" > options will produce the required result (I checked in ParaView 5.2). > > 2017-12-20 18:46 GMT+03:00 Andy Bauer

Re: [Paraview] PV4.10 extracting a surface

2017-12-20 Thread Andrew
Hello. Possibly the Slice filter with "Cylinder" and "Crinkle slice" options will produce the required result (I checked in ParaView 5.2). 2017-12-20 18:46 GMT+03:00 Andy Bauer : > The Threshold filter works by selecting cells that have cell data in the > selected range.

Re: [Paraview] PV4.10 extracting a surface

2017-12-20 Thread Andy Bauer
The Threshold filter works by selecting cells that have cell data in the selected range. If you're requesting to do thresholding on a point data array then it will use the point data to cell data filter to create a cell data array and threshold on that. With this, it's very unlikely that any cell

Re: [Paraview] PV4.10 extracting a surface

2017-12-20 Thread Utkarsh Ayachit
I believe you're getting the warning because the threshold ended up not producing any output. If you can attach the state/data file, I may be able to can give more info. Utkarsh On Wed, Dec 20, 2017 at 10:15 AM, Stephen Wornom wrote: > The geometry is a cylinder. >

Re: [Paraview] PV4.10 extracting a surface

2017-12-20 Thread Stephen Wornom
Forgot to mention that the mesh is 3D x,y,z. rad =sqrt( x**2+y**2) thus varies with the z-coordinate. Stephen - Original Message - > From: "Stephen Wornom" > To: "ParaView" > Sent: Wednesday, December 20, 2017 4:15:43 PM > Subject: