Daniel J. Altamura, R.A.
Guest
|
Posted:
Fri Apr 08, 2005 4:33 pm Post subject:
Re: How to implementation "Ctrl+F6" in visual lisp |
|
|
From AutoCAD help:
COORDS
Type: Integer
Saved in: Registry
Initial value: 1
Controls when coordinates are updated on the status line.
0 Coordinate display is updated as you specify points with the pointing
device
1 Display of absolute coordinates is updated continuously
2 Display of absolute coordinates is updated continuously, and distance and
angle from last point are displayed when a distance or angle is requested
So you could use (setvar "coords" 0) to turn them off, for example.
--
Daniel J. Altamura, R.A.
Altamura Architectural Consulting
and SoftWorx, Autodesk Authorized Developer
--------------------------------------------------------------------
"Adesu" <mteybid@yuasabattery.co.id> wrote in message
news:4255faaf_3@newsprd01...
| Quote: | I have trouble to implementation "Ctrl+F6" in visual lisp or to change from
session drawing1.dwg to drawing2.dwg,would you help me,please
|
|
|