askvity

How Do I Add Dimensions to AutoCAD Layout?

Published in AutoCAD Dimensioning Layout 5 mins read

Adding dimensions to an AutoCAD layout sheet allows you to document the measurements of your design or drawings for plotting or presentation. The core process involves using the dimensioning tools available in AutoCAD, often by typing the command directly.

Understanding Dimensioning in AutoCAD Layouts

When working in a layout, you can add dimensions in two primary ways:

  1. Dimensioning Model Space Objects: Placing dimensions on the layout sheet that measure objects shown within a viewport (which displays the model space). This is the most common method for documenting your design.
  2. Dimensioning Paper Space Objects: Adding dimensions directly to elements drawn on the layout sheet itself (e.g., dimensioning elements of a title block or details drawn directly in paper space).

The process for creating the dimension is similar for both, but handling scale is crucial when dimensioning model space objects in paper space.

Basic Steps to Add Dimensions

The fundamental method for adding dimensions in AutoCAD, whether in model space or paper space (layout), is through the dimensioning commands. As per the reference:

  • Type “DIM” in the command line and press Enter.
  • Select the objects you want to dimension. This could be a line, polyline segment, arc, circle, or selecting two points (endpoints, intersections, etc.).
  • Click to specify the dimension line location. This determines where the dimension text and lines appear relative to the measured objects.

Repeat this process for any other dimensions you need to add.

This DIM command is a dynamic dimensioning tool that attempts to predict the type of dimension you want based on the objects or points you select (e.g., linear, aligned, angular, radius, diameter).

Dimensioning Model Space Objects Through a Viewport

When adding dimensions on a layout that measure objects in model space (seen through a viewport), follow these steps:

  1. Switch to the Layout Tab: Navigate to the desired layout tab.
  2. Activate Paper Space: Ensure you are in paper space (the border of the viewport is usually a solid line; you can see the paper background). Double-clicking inside the viewport activates model space within the layout, but dimensions are typically placed in paper space for consistent plotting scale.
  3. Start the Dimension Command: Type DIM or a specific command like DIMLINEAR, DIMALIGNED, DIMRADIUS, etc., and press Enter.
  4. Select Points/Objects: Carefully select the endpoints, objects, or features you want to measure within the viewport. Use object snaps (OSNAP) like Endpoint, Midpoint, Intersection, etc., for accuracy.
  5. Place the Dimension: Click to position the dimension line and text.

Key Consideration: Scale and Dimension Styles

For accurate dimensioning of model space objects in a layout, you must use a Dimension Style that is scaled correctly for the viewport's annotation scale.

  • Annotation Scaling: AutoCAD's annotation scaling feature is designed for this. You create dimension styles that are annotative. These styles automatically adjust their size (text height, arrowhead size, etc.) based on the annotation scale assigned to the layout viewport.
  • Ensure your dimension style is set up to be annotative or manually scale your dimension style's settings (DIMSCALE) based on your viewport scale.
  • Assign the correct annotation scale to the viewport before adding dimensions.

Using the right dimension style ensures that your dimensions appear at the correct, readable size on the printed sheet regardless of the viewport scale.

Dimensioning Paper Space Objects

If you need to dimension elements drawn directly on the layout sheet (e.g., title block details, notes drawn outside viewports), the process is the same basic DIM or specific dimension command process. Since these objects are drawn at a 1:1 scale on the paper, you would typically use a dimension style that is not annotative or is set to a DIMSCALE of 1.

Common Dimension Types

While the DIM command is versatile, you can also use specific commands for clarity:

Command Description Example Use
DIMLINEAR Creates horizontal or vertical dimensions. Measuring the length or width of a room.
DIMALIGNED Creates dimensions aligned with two points. Measuring the length of a diagonal line.
DIMANGULAR Creates angle dimensions. Measuring the angle between two lines.
DIMRADIUS Creates radial dimensions for circles and arcs. Indicating the radius of a curved wall.
DIMDIAMETER Creates diameter dimensions for circles and arcs. Indicating the diameter of a circular column.
DIMBASELINE Dimensions from an existing baseline. Adding multiple dimensions originating from one point.

Regardless of the command used, the core interaction involves selecting what to measure and where to place the dimension, as described in the basic steps.

Related Articles