<div dir="ltr">I'ld use the python programmable filter.<div>In the filter:</div><div>copy the input across</div><div>make a new three component wide unsigned char array and give it a name </div><div>iterate over all the points (or cells)<br>

</div><div>   get the vector for the point (or cell)</div><div>   scale and bias each component down to 0..255 and store in the new array</div><div>add the new array to the output point (or cell) array container</div><div>

<br></div><div><br></div><div>see: <a href="http://www.paraview.org/Wiki/Python_Programmable_Filter">http://www.paraview.org/Wiki/Python_Programmable_Filter</a></div><div>for starter examples</div></div><div class="gmail_extra">

<br clear="all"><div>David E DeMarle<br>Kitware, Inc.<br>R&D Engineer<br>21 Corporate Drive<br>Clifton Park, NY 12065-8662<br>Phone: 518-881-4909</div>
<br><br><div class="gmail_quote">On Fri, Aug 15, 2014 at 11:22 AM, Martin Genet <span dir="ltr"><<a href="mailto:genet@biomed.ee.ethz.ch" target="_blank">genet@biomed.ee.ethz.ch</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Dear ParaView people,<br>
<br>
I have a vector field V defined on some mesh, and I am trying to color-code it following the scheme:<br>
- R = |V.x|<br>
- G = |V.y|<br>
- B = |V.z|<br>
Does that make sense? Is there a way to do so? Thanks!<br>
<br>
Martin<br>
<br>
______________________________<u></u>_________________<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/<u></u>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/<u></u>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/<u></u>mailman/listinfo/paraview</a><br>
</blockquote></div><br></div>