Pick exact point cloud position

Hi,

Is there a method that allows you to pick the exact coordinates from a point cloud using a mouse click? Are there any specific steps to be able to implement this?

Thanks

1 Like

Hi @iramgelb

You can pick a point’s position using scene.pickPosition. This Sandcastle shows how it can be done.

pick

Thanks for this, will look into it.