Hi,
I am trying to get a simple window that will show the coordinate of the current pick point. We have a script that reads the value from a celll and imports it into our CAD at the clik of a button.
Ideally a seperate cell for X Y and Z, and if possible the option to freeze a cell (i.e fix the z value for subsequent picks). The current point picker will list the points, but I need to have a single set of cells that update with each point pick, rather than a list.
Any ideas?
Many Thanks
Simple Coordinate Display Window
Re: Simple Coordinate Display Window
Not sure if it can help but currently when using the 'Point List Picking' tool, the picked point coordinates are automatically copied into the clipboard. Your script could simply get the info from there?
Daniel, CloudCompare admin