<div dir="ltr"><div><div>Hi James,<br><br></div>You need to create volumetric cells for 3D. You can use the Delauney3D filter to do that or use the Table to Structured Grid filter if your points are ordered properly from in the CSV file. Then the stream tracer filter will work fine.<br><br></div>Regards,<br>Andy<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Nov 26, 2014 at 10:22 AM, James Furness <span dir="ltr"><<a href="mailto:pcxjf1@nottingham.ac.uk" target="_blank">pcxjf1@nottingham.ac.uk</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi,<br>
<br>
I have a csv file that is a 16x16x16 of data in the form:<br>
<br>
x, y, z, rho, j_x, j_y, j_z<br>
<br>
I am using a pipeline of:<br>
<br>
csv Reader  |  Table To Points (x, as X Column… etc.)   |  Calculator (iHat* j_x+jHat* j_y+kHat* j_z)   >    Result<br>
<br>
Looking at Result in the spreadsheet view shows a vector variable as I would expect. Also, visualising the result of the calculator filter as 3D Glyphs displays an expected grid of arrows, but they are all oriented pointing along the X axis. When I colour this by the Magnitude of Result they are coloured as expected, with the expected areas of high magnitude being red etc.<br>
<br>
I suspect I have already run into problems at this point, but if I continue and add a Stream Tracer to Result I see nothing. There are no streamlines shown.<br>
<br>
I have been trying to work out the problem, and been searching around for any clues. Any help on pointing out where I have gone wrong is greatly appreciated.<br>
<br>
I have attached the example csv.<br>
<br>
Many thanks,<br>
James<br>
<br>
<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 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://public.kitware.com/mailman/listinfo/paraview" target="_blank">http://public.kitware.com/mailman/listinfo/paraview</a><br>
<br></blockquote></div><br></div>