CAD Forum
Cesky English Deutsch
Login:
 Visitors: 904 

WWW server of the XANADU company (formerly: CAD Studio) Become a fan of CADforum on Facebook

CAD tip CAD tip # 7103:

Question CAD 
 %  platform  category 
Q - question

How to convert a drawing from inches to centimeters (or vice versa)?

A - answer First of all - an AutoCAD drawing in the modelspace is unitless. A drawing unit can be anything you wish. A square of 10x10 units can be 10mm, 10m, 10", 10 feets, whatever. The real physical units are required only when you want to represent the drawing model for the real world - for dimensioning, plotting (plot scale), paperspace and annotation functions.

But if you really want to scale your drawing from inches to milimeters, centimeters, meters - or vice versa - e.g. from centimeters to inches (i.e. between metric and imperial units), you can use the SCALE command.

When going e.g. from inches to centimers, you have to scale up your drawing 2.54x. Run the SCALE command, select All objects, specify 0,0 (global) as the reference point and enter 2.54 as the scale factor.

You can prepare a menu macro button to perform this conversion operation automatically (menu macros use ";" instead of Enter) - some examples:

[Inches->CM]^C^C_SCALE;_All;;*0,0;2.54;
[Inches->MM]^C^C_SCALE;_All;;*0,0;25.4;
[CM->Inches]^C^C_SCALE;_All;;*0,0;0.3937;
ACADLT
100% *  CAD 
10.12.2009    2380x   FAQ  
Comments   Tell a friend
Share tip: Digg it! Del.icio.us Facebook Technorati StumbleUpon
applies to: AutoCAD · AutoCAD LT ·

See also:
Tip 1907:How to influence scale of blocks dragged from DesignCenter?


Back   All CAD Tips All CAD tips&tricks

Switch AutoCAD to TURBO mode. « | » Render error: The following render appearance images are missing

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. 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 glossary   



Featuring:
Generate hatch patterns automatically from your DWG drawings with
HGEN 2006 More info


Please use these tips at your own risk.
XANADU (CAD Studio) is not responsible for possible problems that may occur as a result of using any of these tips.