Open3D icon indicating copy to clipboard operation
Open3D copied to clipboard

How to select points in point cloud by mouse dragging and undo the selecting action?

Open orankim opened this issue 3 years ago • 1 comments
trafficstars

Checklist

My Question

Thank you for your work.

I have a question about point selection in point clouds. By using VisualizerWithEditing, I can select one point by mouse click and undo it.

How to pick points by mouse dragging? I manage to find the similar answer by using VisualizerWithVertexSelection. However, this method has lots of issues and quite unstable compared to VisualizerWithEditing method(select one point by click).

Issue lists

  1. It is only working when pressing shift and point colors are changed.
  2. Added geometry can be moved, not fixed.
  3. Undo selecting only works by clicking not dragging.

Is there anybody knows the answers?

orankim avatar Jul 15 '22 07:07 orankim

Thank you man... Same question from me... Thanks

jiapei-nexera avatar Jul 15 '22 19:07 jiapei-nexera