Good morning everyone.
Autolisp is not my preferred language, but in this case, I can not choose. I need (using Lisp in Autocad Map 3D) assing coordinate system to the attached drawing (source drawing).Then create Geodetic transformatio Defininition. These two steps keep me from proceeding. It seems to me that there are no Autolisp functions for this, or am I wrong? I need help, urgently. Thank you in advance for your attention.
Good morning everyone.
Autolisp is not my preferred language, but in this case, I can not choose. I need (using Lisp in Autocad Map 3D) assing coordinate system to the attached drawing (source drawing).Then create Geodetic transformatio Defininition. These two steps keep me from proceeding. It seems to me that there are no Autolisp functions for this, or am I wrong? I need help, urgently. Thank you in advance for your attention.
Assuming I assign the coordinate system to the drawing before attaching it, I can work around this step, however, I still need to know if there is a lisp function to Create Geodetic Tansformaition Definitio.
Thanks for your help.
Assuming I assign the coordinate system to the drawing before attaching it, I can work around this step, however, I still need to know if there is a lisp function to Create Geodetic Tansformaition Definitio.
Thanks for your help.
What's about a simple command call like
(command "adesetcrdsys" "_s" "ETRS89.UTM-32N" "_x")
otherwise look here
What's about a simple command call like
(command "adesetcrdsys" "_s" "ETRS89.UTM-32N" "_x")
otherwise look here
Can't find what you're looking for? Ask the community or share your knowledge.