0
0
SolidworksHow-ToBeginner · 3 min read

How to Create Dimension Style in AutoCAD: Step-by-Step Guide

To create a dimension style in AutoCAD, open the Dimension Style Manager by typing D and pressing Enter. Click New, name your style, and customize settings like text, lines, and symbols before saving it.
📐

Syntax

The process to create a dimension style in AutoCAD involves these steps:

  • D: Command to open the Dimension Style Manager.
  • New: Button to create a new dimension style.
  • Name: Assign a unique name to your dimension style.
  • Modify: Customize settings such as text size, arrowheads, line spacing, and units.
  • OK: Save modifications in the Modify Dimension Style window.
  • Set Current: Make the new style active for your drawing.
  • Close: Exit the manager after saving.
plaintext
D
New
<Enter style name>
Modify
Adjust settings
OK
Set Current
Close
💻

Example

This example shows how to create a new dimension style named "MyDimStyle" with larger text and arrow size:

plaintext
1. Type <code>D</code> and press Enter to open Dimension Style Manager.
2. Click <code>New</code>.
3. Enter <code>MyDimStyle</code> as the style name and click <code>Continue</code>.
4. In the Modify Dimension Style window, go to the <code>Text</code> tab and set Text height to <code>0.25</code>.
5. Go to the <code>Symbols and Arrows</code> tab and set Arrow size to <code>0.18</code>.
6. Click <code>OK</code> to save changes.
7. Back in Dimension Style Manager, select <code>MyDimStyle</code> and click <code>Set Current</code>.
8. Click <code>Close</code>.
Output
A new dimension style named 'MyDimStyle' is created and set as current, with larger text and arrow sizes applied to dimensions.
⚠️

Common Pitfalls

Common mistakes when creating dimension styles include:

  • Not setting the new style as current, so dimensions still use the old style.
  • Forgetting to adjust text height or arrow size, resulting in unreadable dimensions.
  • Overcomplicating settings, which can cause inconsistent dimension appearance.
  • Not saving changes before closing the manager.

Always preview your dimension style on sample dimensions to ensure it looks right.

plaintext
Wrong:
D
New
MyStyle
Modify
Change text height
OK
Close

Right:
D
New
MyStyle
Modify
Change text height
OK
Set Current
Close
📊

Quick Reference

StepActionDescription
1DOpen Dimension Style Manager
2NewCreate a new dimension style
3NameEnter a unique style name
4ModifyCustomize text, lines, arrows, units
5OKSave modifications
6Set CurrentMake style active
7CloseExit manager

Key Takeaways

Use the Dimension Style Manager (command D) to create and manage dimension styles.
Always name your new dimension style clearly and set it as current to apply it.
Customize text size and arrowheads for clear, readable dimensions.
Preview your dimension style on sample dimensions before finalizing.
Avoid skipping the 'Set Current' step to ensure your style is applied.