Discussion:
[vtkusers] [vtkDistanceWidget] 2D point handle does not follow mouse interaction
s***@live.jp
2014-01-14 09:42:25 UTC
Permalink
Hi,

In use of a 2D widget such as vtkDistanceWidget +
vtkDistanceRepresentation2D, the point handles are fixed on the display
position even when the view is zoomed, spun, or etc. after the handles are
moved by mouse interaction. Meanwhile, axis actor follows such mouse
operations.

The reason is the world position of the point handle is not updated in
vtkPointHandleRepresentation2D::Translate. But, distance widget uses world
position to draw the axis actor (c.f. ctor of vtkDistanceRepresentation2D).

Is it bug or designed?

Thanks,
Shinya




--
View this message in context: http://vtk.1045678.n5.nabble.com/vtkDistanceWidget-2D-point-handle-does-not-follow-mouse-interaction-tp5725355.html
Sent from the VTK - Users mailing list archive at Nabble.com.
minyang
2017-08-03 07:32:21 UTC
Permalink
Hi Shinya,

I met the same problem. Is there any solution for it?

thanks,
min





--
View this message in context: http://vtk.1045678.n5.nabble.com/vtkDistanceWidget-2D-point-handle-does-not-follow-mouse-interaction-tp5725355p5744267.html
Sent from the VTK - Users mailing list archive at Nabble.com.
_______________________________________________
Powered by www.kitware.com

Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html

Please keep messages on-topic and check the VTK FAQ at: http://www.vtk.org/Wiki/VTK_FAQ

Search the list archives at: http://markmail.org/search/?q=vtkusers

Follow this link to subscribe/unsubscribe:
http://public.kitware.com/mailman/listinfo/vtkusers

Loading...