[Search tip detail and code files using keywords, tip number, author name, etc ]
 
Edit Dimension Text
Tip# 3575 By Murray Clack On 06-Feb-2011
4
Rated By 1 users
Categories : Edit Dimension
Software type : AutoCAD 2011
Rename File To : No Files to download.
Place text below a dimension line.

CAD Technician Murray Clack shares an AutoCAD tip about editing text in dimensions.

"One of my all-time favorite techniques that I still use today is placing text below a dimension line so that it is part of the dimension object itself. Enter either the DDEdit or TEdit command and select the dimension object. While in the text editor, place your cursor at the end of the dimension value and enter the code switch X followed by the desired text string. For example, if you want the word TYPICAL to appear below the dimension line, the code should read: XTYPICAL (note: the letter X must be uppercase).
 
"Now, when the dimension object changes length, the text below automatically repositions itself just like the dimension text.
 
"As an additional tip, you can have a string of text always appear by manipulating the dimstyle:

  1. Enter the command DimStyle (or DDim)
  2. Highlight the desired dimstyle and click the Modify button
  3. Click on the Primary Units tab
  4. In the Suffix field, enter the desired code switch (e.g., XTYPICAL)
  5. Click the OK and Close buttons.

Any existing or new dimensions created with that dimstyle will have text below the dimension line."
 
Notes from Cadalyst Tip Patrol:
AutoCAD probably has more settings for dimensions than for anything else. Getting your dimensions right can be tricky. Use the DDEdit command (ED for short) to edit dimension text. Another method is to open the Properties Manager, select the dimension you want to edit, scroll down in the manager to the Text area, and edit the text in the Text Override field. You can use the same codes (/X or /P) for a return in the dimensions text as in the DDEdit command. You can also use the Enter key while working in the DDEdit command.
 

 

Average Rating:
4


User comments
Comment by Porter,Bill
Posted on 2011-02-07 13:59:37
If you put the left and right arrows <> in the Text Override field (found in the properties) on a dimension you can add text to a specific dimension while retaining the dimension. For example <>TYPICAL added in the Text Overide field of a one foot dimension will give you "1'-0" TYPICAL"
Comment by Lundgren,Stan
Posted on 2011-02-07 14:13:16
The code switch referred to is a backslash "\" not a forward slash. So you will get better results with "XTYPICAL" typed at the end of the dimension.
Comment by ,
Posted on 2011-02-08 01:26:35
To add any word under the dim line as its part back slash "\" is working not forward slash "/" so the following string works (your dimXTYPICAL)
Comment by ,
Posted on 2011-02-08 01:34:44
To add any word under the dim line as its part back slash "\" is working not forward slash "/" so the following string works (your dimXTYPICAL)
Comment by ,
Posted on 2011-02-16 12:02:27
The "ED" command works great for editing all text as well.