Anuncios

The Autodesk Community Forums has a new look. Read more about what's changed on the Community Announcements board.

CodeDing
en respuesta a: Anonymous

xnoble,

 

If you are using vanilla AutoCAD and have a geo-located drawing. The only way I know to get a Lat/Long effectively (without addons or LISP) is to use the GEOMARKPOINT command. Place the marker and the properties of the placed marker will return the lat/long with the precision of the current UNITS. You can then move the marker to your next point. Otherwise if this is a commonly reoccurring task for you, it would be MUCH faster to look into addons or a LISP.

 

Best,

~DD