TheSwamp

Code Red => AutoLISP (Vanilla / Visual) => Topic started by: SOFITO_SOFT on July 10, 2011, 09:03:31 AM

Title: UTM coordinates to Geographic coordinates (latit/long) in Alisp / Vlisp?
Post by: SOFITO_SOFT on July 10, 2011, 09:03:31 AM
Hello, swampy pleople:
UTM coordinates to geographic coordinates in Alisp / VLISP?
You know if it's too hard?  :|
Thanks in advance.
Regards  :-)
Title: Re: UTM coordinates to Geographic coordinates (latit/long) in Alisp / Vlisp?
Post by: ribarm on July 10, 2011, 09:18:57 AM
I've made this one for transforming 2dpolylines to 3dpolylines...

See attached *.dwg and use *.lsp... I think this isn't what you're looking for, but it's nice example of transforming 2d coordinates to 3d...

Regards, M.R.
Title: Re: UTM coordinates to Geographic coordinates (latit/long) in Alisp / Vlisp?
Post by: yarik on July 11, 2011, 12:35:37 PM
Quote
Hello, swampy pleople:
UTM coordinates to geographic coordinates in Alisp / VLISP?
You know if it's too hard?  :|
Thanks in advance.
Regards  :-)

Hey SOFITO here are some functions

Title: Re: UTM coordinates to Geographic coordinates (latit/long) in Alisp / Vlisp?
Post by: yarik on July 11, 2011, 12:37:11 PM
Quote
I've made this one for transforming 2dpolylines to 3dpolylines...

See attached *.dwg and use *.lsp... I think this isn't what you're looking for, but it's nice example of transforming 2d coordinates to 3d...

Regards, M.R.

Nice routine Ribarm, here other way