Re: [Paraview] Spline Source and python script

2011-11-26 Thread Ian Leslie
e( "Points", pointA+pointB+pointC) # Now, the three points appear in the spline points list Then press apply : the spline appears in the render window. If you experience problems, please tell me which steps are guilty. HTH, Jerome

Re: [Paraview] Spline Source and python script

2011-11-26 Thread Ian Leslie
ays worked for me. So should be with 3.12. HTH, Jerome On 11/26/2011 09:18 PM, Ian Leslie wrote: Hi Jerome, Thanks for explaining in more detail. I tried the script but only two spline points were produced at 0

[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. When

Re: [Paraview] Spline Source and python script

2011-11-27 Thread Ian Leslie
with their coordinates. Because it takes too much time to enter them in the script by their coordinates. my file is a ".csv" one and I don't know how to access that via the python shell or Macro. If you could help me, I would be very thankful Shima On Sun, Nov 27, 2011 at 3

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

2011-11-29 Thread Ian Leslie
From: pat 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

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

2011-11-30 Thread Ian Leslie
od, I 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 gu