Anuncios

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

Anonymous
2681 Vistas, 12 Respuestas

Convert LWPOLYLINE into list of Latitude & Longitude

 Hi there,

 

I'm trying to get a list of lat/lon for each point in my shape. I've scoured the internet and I can't seem to find anything helpful. I've added a geographical marker and aligned my shape to the map.

 

What I'm trying to achiever is very similar to the effect of what AutoCAD already has built in:

 

(setvar "coords" 3)

Running the above code allows you to view the geographical position of the cursor. That leads me to believe that somewhere there is the ability to take a point and convert it into the lat/lon.. I just can't seem to find where it is.