<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Great .. yes the colors show up correctly and though now the interactive widget has disappeared I think I'm going to work around it by having a UI slider which lets the users slice through the data in X, Y or Z..<br><br>Thanks once again for all the patience and help.<br>Raj<br><br><br><br>--- On <b>Wed, 4/5/11, Sebastien Jourdain <i>&lt;sebastien.jourdain@kitware.com&gt;</i></b> wrote:<br><blockquote style="border-left: 2px solid rgb(16, 16, 255); margin-left: 5px; padding-left: 5px;"><br>From: Sebastien Jourdain &lt;sebastien.jourdain@kitware.com&gt;<br>Subject: Re: [Paraview] ParaviewWeb : Adding interactive slice filter to pipeline<br>To: "Rajvikram Singh" &lt;rajvikrams@yahoo.com&gt;<br>Cc: paraview@paraview.org<br>Date: Wednesday, 4 May, 2011, 4:29 AM<br><br><div id="yiv1310976619">Hi Raj,&nbsp;<div><br></div><div>I managed to show the correct color by
 executing that:</div><div><br></div><div><div>sliceType.setNormal(0,0,1);</div><div>sliceType.setOrigin(view1.getCenterOfRotation());</div></div><div><div>
pv.SetDisplayProperties( {proxy : slice, view &nbsp;: view1,&nbsp;Representation : 'Surface',&nbsp;ColorArrayName : 'ImageFile'} );</div><div><br></div><div>In fact you shouldn't set any normal/origin on the widget, but instead set them on the plan of the Slice filter.</div>
<div>The reason why you couldn't select the&nbsp;ColorArrayName was because the plane was outside the bound of your dataset which was producing no output and therefore no data array.</div><div><br></div></div><div>Seb</div>
</div></blockquote></td></tr></table>