Page 1 of 1

Simple Coordinate Display Window

Posted: Mon Nov 23, 2015 12:50 pm
by Rollo
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

Re: Simple Coordinate Display Window

Posted: Mon Nov 23, 2015 2:35 pm
by daniel
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?