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
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
Hi @iramgelb
You can pick a point’s position using scene.pickPosition
. This Sandcastle shows how it can be done.
Thanks for this, will look into it.