open3d.visualization.SelectedIndex¶
-
class
open3d.visualization.SelectedIndex¶ Information about a point or vertex that was selected
-
__init__(*args, **kwargs)¶ Initialize self. See help(type(self)) for accurate signature.
-
property
index¶ The index of this point in the point/vertex array
-
property
order¶ A monotonically increasing value that can be used to determine in what order the points were selected
-
property
point¶ The (x, y, z) value of this point
-