<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. 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. Because the points are picked in 3D space, it is probably picking points off of the surface. Instead, change the seed points to be on the surface. Try using the line instead of the point cloud.<BR>
<BR>
You also have to be careful about vectors pointing off of the surface. Once the stream leaves the surface (which can be immediately), then the stream tracer will stop following the stream. Make sure the vectors are constrained to be within the surface. 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, "Karin ...." <<a href="glada_me@hotmail.com">glada_me@hotmail.com</a>> 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’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 – Alfabetical – Stream Tracer, nothing happened. I have tried both with a point source and a line. When I generate vectors with glyphs it’s working, but obvious not with stream tracer. Someone has a clue what I’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>
**** Kenneth Moreland<BR>
*** Sandia National Laboratories<BR>
*********** <BR>
*** *** *** email: <a href="kmorel@sandia.gov">kmorel@sandia.gov</a><BR>
** *** ** phone: (505) 844-8919<BR>
*** web: <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>