Dimensioning - CADTutor
Dimensioning - CADTutor
Dimensioning - CADTutor
Dimensioning
by David Watson
Introduction
This tutorial describes the options and commands available for dimensioning drawings and how to use them.
The correct use of AutoCADs dimension tools is the key to producing clear and concise measured drawings.
If you just need to quickly find a description of the various dimension commands, click on the appropriate
button on the QuickFind toolbar below.
AutoCAD provides a whole range of dimensioning tools which can be used to quickly dimension any drawing
without the need for measurement. Dimensioning in AutoCAD is automatic; lines, arrows and text are all
taken care of by the dimension commands. AutoCAD dimensions are special blocks which can easily be
edited or erased as necessary.
AutoCAD provides lots of control over the way dimensions look. Using a system similar to text styles,
dimension styles allow you to design dimensions so that they look just the way you want them to.
For example, the illustration above shows two different dimension styles. The one on the left is the default
style known as STANDARD. If you do not create a style of your own or modify the standard style, all
dimensions will look like this. The dimension line has arrow heads and the dimension text is positioned
above the line and is drawn using the current text style. The dimension on the right has been drawn using a
new style. The arrows have been changed to obliques, the vertical alignment of the text has been centred
and the current text style has been changed.
There are lots of dimension commands which include facilities for indicating tolerances and alternate units
dimensioning. However, this tutorial aims to cover the most common commands for general use and
constitutes an introduction to dimensioning with AutoCAD. If you would like to learn more about dimensions,
refer to the AutoCAD user manual.
AutoCAD divides dimensions into four main categories: Linear, Radial, Ordinate and Angular. For the
purposes of this tutorial we will only consider some of the commands within the Linear, Radial and Angular
categories.
When you create dimensions, AutoCAD automatically creates a new layer called "Defpoints". This is a
special layer which cannot be deleted or renamed. AutoCAD uses this layer to store dimension information
and you can effectively ignore it. (see Object Properties for more information on layers)
When working with dimensions it is very important that line origins are picked accurately so that the resulting
measurement and text are correct. Always use an Osnap to pick dimension line origins. If you have a lot of
dimensioning work to do, it will be worth using a running Osnap. Running object snaps are set using the
Osnap Settings dialogue box. To display this dialogue box type DDOSNAP at the keyboard or select Tools
Object Snap Settings from the Pull-down menu. There is also a keyboard short-cut; you can display the
Osnap Settings dialogue box simply by hitting the F3 key.
https://www.cadtutor.net/tutorials/autocad/dimensioning.php 1/14
11/17/2018 AutoCAD Tutorial | Dimensioning | CADTutor
This tutorial is not designed as a reference for dimensioning conventions. If you wish to learn more about
dimensioning conventions, consult BS 308: Part 2.
Keyboard DIMLINEAR
Command Sequence
Command: DIMLINEAR
First extension line origin or press ENTER to select: (pick P1)
Second extension line origin: (pick P2)
Dimension line location (Mtext/Text/Angle/Horizontal/Vertical/Rotated): (pick a point to position the
dimension line, you will see the dimension rubber banding)
You may have noticed that the first prompt asks you to pick the first extension line origin or to press the
ENTER key. Pressing the Enter/Return key results in the following prompt:
https://www.cadtutor.net/tutorials/autocad/dimensioning.php 2/14
11/17/2018 AutoCAD Tutorial | Dimensioning | CADTutor
Select object to dimension:
AutoCAD allows you to dimension an object simply by picking it. Try this out. Draw a
line or a circle and use this option rather than the two point option to see what
happens.
Keyboard DIMCONTINUE
You can use the Continue command to add a string of dimensions. In the illustration above the "36mm"
dimension has been continued from the "64mm" dimension.
Command Sequence
Command: DIMCONTINUE
Specify a second extension line origin or (Undo/<Select>): (pick P3)
Specify a second extension line origin or (Undo/<Select>): (pick another or to end)
Note: There is no prompt for the first line origin, AutoCAD automatically selects the second line origin of the
previous dimension to be the first of the new dimension. There is also no prompt for the dimension line
position, AutoCAD automatically matches up with the previous dimension.
Using the Continue command you can very quickly generate a string of dimensions which align perfectly. In
the example above, the "34.41" dimension was drawn with the DIMLINEAR command; all the other
dimensions were drawn using the DIMCONTINUE command and simply picking the four points, one after the
other. You can only continue a dimension in a single direction. To generate the "26mm" dimension in the
previous illustration, you will need to use the DIMLINEAR command and pick P3 and P4 or enter at the
first prompt and pick the line.
Keyboard DIMBASELINE
You can use this command to generate a series of dimensions from a single base point. You must already
have created the first dimension in the sequence using a command such as DIMLINEAR. The
DIMBASELINE command then creates further dimensions in a similar way to the DIMCONTINUE command.
All the user has to do is pick points.
Command Sequence
https://www.cadtutor.net/tutorials/autocad/dimensioning.php 3/14
11/17/2018 AutoCAD Tutorial | Dimensioning | CADTutor
Command: DIMBASELINE
Specify a second extension line origin or (Undo/<Select>): (pick next point)
Specify a second extension line origin or (Undo/<Select>): (pick another or to end)
Select base dimension: ( again to end)
In the example above, the "35.07" dimension was created using the DIMLINEAR command. The others were
created using DIMBASELINE and picking points 1 and 2.
Keyboard DIMALIGNED
You can use this command to generate aligned dimensions. These are
dimensions along inclined lines which cannot be dimensioned with the
DIMLINEAR dimension command because that command will only give a
measured dimension in either a horizontal or vertical direction. However, as
you can see from the command sequence below, this command works in
exactly the same way.
Command Sequence
Command: DIMALIGNED
First extension line origin or press ENTER to select:(pick P1)
Second extension line origin: (pick P2)
Dimension line location (Mtext/Text/Angle): (pick a point)
The DIMCONTINUE and DIMBASELINE commands can both be used in conjunction with DIMALIGNED
dimensions.
In the example above, the Mtext option has been used to create a multi-line annotation. When you use this
option you will notice that the Multiline Text Editor dialogue already has some text in the text window. This is
https://www.cadtutor.net/tutorials/autocad/dimensioning.php 4/14
11/17/2018 AutoCAD Tutorial | Dimensioning | CADTutor
the measured dimension and is displayed as "<>". If you delete this marker the dimension measurement will
not appear in the annotation.
The Diameter and Radius commands are supplemented by the DIMCENTER command which can be used
to add a center mark to any circle or arc. The DIMDIAMETER and DIMRADIUS commands do not
automatically draw a center mark.
By convention it is usual to dimension full circles using a diameter and arcs (partial circles) using radius. You
will find more information on dimensioning conventions in BS 308: Part 2.
Keyboard DIMDIAMETER
You can use the Diameter command to annotate a circle or an arc with a
diameter dimension. To achieve this simply start the command, pick a point on the circumference of the
circle, pick a second point to determine the length of the leader and then add the dimension text or Return to
accept the default.
Command Sequence
Command: DIMDIAMETER
Select arc or circle: (pick the circumference P1)
Dimension line location (Mtext/Text/Angle): (move the cursor until you are happy with the text position and
then pick to complete the sequence)
https://www.cadtutor.net/tutorials/autocad/dimensioning.php 5/14
11/17/2018 AutoCAD Tutorial | Dimensioning | CADTutor
Keyboard DIMRADIUS
The Radius command is identical to the Diameter command except that the dimension
measurement is a radius rather than a dimension and the resulting dimension text is
prefixed with a "R" to indicate radius.
Command Sequence
Command: DIMRADIUS
Select arc or circle: (pick the circumference P2)
Dimension line location (Mtext/Text/Angle): (move the cursor until you are happy with the text position and
then pick to complete the sequence)
Notice that in the illustration above the radius dimension has been positioned inside the circle. Both diameter
and radius dimensions can be positioned either inside or outside an arc or circle.
Practice with the Radial and Diameter commands until you understand how they work.
Keyboard DIMCENTER
You can use the Center Mark command to annotate a circle or an arc with
a cross at the center. The illustration above shows a center mark added to a circle after a diameter has been
drawn.
Command Sequence
Command: DIMCENTER
Select arc or circle: (Pick the circumference of a circle or arc)
Angular Dimensions
There is only one command in this section and it is used to annotate angular measurements.
Keyboard DIMANGULAR
The Angular command is amazingly flexible and can be used to indicate an angle in almost any situation.
Just like the other dimension commands, all parts of the process are rubber banded so you can see the
results of your actions before you make the final pick.
Command Sequence
Command: DIMANGULAR
Select arc, circle, line, or press ENTER: (pick a line)
Second line: (pick another line)
Dimension arc line location (Mtext/Text/Angle): (pick point)
https://www.cadtutor.net/tutorials/autocad/dimensioning.php 6/14
11/17/2018 AutoCAD Tutorial | Dimensioning | CADTutor
Move the cursor position until you are happy with the result. Notice that you can move the cursor to either
side of the lines and the angular dimension will change accordingly.
You may have noticed that at the first prompt you are given the option to
press ENTER. If you use this option you will be prompted to pick the
angle vertex and then the two angle endpoints. This is quite useful if the
angle you need to dimension is not defined by physical lines on the
drawing. The illustration on the right shows the result of this option. The
centre point of circle 1 was picked as the angle vertex and the centre
points of circles 2 and 3 were picked for the two angle endpoints.
The degree character is automatically inserted for you, however, if you ever need to type it, you can do so by
typing "%%d". This is another of AutoCADs special characters.
Ordinate Dimensions
Ordinate dimensions are not really dimensions at all in that they do not indicate a measurement. Rather they
annotate known co-ordinate points. The DIMORDINATE command is used to indicate the X and Y ordinate
values at any point.
Keyboard DIMORDINATE
The Ordinate command is used to annotate co-ordinate points with X or Y values. This may be useful for
setting-out on site plans.
Command Sequence
Command: DIMORDINATE
Select feature: (pick the point to annotate)
Leader endpoint (Xdatum/Ydatum/Mtext/Text): (pick endpoint or use one of the options)
By default a vertical leader will display the X ordinate and a horizontal one will display the Y ordinate.
However, you can use the Xdatum and Ydatum options to override this default.
In the illustration above, the building corner on the left has been annotated with X and Y ordinates using the
default method. The one on the right has a Y ordinate which has been forced to display in a vertical position
using the Ydatum option. You could also use the Text or Mtext options to clearly describe the point you are
annotating.
https://www.cadtutor.net/tutorials/autocad/dimensioning.php 7/14
11/17/2018 AutoCAD Tutorial | Dimensioning | CADTutor
Keyboard LEADER
The Leader command can be used to annotate any point on a drawing. The command sequence below was
used to draw the leader shown in the illustration above.
Command Sequence
Command: LEADER
From point: (pick the point to annotate)
To point: (pick vertex point)
To point (Format/Annotation/Undo)<Annotation>: (pick end point)
To point (Format/Annotation/Undo)<Annotation>:
Annotation (or press ENTER for options): Corner of
MText: building
MText: (to end)
Unlike other dimension commands the leader and annotation text are drawn as separate objects. So, if you
need to move or edit the text, you can do so without affecting the leader line.
As you can see by the command line, there are a number of options with this command including "Format"
options which include "Spline". Experiment with these options until you understand them.
Editing Dimensions
The dimension edit commands, DIMEDIT and DIMTEDIT are used primarily to adjust the position of the text
part of a dimension. This is usually only necessary if the drawing is quite complex and the dimension would
read more clearly if it were in a different position.
Keyboard DIMTEDIT
The Dimension Text Edit command is used to modify the text position of any single dimension.
Command Sequence
Command: DIMTEDIT
Select dimension: (pick the dimension you want to edit)
Enter text location (Left/Right/Home/Angle): (pick a new position or use an option)
https://www.cadtutor.net/tutorials/autocad/dimensioning.php 8/14
11/17/2018 AutoCAD Tutorial | Dimensioning | CADTutor
The results of the four available options are shown in the illustration below.
The Left option moves the text to a left justified position within the dimension.
The Right option moves the text to a right justified position within the dimension.
The Home option returns the text to the home position after it has been modified.
The Angle option enables the text to be rotated about its center.
Pull-down Dimension Oblique (other options are duplicated in DIMTEDIT so don't appear)
Keyboard DIMEDIT
The Dimension Edit command can be used to modify and change the text of any number of dimensions. The
command could, for example, be used to add a standard prefix or suffix to a number of dimensions.
Command Sequence
Command: DIMEDIT
Dimension Edit (Home/New/Rotate/Oblique) <Home>: (choose an option)
Select objects: (pick one or more dimensions)
Select objects: (pick more or end)
The command sequence will vary depending upon which option has been chosen but the results of the
various options are illustrated below.
The New option displays the Multiline Text Editor. The changes you make to the text will be applied to all
selected dimensions so it is important not to delete the "<>" marker from the text string. Deleting this marker
will remove the values from all selected dimensions.
The Rotate option can be used to rotate dimension text about its center point. It works in exactly the same
way as the Angle option of the DIMTEDIT command except that you can rotate any number of dimensions at
once.
The Oblique option is used to set the dimension lines at an angle. This option can be very useful when you
are dimensioning a drawing in isometric projection (see the illustration on the right). In this case the drawing
has been dimensioned using the Aligned command and then the oblique angle modified to suit the
dimension position. This usually means setting an angle of 30, 330 or 90 degrees depending upon the
dimension orientation. If you are creating details in isometric projection make sure you are using the
isometric snap/grid option for greater efficiency. For more information on drawing in isometric projection and
the use of the isometric snap grid, see the "Drawing Aids" tutorial.
https://www.cadtutor.net/tutorials/autocad/dimensioning.php 9/14
11/17/2018 AutoCAD Tutorial | Dimensioning | CADTutor
Dimension Styles
Dimension styles are the main method used to control the way dimensions look. Using styles you can
change the text font, the arrow head style, the relative position of the text, the scale of dimensions and many
other parameters. Styles are created using the DIMSTYLE command.
Dimension styling is a relatively complex area of AutoCAD and the finer points are beyond the scope of this
tutorial. However, the main points which will enable you to create clear, good looking styles are set out below.
To create a new dimension style, make sure the STANDARD style is the current style, click in the Name edit
box and type the name of the new style you wish to create. Click the Save button. You will see a message in
the lower left corner of the dialogue box which says "Created name from STANDARD" where name is the
new style name which you typed. The new style is automatically set as the current style. You may rename
the new style if you wish, simply by typing a new name in the Name edit box and clicking on the Rename
button.
The new style which you have created is identical to the STANDARD style, so you must now modify your
new style so that it can be used to create dimensions which conform to your own requirements. Style
changes are made in three categories, Geometry, Format and Annotation. As you can see from the
Dimension Styles dialogue box, each category is represented by a button which leads to a dialogue box
which is used to modify the settings in that particular category.
Once selected the new arrow type is illustrated in the dialogue box. If
you require different arrow heads at each end of your dimensions you
can set the other type using the "2nd" drop-down list. Click on "OK" to
return to the Dimension Styles dialogue box.
Dimension Scale
When you are working with drawings which will be plotted at different scales, you will need some way of
changing the scale of the dimension lines relative to your drawing so that they always appear the same size,
irrespective of plotting scale. You can achieve this by using the Scale variable. This option is also available
https://www.cadtutor.net/tutorials/autocad/dimensioning.php 11/14
11/17/2018 AutoCAD Tutorial | Dimensioning | CADTutor
from the Geometry dialogue box. The default value is set to 1.0. The larger the value the larger the
dimension will appear. For example, a value of 2.0 would double the text height and the arrow size. To
change the scale of dimensions, simply type the required scale in the "Overall Scale" edit box. Try changing
the scale factor and check the results. The scaling applies to individual styles, so you could create different
styles with different dimension scales to be used for different plotting scales.
Note that changing the scale of dimensions does not affect the dimension value, this is always calculated in
drawing units.
You can also use Text the option in this dialogue box to change the text orientation in aligned dimensions. By
default all dimension text is aligned with the dimension. This option allows you to force text to appear
horizontal, irrespective of the orientation of the dimension. You have independent control over dimension text
which appears inside and outside of the dimension lines.
https://www.cadtutor.net/tutorials/autocad/dimensioning.php 12/14
11/17/2018 AutoCAD Tutorial | Dimensioning | CADTutor
AutoCAD gives you the option to automatically include a unit prefix or suffix with the dimension text. For
example, you could set the dimension style in such a way that it created dimensions with "m" to indicate
metres after each dimension text. Most usually, dimensions are drawn without units displayed but with a note
on the drawing indicating the units used, such as "All dimensions in metres". However, you may have a
drawing where different units are being used for different elements of the drawing. In such a case it is a good
idea to include units to avoid confusion. Remember that the main idea behind dimensioning is to give the
maximum amount of information in the clearest and most concise way. To add units to a dimension style,
click on the "Annotation…" button in the Dimension Styles dialogue box and enter the required unit
character(s) in the "Prefix" and/or "Suffix" edit boxes of the "Primary Units" area of the dialogue box. For
example, if you wanted to display metres, you would type "m" in the "Suffix" edit box.
The Dimension Update command is used to apply the current dimension style to existing dimensions. You
can use this command to change the style of a dimension. Unlike text styles, dimension styles do not
automatically update when the style is changed. The UPDATE command must be used to force dimensions
to appear in the current text style.
Command Sequence
Command: DIM
Dim: UPDATE
Select objects: (pick dimension to update)
Select objects: (pick more dimensions or to end)
Dim: (press the escape key, Esc to return to the command prompt)
https://www.cadtutor.net/tutorials/autocad/dimensioning.php 13/14
11/17/2018 AutoCAD Tutorial | Dimensioning | CADTutor
Avoid giving duplicate information. For example, if you use a number of running dimensions along the
length of an object, it is not necessary to include an
additional dimension for the whole length. In the
illustration on the right the "50" dimension is unnecessary
because it gives no extra information and simply
duplicates that which can be inferred from the "20" and
"30" dimensions. This will also avoid any ambiguity which
may arise from inaccurate dimensioning.
If you do not include any units information with your dimensions you must always add a note to your
drawing such as "All dimensions are in millimetres" to make it absolutely clear.
https://www.cadtutor.net/tutorials/autocad/dimensioning.php 14/14