<HTML>
<HEAD>
<TITLE>Re: [Paraview] streams from CSV table</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>The issue is that ParaView regards your data as a bunch of points in empty space. &nbsp;When the stream tracer looks at the empty space, it sees no field and terminates the streamline.<BR>
<BR>
To see streamlines, you need a topology that interpolates field values around the points. &nbsp;The easiest way to do that is to apply the Delaunay 3D filter to your data (or the Delaunay 2D if your points are on a plane).<BR>
<BR>
-Ken<BR>
<BR>
<BR>
On 7/11/10 12:27 PM, &quot;<a href="dragos.constantin@gmail.com">dragos.constantin@gmail.com</a>&quot; &lt;<a href="dragos.constantin@gmail.com">dragos.constantin@gmail.com</a>&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>Dear all,<BR>
I am convinced that my problem was answered before but I cannot find the post. As the subject says my data is a coma separated value file that contains 6 columns (3 for X, Y, Z and the last 3 for a vector component). I am able to import the data and the I apply Table to Pint filter, followed by a calculator to build the vector (A=ihat*Ax+...). I do then a Glyph filter and I can see the vectors. <BR>
<BR>
I would like to visualize the vector field line as tubes. The way I understood this works is to apply a streamline filter followed by the tubes filter but it does not work. I am surprised that I have problems with such a simple data set. Probably this is the problem. I have reading that I need &quot;structured&quot; data in order to generate streamlines. What is the best approach to my problem?<BR>
<BR>
Thank you,<BR>
Dragos <BR>
<BR>
</SPAN></FONT></BLOCKQUOTE><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT><FONT SIZE="2"><FONT FACE="Consolas, Courier New, Courier"><SPAN STYLE='font-size:10pt'><BR>
&nbsp;&nbsp;&nbsp;**** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Kenneth Moreland<BR>
&nbsp;&nbsp;&nbsp;&nbsp;*** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Sandia National Laboratories<BR>
*********** &nbsp;<BR>
*** *** *** &nbsp;email: <a href="kmorel@sandia.gov">kmorel@sandia.gov</a><BR>
** &nbsp;*** &nbsp;** &nbsp;phone: (505) 844-8919<BR>
&nbsp;&nbsp;&nbsp;&nbsp;*** &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;web: &nbsp;&nbsp;<a href="http://www.cs.unm.edu/~kmorel">http://www.cs.unm.edu/~kmorel</a><BR>
</SPAN></FONT></FONT><FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'><BR>
</SPAN></FONT>
</BODY>
</HTML>