<div dir="ltr">If you use the Programmable Filter you can connect the points with the following script:<br>pdi = self.GetPolyDataInput()<br>pdo =  self.GetPolyDataOutput()<br>numPoints = pdi.GetNumberOfPoints()<br>pdo.Allocate()<br>
for i in range(0, numPoints-1):<br>    points = [i, i+1]<br>    # VTK_LINE is 3<br>    pdo.InsertNextCell(3, 2, points)<br><br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Mar 18, 2014 at 2:10 PM, Patrik Blahuta <span dir="ltr"><<a href="mailto:patrik.blahuta@gmail.com" target="_blank">patrik.blahuta@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><span style="font-family:arial,sans-serif;font-size:13px">Hello, </span><div style="font-family:arial,sans-serif;font-size:13px">
<br></div><div style="font-family:arial,sans-serif;font-size:13px"><pre style="white-space:pre-wrap;line-height:19.600000381469727px;font-size:14px;margin-bottom:0px;font-family:courier,'courier new',monospace;margin-top:0px;word-wrap:break-word">
I am new using the paraview software. I would like to ask if you can help me with connecting points with line. I opened my .csv file and made table to points. That just shown me points in 3D view. Can you give me please tutor how to connect them?</pre>

<pre style="white-space:pre-wrap;line-height:19.600000381469727px;font-size:14px;margin-bottom:0px;font-family:courier,'courier new',monospace;margin-top:0px;word-wrap:break-word"><br></pre><pre style="white-space:pre-wrap;line-height:19.600000381469727px;font-size:14px;margin-bottom:0px;font-family:courier,'courier new',monospace;margin-top:0px;word-wrap:break-word">
Thanks </pre><pre style="white-space:pre-wrap;line-height:19.600000381469727px;font-size:14px;margin-bottom:0px;font-family:courier,'courier new',monospace;margin-top:0px;word-wrap:break-word"><br>
</pre><div><p style="font-size:11pt;font-family:Calibri,sans-serif;margin:0in 0in 0.0001pt"><b><span style="font-family:'Baskerville Old Face',serif">Kind regards,</span></b></p><span class="HOEnZb"><font color="#888888"><p style="font-size:11pt;font-family:Calibri,sans-serif;margin:0in 0in 0.0001pt">

<span style="font-family:'Baskerville Old Face',serif"> </span></p><p style="font-size:11pt;font-family:Calibri,sans-serif;margin:0in 0in 0.0001pt"><b><span style="font-family:'Baskerville Old Face',serif">Patrik</span></b></p>

</font></span></div></div>
</div>
<br>_______________________________________________<br>
Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
<br>
Visit other Kitware open-source projects at <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
<br>
Please keep messages on-topic and check the ParaView Wiki at: <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
<br></blockquote></div><br></div>