Hi,<br>I noted this problem a few days ago.<br>A *really* simple example:<br>- Add a SphereSource<br>- Connect to a &quot;Generate Ids&quot; filter<br>- Update: The information panel shows a &#39;Ids&#39; array for points and for cells, but<br>
the &quot;Color by&quot; doesn&#39;t give the choice of cell array.<br><br>Jerome<br><br><div class="gmail_quote">2010/2/28 Utkarsh Ayachit <span dir="ltr">&lt;<a href="mailto:utkarsh.ayachit@kitware.com">utkarsh.ayachit@kitware.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">That&#39;s weird, your cell array should have been listed in the Color By<br>
menu. Is it possible to share the data or a small sample to reproduce<br>
the issue?<br>
<font color="#888888"><br>
Utkarsh<br>
</font><div><div></div><div class="h5"><br>
On Sat, Feb 27, 2010 at 11:09 AM, Michael Jackson<br>
&lt;<a href="mailto:mike.jackson@bluequartz.net">mike.jackson@bluequartz.net</a>&gt; wrote:<br>
&gt; I have a triangle surface mesh that contains Cell based RGB attribute array.<br>
&gt; I would like to color by that array, ie, not using a Lookup table or<br>
&gt; interpolation. When I load my data set the cell data is listed, but in the<br>
&gt; &quot;color by&quot; drop down list the scalar array is not listed as a choice.<br>
&gt;<br>
&gt;  On a &quot;whim&quot; I then ran the &quot;Cell Data to Point Data&quot; filter on the data. At<br>
&gt; that point I was able to select the scalar array to &quot;Color By&quot; and the<br>
&gt; surface mesh now has the correct colors.<br>
&gt;<br>
&gt;  I know if I were to code this up in straight VTk I can set the rendering to<br>
&gt; be by Cells:<br>
&gt;<br>
&gt;  vtkPolyDataMapper *cubeMapper = vtkPolyDataMapper::New();<br>
&gt;  cubeMapper-&gt;SetInput(filter-&gt;GetOutput());<br>
&gt;  cubeMapper-&gt;SetScalarVisibility(1);<br>
&gt;  cubeMapper-&gt;SetScalarModeToUseCellData();<br>
&gt;<br>
&gt; How do I get the same effect in ParaView?<br>
&gt;<br>
&gt; Thanks<br>
&gt; _________________________________________________________<br>
&gt; Mike Jackson                  <a href="mailto:mike.jackson@bluequartz.net">mike.jackson@bluequartz.net</a><br>
&gt; BlueQuartz Software                    <a href="http://www.bluequartz.net" target="_blank">www.bluequartz.net</a><br>
&gt; Principal Software Engineer                  Dayton, Ohio<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; Powered by <a href="http://www.kitware.com" target="_blank">www.kitware.com</a><br>
&gt;<br>
&gt; Visit other Kitware open-source projects at<br>
&gt; <a href="http://www.kitware.com/opensource/opensource.html" target="_blank">http://www.kitware.com/opensource/opensource.html</a><br>
&gt;<br>
&gt; Please keep messages on-topic and check the ParaView Wiki at:<br>
&gt; <a href="http://paraview.org/Wiki/ParaView" target="_blank">http://paraview.org/Wiki/ParaView</a><br>
&gt;<br>
&gt; Follow this link to subscribe/unsubscribe:<br>
&gt; <a href="http://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
&gt;<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://www.paraview.org/mailman/listinfo/paraview" target="_blank">http://www.paraview.org/mailman/listinfo/paraview</a><br>
</div></div></blockquote></div><br>