Re: [Paraview] Calculate the distance between many xyz points and a non-uniform 2D plane?

2011-11-30 Thread Ian Leslie
am still interested. Thanks From: pat marion [pat.mar...@kitware.com] Sent: Tuesday, November 29, 2011 8:31 PM To: Ian Leslie Cc: paraview Subject: Re: [Paraview] Calculate the distance between many xyz points and a non-uniform 2D plane? I guess I

Re: [Paraview] Calculate the distance between many xyz points and a non-uniform 2D plane?

2011-11-30 Thread pat marion
] Sent: Sunday, November 27, 2011 6:10 PM To: Ian Leslie Cc: paraview Subject: Re: [Paraview] Calculate the distance between many xyz points and a non-uniform 2D plane? You can apply the 'Generate Surface Normals' filter to your Delaunay2D output to compute normals for each point

Re: [Paraview] Calculate the distance between many xyz points and a non-uniform 2D plane?

2011-11-29 Thread Ian Leslie
marion [pat.mar...@kitware.com] Sent: Sunday, November 27, 2011 6:10 PM To: Ian Leslie Cc: paraview Subject: Re: [Paraview] Calculate the distance between many xyz points and a non-uniform 2D plane? You can apply the 'Generate Surface Normals' filter to your Delaunay2D output to compute normals

Re: [Paraview] Calculate the distance between many xyz points and a non-uniform 2D plane?

2011-11-29 Thread pat marion
To: Ian Leslie Cc: paraview Subject: Re: [Paraview] Calculate the distance between many xyz points and a non-uniform 2D plane? You can apply the 'Generate Surface Normals' filter to your Delaunay2D output to compute normals for each point in the dataset.  If you look at the output of 'Generate

Re: [Paraview] Calculate the distance between many xyz points and a non-uniform 2D plane?

2011-11-27 Thread pat marion
You can apply the 'Generate Surface Normals' filter to your Delaunay2D output to compute normals for each point in the dataset. If you look at the output of 'Generate Surface Normals' in the Spreadsheet view, you can see the computed normal values. I'd expect each point to have the same normal,

[Paraview] Calculate the distance between many xyz points and a non-uniform 2D plane?

2011-11-26 Thread Ian Leslie
Hi All, I would like to calculate the distance between a xyz point and a non-uniform 2D plane within ParaView 3.12.0. The 2d plane was generated using xyz point data and the Delaunay2D filter. The problem is that I need the difference in z normal between the plane and the point.