[Paraview] ParaviewWeb : Adding interactive slice filter to pipeline

Sebastien Jourdain sebastien.jourdain at kitware.com
Tue May 3 18:59:09 EDT 2011


Hi Raj,

I managed to show the correct color by executing that:

sliceType.setNormal(0,0,1);
sliceType.setOrigin(view1.getCenterOfRotation());
pv.SetDisplayProperties( {proxy : slice, view  : view1, Representation :
'Surface', ColorArrayName : 'ImageFile'} );

In fact you shouldn't set any normal/origin on the widget, but instead set
them on the plan of the Slice filter.
The reason why you couldn't select the ColorArrayName was because the plane
was outside the bound of your dataset which was producing no output and
therefore no data array.

Seb
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.paraview.org/pipermail/paraview/attachments/20110503/7e380df7/attachment.htm>


More information about the ParaView mailing list