You might try:<div><br></div><div><div>You could probably do it at the python programmable filter level by making use of the <a href="http://vtk.org/doc/nightly/html/classvtkLookupTable.html">http://vtk.org/doc/nightly/html/classvtkLookupTable.html</a> (esp MapValue()) class to manually create another array for the data that contains the colors at each point/cell.</div>

</div><div><br></div><div>File export, which saves the visible scene into a couple of other formats in which I think the color is recorded on every primitive.</div><div><br></div><div>Otherwise, Display-&gt;Edit Color Map...-&gt;Save-&gt;Export will let you save the color transfer function into an xml file that you could probably get into some other tool and thus recreate the same colors.</div>

<div><br></div><div>But as Ken says there is no convenient way today to save to colors along with the geometry. </div><div><div><br clear="all">David E DeMarle<br>Kitware, Inc.<br>R&amp;D Engineer<br>21 Corporate Drive<br>

Clifton Park, NY 12065-8662<br>Phone: 518-881-4909<br>
<br><br><div class="gmail_quote">On Mon, Jan 9, 2012 at 10:48 AM, Rafa x <span dir="ltr">&lt;<a href="mailto:rromero3000@gmail.com">rromero3000@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Yes, the id is available to color by after the 5 steps. However, the<br>
mapColor showed is the last used in Paraview not the mapColor saved in<br>
the previous process. For that reason I have supposed that mapColor<br>
information is not saved in the vtk. Do you know some way to store the<br>
mapColor in the vtk file to allow that other DTI programs can<br>
interpret it?<br>
<br>
El día 9 de enero de 2012 16:34, David E DeMarle<br>
&lt;<a href="mailto:dave.demarle@kitware.com">dave.demarle@kitware.com</a>&gt; escribió:<br>
<div class="HOEnZb"><div class="h5">&gt; Once you:<br>
&gt; 1)load original data<br>
&gt; 2)apply ids filter<br>
&gt; 3)select ids filter in pipeline browser<br>
&gt; 4)save as Legacy VTK files,<br>
&gt; and<br>
&gt; 5)load that new file back in to ParaView,<br>
&gt; is the new &quot;Ids&quot; variable not available to color by?<br>
&gt;<br>
&gt; David E DeMarle<br>
&gt; Kitware, Inc.<br>
&gt; R&amp;D Engineer<br>
&gt; 21 Corporate Drive<br>
&gt; Clifton Park, NY 12065-8662<br>
&gt; Phone: <a href="tel:518-881-4909" value="+15188814909">518-881-4909</a><br>
&gt;<br>
&gt;<br>
&gt;<br>
&gt; On Mon, Jan 9, 2012 at 10:27 AM, Rafa x &lt;<a href="mailto:rromero3000@gmail.com">rromero3000@gmail.com</a>&gt; wrote:<br>
&gt;&gt;<br>
&gt;&gt; Thanks but I need like to save in a format where the 586 elements can<br>
&gt;&gt; be separately identified by other program (like .vtk). However, when I<br>
&gt;&gt; save my new colors using .vtk and after that I load the same file,<br>
&gt;&gt; using paraview too, my colors disappear. So I suppose that color<br>
&gt;&gt; information is not saved in the vtk file. Thus, I would need to save<br>
&gt;&gt; in a vtk maintaining the display showed in the paraview, Is that<br>
&gt;&gt; possible?<br>
&gt;&gt;<br>
&gt;&gt; El día 9 de enero de 2012 16:13, Moreland, Kenneth &lt;<a href="mailto:kmorel@sandia.gov">kmorel@sandia.gov</a>&gt;<br>
&gt;&gt; escribió:<br>
&gt;&gt; &gt; File -&gt; Save Screenshot<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; -Ken<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt; On 1/9/12 4:02 AM, &quot;Rafa x&quot; &lt;<a href="mailto:rromero3000@gmail.com">rromero3000@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;&gt;Thank you for your quick and useful answer. It works perfectly. I<br>
&gt;&gt; &gt;&gt;would like to make you a final question: Can I save the image<br>
&gt;&gt; &gt;&gt;maintaining the colors visualization in a file format that can be read<br>
&gt;&gt; &gt;&gt;by other programs?<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;&gt;El día 5 de enero de 2012 20:49, Moreland, Kenneth &lt;<a href="mailto:kmorel@sandia.gov">kmorel@sandia.gov</a>&gt;<br>
&gt;&gt; &gt;&gt;escribió:<br>
&gt;&gt; &gt;&gt;&gt; Try applying the Generate Ids filter and then color the result by the<br>
&gt;&gt; &gt;&gt;&gt;Ids<br>
&gt;&gt; &gt;&gt;&gt; cell field (not the point field).  The colors won&#39;t exactly be<br>
&gt;&gt; &gt;&gt;&gt;arbitrary,<br>
&gt;&gt; &gt;&gt;&gt; but if you switch to the rainbow color map you&#39;ll get something fairly<br>
&gt;&gt; &gt;&gt;&gt; close.<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; -Ken<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt; On 1/5/12 8:43 AM, &quot;Rafa x&quot; &lt;<a href="mailto:rromero3000@gmail.com">rromero3000@gmail.com</a>&gt; wrote:<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt;Dear All,<br>
&gt;&gt; &gt;&gt;&gt;&gt;I have a .vtk file with 586 elements (DTI streamlines which represent<br>
&gt;&gt; &gt;&gt;&gt;&gt;brain fibers). I would like to represent it assigning an arbitrary<br>
&gt;&gt; &gt;&gt;&gt;&gt;color to each these 586 elements.<br>
&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt;Thank you all in advance,<br>
&gt;&gt; &gt;&gt;&gt;&gt;Rafael Romero.<br>
&gt;&gt; &gt;&gt;&gt;&gt;_______________________________________________<br>
&gt;&gt; &gt;&gt;&gt;&gt;Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt;Visit other Kitware open-source projects at<br>
&gt;&gt; &gt;&gt;&gt;&gt;<a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt;Please keep messages on-topic and check the ParaView Wiki at:<br>
&gt;&gt; &gt;&gt;&gt;&gt;<a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;&gt;Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; &gt;&gt;&gt;&gt;<a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;&gt; &gt;&gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;&gt;<br>
&gt;&gt; &gt;&gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; &gt;<br>
&gt;&gt; _______________________________________________<br>
&gt;&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;&gt;<br>
&gt;&gt; Visit other Kitware open-source projects at<br>
&gt;&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;&gt;<br>
&gt;&gt; Please keep messages on-topic and check the ParaView Wiki at:<br>
&gt;&gt; <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;&gt;<br>
&gt;&gt; Follow this link to subscribe/unsubscribe:<br>
&gt;&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;<br>
&gt;<br>
</div></div></blockquote></div><br></div></div>