Ok.  I think you'll find the vesKiwiPlaneWidget is missing a crucial function- a function to initialize the plane position, orientation, and scale.  I just merged a branch into next, called plane-widget-api which adds some more helpful methods.  It's still not great, and is missing documentation, I want to improve it later when I have some time.  But, you can now access the vtkTransform and call the vtkTransform api to position and rotate and scale the widget.  If you use it and have suggestions for possible improvements, let me know!<br>

<br>Pat<br><br><div class="gmail_quote">On Mon, Mar 18, 2013 at 5:58 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">

Thank you for the pointers. I see that it's wrapped by the<br>
vesKiwiPlaneWidget, I'll try that route.<br>
<br>
Cheers<br>
<span class="HOEnZb"><font color="#888888">Eduardo<br>
</font></span><div class="HOEnZb"><div class="h5"><br>
On Sun, Mar 17, 2013 at 9:29 PM, Pat Marion <<a href="mailto:pat.marion@kitware.com">pat.marion@kitware.com</a>> wrote:<br>
> Have you seen the interactive brain atlas demo in KiwiViewer?  That uses a<br>
> clipping plane.  Is that similar to what you are trying to do?  The plane is<br>
> generated using the vtkPlaneSource, then set the color and transparency<br>
> using vesKiwiPolyDataRepresentation::setColor().<br>
><br>
> Pat<br>
><br>
> On Mon, Mar 18, 2013 at 2:18 PM, Eduardo Poyart <<a href="mailto:poyart@gmail.com">poyart@gmail.com</a>> wrote:<br>
>><br>
>> 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>
><br>
><br>
</div></div></blockquote></div><br>