Skip to content

Commit

Permalink
Added pick points method of VisualizerWithVertexSelection to python A…
Browse files Browse the repository at this point in the history
…PI (#5077)

* added pick points method to python api

* apply style for pickpoints

Co-authored-by: Yixing Lao <yixing.lao@gmail.com>
  • Loading branch information
cansik and yxlao committed Jun 19, 2022
1 parent f079e3c commit c43eabe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cpp/pybind/visualization/visualizer.cpp
Expand Up @@ -200,6 +200,8 @@ void pybind_visualizer(py::module &m) {
"name ") +
vis.GetWindowName();
})
.def("pick_points", &VisualizerWithVertexSelection::PickPoints,
"Function to pick points")
.def("get_picked_points",
&VisualizerWithVertexSelection::GetPickedPoints,
"Function to get picked points")
Expand Down

0 comments on commit c43eabe

Please sign in to comment.