CAD Forum - tips, tricks, discussion and utilities for AutoCAD, Inventor, Revit and other Autodesk products [www.cadforum.cz] ARKANCE | CONTACT - CZ | SK | EN | DE
Over 1.096.000 registered users (EN+CZ). AutoCAD tips, Inventor tips, Revit tips. Try the new precise Engineering calculator and the updated Barcode generator. New AutoCAD 2026 commands and variables.

CAD tip CAD tip # 6544:

Question

CAD 
 %  platform  category 
A
If you often need to change or assign a coordinate system in your drawings (maps), you may need a commandline version of the coord.systems command in Map (a dialog-based command by default).

You can use e.g. the following LISP macro:

  
(defun C:SetWGS ()  
(setvar "CMDDIA" 0)  
(command "ADESETCRDSYS" "_ses" "LL84" "_ex")  
(setvar "CMDDIA" 1)  
(princ)  
)  
The newly defined command SetWGS can be then assigned to a toolbar button or keyboard shortcut.

Another - simpler method is to use the LISP function:

  
(ade_projsetwscode "LL84")  
Map2009Civil2009TB2009
100% *CAD
24.2.2009    13151×  

See also:
Tip 14457:What is the difference between the commands GEOGRAPHICLOCATION, MAPCSASSIGN and GEOCSASSIGN in Map/Civil 3D?
Tip 14414:Link geo-tagged photos from your mobile phone to AutoCAD DWG maps.
Tip 13971:What do geolocation codes like 8FWPXFCF+82 or 33UVQ61402434 mean?
Tip 13692:What is the precision in Revit?
Tip 13514:Why does the Power dimensioning command zoom my drawing?


Back    All CAD Tips



Have we helped you? If you want to support the CAD Forum web service, consider buying one of our CAD applications, or our custom software development offerings, or donating via PayPal (see above). You may also add a link to your web - like this "fan" link: CAD Forum - tips, utilities, blocks for Autodesk products
CAD: 
OS: 
Categ: 
Text:
 FAQ
  



Featuring:
Save your floating licenses (NLS) consumed by inactive users - free unused licenses with
LogOff 2006 More info


Please use these tips at your own risk.
ARKANCE is not responsible for possible problems that may occur as a result of using any of these tips.
TOPlist