<HTML>
<HEAD>
<TITLE>Re: [Paraview] Stream Tracer</TITLE>
</HEAD>
<BODY>
<FONT FACE="Calibri, Verdana, Helvetica, Arial"><SPAN STYLE='font-size:11pt'>The stream tracer filter follows vector fields in 3D space. &nbsp;Tracing flow on surfaces is problematic because if a position is off the surface, then the stream tracer will not follow it.<BR>
<BR>
The default stream tracer seed points is a cloud of random points centered around some location. &nbsp;Because the points are picked in 3D space, it is probably picking points off of the surface. &nbsp;Instead, change the seed points to be on the surface. &nbsp;Try using the line instead of the point cloud.<BR>
<BR>
You also have to be careful about vectors pointing off of the surface. &nbsp;Once the stream leaves the surface (which can be immediately), then the stream tracer will stop following the stream. &nbsp;Make sure the vectors are constrained to be within the surface. &nbsp;You might be able to constrain the vectors using the Surface Vectors filter.<BR>
<BR>
-Ken<BR>
<BR>
<BR>
On 10/13/09 5:22 AM, &quot;Karin ....&quot; &lt;<a href="glada_me@hotmail.com">glada_me@hotmail.com</a>&gt; wrote:<BR>
<BR>
</SPAN></FONT><BLOCKQUOTE><FONT SIZE="4"><FONT FACE="Times New Roman"><SPAN STYLE='font-size:14pt'>I have opened a figure in Paraview, just defined by surfaces connected together. Let&#8217;s say a cube with six surfaces. In the xml file the velocity is defined as PointDataScalars and now I want to create stream traces in the figure. But when I did that with Filters &#8211; Alfabetical &#8211; Stream Tracer, nothing happened. I have tried both with a point source and a line. When I generate vectors with glyphs it&#8217;s working, but obvious not with stream tracer. Someone has a clue what I&#8217;ve done wrong?<BR>
</SPAN></FONT></FONT></BLOCKQUOTE><FONT SIZE="4"><FONT FACE="Times New Roman"><SPAN STYLE='font-size:14pt'><BR>
</SPAN></FONT></FONT><FONT SIZE="1"><FONT FACE="Monaco, Courier New"><SPAN STYLE='font-size:7pt'><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>