polyscope icon indicating copy to clipboard operation
polyscope copied to clipboard

[Question] How to get data from selection

Open filiprejmus opened this issue 3 years ago • 1 comments

Hi! I am trying to access the index of a clicked point as it is shown in Selection. Is there a function call for that?

filiprejmus avatar May 09 '22 20:05 filiprejmus

use ps.get_selection() it returns a tuple with the point index if you selected a point.

Heargo avatar May 19 '22 12:05 Heargo