
www.Usenet.com
| <-- __Chronological__ --> | <-- __Thread__ --> |
or with autolisp: (defun c:coord () (command "leader" (setq p (getpoint)) pause "" (rtos (car p)) (rtos (cadr p)) ""))
Then copy it from the text box to the clipboard, and paste it into a text object on the drawing. You could even paste it into the annotation of a quick leader.
Cheers! Rich
John Callaway wrote:
On Wed, 10 Sep 2003 16:45:39 -0500, R. Wink <[EMAIL PROTECTED]> wrote:
It shows xy corordinates in text box but not on the drawing as text. I need to show the corordinates as text on the drawing.
JPC
I use "ID" on the command line and then pick the point. R. Wink
On Wed, 10 Sep 2003 19:45:02 GMT, [EMAIL PROTECTED] (John Callaway) wrote:
In R14 & R2000i how do you display x y corodinates of specific points on the drawing itself?
JPC
| <-- __Chronological__ --> | <-- __Thread__ --> |