Have you seen the interactive brain atlas demo in KiwiViewer?  That uses a clipping plane.  Is that similar to what you are trying to do?  The plane is generated using the <a href="http://www.vtk.org/doc/nightly/html/classvtkPlaneSource.html">vtkPlaneSource</a>, then set the color and transparency using vesKiwiPolyDataRepresentation::setColor().<br>

<br>Pat<br><br><div class="gmail_quote">On Mon, Mar 18, 2013 at 2:18 PM, Eduardo Poyart <span dir="ltr"><<a href="mailto:poyart@gmail.com" target="_blank">poyart@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">

Hi,<br>
<br>
I would like to add a transparent plane to the scene graph. I need to<br>
indicate a cutting plane for simulation of an ultrasound procedure.<br>
Ideally it would be a transparent green quad, with no texture.<br>
<br>
What would be the best way to do it?<br>
<br>
Thanks<br>
Eduardo<br>
_______________________________________________<br>
Ves mailing list<br>
<a href="mailto:Ves@public.kitware.com">Ves@public.kitware.com</a><br>
<a href="http://public.kitware.com/cgi-bin/mailman/listinfo/ves" target="_blank">http://public.kitware.com/cgi-bin/mailman/listinfo/ves</a><br>
</blockquote></div><br>