<div dir="ltr">I've done something similar in the past. I just write it out to a different dataset and read it in again. Do File -> Save Data. It can even save all data in the time series as individual datasets.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 24, 2014 at 5:05 PM, D H <span dir="ltr"><<a href="mailto:mrhyde@stanford.edu" target="_blank">mrhyde@stanford.edu</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 some VTK files (legacy VTK format, unstructured grid) that I'm rendering in Paraview.  For each file, I load the file into Paraview, then do a scalar clip of that data.  I render only the clip for each file.<br>
<br>
The thing is that doing this for a large number of files uses up a lot of memory.  Each LegacyVTKReader uses about 30MB of RAM, and each clip uses only about 0.15MB of RAM.  If I just kept the Clips in memory and could discard each LegacyVTKReader as soon as I made the corresponding clip, there's clearly a lot of memory that could be saved.<br>
<br>
This may be a silly question, but is there any way to "separate" a Clip from its parent data set?  Like, can I just make the Clip its own (3D) geometric object, and forget about the fact that it originally came from a VTK file?  Maybe this is impossible, but I thought I would ask in case there is some way to achieve what I'm thinking of and save a great deal of memory.<br>
<br>
Thanks very much!<br>
<br>
David<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>
</blockquote></div><br><br clear="all"><br>-- <br>ganesh<br>
</div>