<div dir="ltr"><div><div>Hi Patrik,<br><br>Please keep the discussion on the mailing list so that everyone can participate.<br><br></div>As for connecting points via a line cell, I don't think there's any filter to do that since it would have to make an assumption about which points should be connected by a line cell. To use my recommendation, after the Table To Points filter, select the Programmable Filter, enter that text into the Script entry widget and hit apply. What it does is connect the first point to the second point, the second point to the third point, ..., and finally the second to last point to the last point. If you have some different way you want to connect the points you can change the script yourself. Note though that this filter may not work as desired in parallel.<br>
<br></div>Andy<br><div><div><div><div class="gmail_extra"><br><br><div class="gmail_quote">On Tue, Mar 18, 2014 at 2:22 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">Is there any posibility to do it through filters because im little noob in this program :(<div><br></div>

</div><div class="gmail_extra"><br clear="all"><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">S pozdravom / Kind regards,</span></b></p><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 Blahuta</span></b></p></div>
<br><br><div class="gmail_quote">2014-03-18 19:21 GMT+01:00 Andy Bauer <span dir="ltr"><<a href="mailto:andy.bauer@kitware.com" target="_blank">andy.bauer@kitware.com</a>></span>:<div><div><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">


<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"><div><div>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>



</div></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div><div><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><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></div></div>_______________________________________________<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>
</blockquote></div></div></div><br></div>
</blockquote></div><br></div></div></div></div></div>