Transform Coordinate System with AutoLISP (in Civil 3D)
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
I am wondering if there is a way to transform an assigned coordinate system via AutoLISP so that I can place any map point at 0,0... To elaborate...
AutoCAD, by default, allows me to use the GEOGRAPHICLOCATION command to pick where I would like my Lat/Long in my dwg and assigns the Bing maps to that location, in this example point 0,0...
Map assigned at point 0,0
However, when I assign the same coordinate system via EDITDRAWINGSETTINGS, it does not let me select where I would like to place the map...
Map default assignment, not at 0,0
... this brings me to my question, is there any way I can move my map by using the "Transformation" tab in my Drawing Settings? Can I accomplish this through AutoLISP? As it stands, AutoCAD does not allow me to use AutoLISP to manipulate the GEOGRAPHICLOCATION command.
Any help is appreciated on the matter! Thank you!
Best,
~DD