Can I use different units (mm and inches) in the same drawing in AutoCAD?
Can I use different units (mm and inches) in the same drawing in AutoCAD?
Short Answer
Yes — in AutoCAD, you can show mm and inches in the same drawing, but the most common professional method is to draw in one base unit and display the alternate unit through dimension styles using DIMSTYLE. This keeps geometry consistent and avoids scaling mistakes. Limitation: mixed modeling units in one file are not recommended.
What You Need to Know Before
Warning: AutoCAD geometry itself does not “know” whether a line is mm or inches unless your workflow is controlled. A common failure happens when blocks, xrefs, or copied details are inserted with the wrong scale because unit settings and insertion units do not match.
How to Show mm and Inches in the Same Drawing
Command: DIMSTYLE
Shortcut: D
Quick Steps:
- On the Ribbon > Annotate tab > Dimensions panel, open dimension style Manager and run DIMSTYLE.
- Modify your current dimension style, then go to the Alternate Units tab and check Display alternate units.
- Set the Multiplier for alt units correctly, such as
0.03937for mm-to-inches, then apply and place dimensions normally.
Variables & Settings
System Variable: INSUNITS (Default: 1 or drawing-dependent)
Expert Setting: INSUNITS controls insertion scaling for blocks and xrefs. If your drawing is in millimeters and another file is in inches, AutoCAD can scale inserted content automatically only when both files have correct INSUNITS values.
Why it Fails
Cause 1 (Geometry): Objects are drawn at inconsistent real sizes because some parts were modeled as mm values and others as inch values instead of using one base drawing unit.
Cause 2 (layers/Locks): Dimensions may not update or may be hard to edit when dimension objects are placed on locked layers or come from locked xrefs.
Cause 3 (Command/Logic): Users change unit display in UNITS and expect geometry to convert, but that command mainly controls format and insertion behavior, not object size conversion.
Quick Fix & Best Practice
Quick Fix: Use DIMSTYLE alternate units for dual-dimension display, and verify INSUNITS before inserting blocks or xrefs.
Manager’s Verdict: In professional workflows, model everything in one unit system only, then display the second unit in dimensions or plotted annotations. Avoid mixing actual object sizes in mm and inches inside the same AutoCAD model space.
FAQ
Can AutoCAD automatically convert mm dimensions to inches for display?
Yes, by enabling alternate units in your dimension style.
Does changing UNITS convert existing geometry?
No, it changes display and insertion settings, not the actual object size.
Can I insert an inch-based block into a millimeter drawing?
Yes, if INSUNITS is set correctly in both drawings, AutoCAD can scale it automatically.
.
