<div dir="ltr">Hi Utkarsh:<div><br></div><div>The script you sent yesterday solved the problem for me, now I can 3D volume render the data!</div><div>Thanks for the help!</div><div><br></div><div>Yufei</div></div><div class="gmail_extra"><br><div class="gmail_quote">On Sun, Apr 12, 2015 at 3:58 PM, Utkarsh Ayachit <span dir="ltr"><<a href="mailto:utkarsh.ayachit@kitware.com" target="_blank">utkarsh.ayachit@kitware.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Attached is a XML that you can load as a plugin using the Tools |<br>
Plugin Manager. This will add a new "Import CSV As Volume" source<br>
under the "Sources" menu. On creating this new source, you'll be able<br>
to select the CSV file and specify the relevant meta-data as<br>
properties. I've setup the defaults to match the file you sent. The<br>
Python code assumes that the CSV file has data in the same order as<br>
VTK expects i.e. X varying first, then Y and then Z. Hence the image<br>
dimensions are flipped.<br>
<br>
Also, this is designed to work only for a single process mode, it'll<br>
need some work if it's to work in parallel too.<br>
<span class="HOEnZb"><font color="#888888"><br>
Utkarsh<br>
</font></span><span class="im HOEnZb"><br>
<br>
<br>
On Fri, Apr 10, 2015 at 3:35 PM, Utkarsh Ayachit<br>
<<a href="mailto:utkarsh.ayachit@kitware.com">utkarsh.ayachit@kitware.com</a>> wrote:<br>
</span><div class="HOEnZb"><div class="h5">> You cannot volume render data coming in from a CSV file. If you want<br>
> to sned me a sample CSV, I can send you a Programmable Source code<br>
> than will produce a volume renderable dataset.<br>
><br>
><br>
> On Fri, Apr 10, 2015 at 12:21 PM, yufei shen <<a href="mailto:yzs133@psu.edu">yzs133@psu.edu</a>> wrote:<br>
>> Good afternoon:<br>
>><br>
>> I am just beginning to use Paraview, and I'm using it to plot a 3D current<br>
>> scalar field, with x,y,z being the coordinates of a point in space, while<br>
>> the forth column value represents the intensity of current passing through<br>
>> that point. My input file is .csv.<br>
>><br>
>> After I have tetrahedralized my points, the figure show up in the plotting<br>
>> window perfectly with surface, point or any other representations except<br>
>> VOLUME. I can adjust color together with alpha values, however, as soon as I<br>
>> switch to 'volume', everything just disappears. I've also tried the same<br>
>> thing on all platforms (Mac, linux, Windows), but the problem is not solved.<br>
>><br>
>> I wonder what's causing this problem? Should I used a different input file<br>
>> format other than .csv? It seems what I am doing is really simple compared<br>
>> with paraview's capability. I have also checked the archives but could not<br>
>> find any solution to this...<br>
>><br>
>> I really appreciate your help!<br>
>><br>
>> Best Regards<br>
>> Yufei<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<br>
>> <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:<br>
>> <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
>><br>
>> Search the list archives at: <a href="http://markmail.org/search/?q=ParaView" target="_blank">http://markmail.org/search/?q=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>
</div></div></blockquote></div><br></div>