<div dir="ltr"><div><div>You can always read any format file yourself (using pure C++ ) and create polydata manually.<br><br><a href="http://www.vtk.org/Wiki/VTK/Examples/Cxx/IO/ReadPlainText">http://www.vtk.org/Wiki/VTK/Examples/Cxx/IO/ReadPlainText</a><br>
<a href="http://www.vtk.org/Wiki/VTK/Examples/Cxx/GeometricObjects/LongLine">http://www.vtk.org/Wiki/VTK/Examples/Cxx/GeometricObjects/LongLine</a><br><br></div>Regards, <br></div>   Alex<br></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On Mon, Jun 24, 2013 at 2:57 PM, Piyusha <span dir="ltr">&lt;<a href="mailto:gadepiyusha@gmail.com" target="_blank">gadepiyusha@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello,<br>
I am trying to read in data from tecplot which has a zonetype of Lineseg and<br>
as I understand vtkTecplotReader does not read in that zonetype. Is there an<br>
alternative way of doing this? I tried reading in the points and storing<br>
them in vtkPoints and using the vtkCellArray for the connectivity but I<br>
cannot understand how to combine the 2 to give a vtkPolyData because the<br>
connectivity Ids are random and not continuous.<br>
<br>
I have attached the point and connectivity information:<br>
TextReader.txt<br>
&lt;<a href="http://vtk.1045678.n5.nabble.com/file/n5721576/TextReader.txt" target="_blank">http://vtk.1045678.n5.nabble.com/file/n5721576/TextReader.txt</a>&gt;<br>
connectivity.txt<br>
&lt;<a href="http://vtk.1045678.n5.nabble.com/file/n5721576/connectivity.txt" target="_blank">http://vtk.1045678.n5.nabble.com/file/n5721576/connectivity.txt</a>&gt;<br>
<br>
Any help would be appreciated.<br>
<br>
Thanks,<br>
Piyusha<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://vtk.1045678.n5.nabble.com/generating-Line-mesh-from-points-tp5721576.html" target="_blank">http://vtk.1045678.n5.nabble.com/generating-Line-mesh-from-points-tp5721576.html</a><br>

Sent from the VTK - Users mailing list archive at Nabble.com.<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 VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
</blockquote></div><br></div>