Yes, same thing here!<br><br>We worked around it by overriding WidgetInteraction in our custom widget, and making it convert the coordinate from wold to normalized viewport, finding the new bounds there, and then transforming that back to world. Apparently, it doesn&#39;t do a good job of handling the coordinate system when it&#39;s in world.<br>
<br>Shash<br><br><div class="gmail_quote">On Tue, Jun 21, 2011 at 6:07 AM, David Doria <span dir="ltr">&lt;<a href="mailto:daviddoria@gmail.com">daviddoria@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
I am trying to initialize my border widget by specifying one of the<br>
corners with:<br>
<br>
  vtkCoordinate* lowerLeftCoordinate = static_cast&lt;vtkBorderRepresentation*&gt;(<br>
      this-&gt;BorderWidget-&gt;GetRepresentation())-&gt;GetPositionCoordinate();<br>
  lowerLeftCoordinate-&gt;SetCoordinateSystemToWorld();<br>
  lowerLeftCoordinate-&gt;SetValue(0,0,0);<br>
<br>
However, once I do that, I can no longer interactively move the lower<br>
left corner of the BorderWidget/Representation. Is there a way to<br>
specify this position without &quot;locking&quot; it?<br>
<br>
(Here is an example: <a href="http://codepad.org/YudrwAGm" target="_blank">http://codepad.org/YudrwAGm</a>)<br>
<br>
Thanks,<br>
<br>
David<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 VTK FAQ at: <a href="http://www.vtk.org/Wiki/VTK_FAQ" target="_blank">http://www.vtk.org/Wiki/VTK_FAQ</a><br>
<br>
Follow this link to subscribe/unsubscribe:<br>
<a href="http://www.vtk.org/mailman/listinfo/vtkusers" target="_blank">http://www.vtk.org/mailman/listinfo/vtkusers</a><br>
</blockquote></div><br>