Re: [Paraview] Vectorized data assignment

2016-11-07 Thread David Lonie
On Mon, Nov 7, 2016 at 9:50 AM, Christian Gabriel < cgabr...@matrix-solutions.com> wrote: > Thanks Dave. > > > > That’s good to know. My background is actually in C++ programming, but the > SDK I’m trying to link in is natively in C# and wrapped with Python. I > could try mix-code programming (C++

Re: [Paraview] Vectorized data assignment

2016-11-07 Thread Christian Gabriel
[mailto:david.lo...@kitware.com] Sent: November-07-16 9:27 AM To: Christian Gabriel Cc: paraview@paraview.org Subject: Re: [Paraview] Vectorized data assignment On Mon, Nov 7, 2016 at 9:00 AM, Christian Gabriel mailto:cgabr...@matrix-solutions.com>> wrote: Good day. I found this example cod

Re: [Paraview] Vectorized data assignment

2016-11-07 Thread David Lonie
On Mon, Nov 7, 2016 at 9:00 AM, Christian Gabriel < cgabr...@matrix-solutions.com> wrote: > Good day. > > > > I found this example code > > : > > > > # Create the points > > points = vtk.vtkPoin

[Paraview] Vectorized data assignment

2016-11-07 Thread Christian Gabriel
Good day. I found this example code: # Create the points points = vtk.vtkPoints() points.InsertNextPoint(0.0, 0.0, 0.0) points.InsertNextPoint(1.0, 0.0, 0.0) points.InsertNextPoint(