Skip to content
KitWren
BeginnerFree AutoCAD course about 18 min

Coordinates: absolute, relative and polar

Coordinates are how you tell AutoCAD exactly where points go. Master the three ways to type a point and you can draw anything precisely without a single guess.

In this lesson you will

  • Understand the X,Y coordinate system and the origin
  • Enter absolute, relative and polar coordinates
  • Know how Dynamic Input changes the default
  • Draw a shape precisely from dimensions only

The coordinate system

Every point in a 2D drawing has an X value (horizontal, positive to the right) and a Y value (vertical, positive upwards), measured from the origin 0,0. Angles are measured counter-clockwise from East (0° = right, 90° = up, 180° = left, 270° = down).

A grid with the origin at 0,0. Point A is at absolute coordinate 20,10. From A, a relative entry @30,0 draws a line 30 units to the right to point B. From B, a polar entry @20<60 draws a line 20 units long at 60 degrees to point C.0,0A (20,10)@30,0BC@20<6060°1 grid square = 5 units
Figure: Absolute, relative and polar coordinates. Original KitWren diagram.

Absolute coordinates: X,Y

Type the exact position measured from the origin: 20,10 means 20 along X, 10 up Y. Absolute coordinates are useful for the first point of a drawing or for site setting-out, but you rarely know every point's position from the origin.

Relative coordinates: @X,Y

The @ sign means from the last point. @30,0 goes 30 to the right; @0,-12 goes 12 down; @-5,5 goes 5 left and 5 up. Relative coordinates match how drawings are dimensioned: each point is known from the previous one.

@3600,2400 from one corner of a rectangle gives the opposite corner — that's how RECTANG is usually drawn.

Polar coordinates: @distance<angle

For a line of known length at a known angle, type @20<60: 20 units long at 60°. @1500<270 draws 1500 straight down. Polar entry is ideal for angled walls, roof pitches and property boundaries.

Dynamic Input changes the default

With Dynamic Input on (F12, the default), the second and later points you type are treated as relative even without the @. So 3600,0 typed for the second point means 3600 to the right of the last point. To force an absolute point while Dynamic Input is on, prefix it with #: #0,0.

Dynamic Input also lets you type a length, press Tab, and type an angle. Many drafters simply point the cursor in the right direction with Ortho (F8) or Polar tracking (F10) on, and type the length — called direct distance entry.

If a shape comes out in the wrong place, check whether Dynamic Input is on and whether you typed the @.

Worked example: an L-shaped room

  1. 1Start LINE. Type 0,0 Enter for the first corner.
  2. 2Type @6000,0 Enter (bottom wall, 6 m).
  3. 3Type @0,3000 Enter (right wall).
  4. 4Type @-2500,0 Enter.
  5. 5Type @0,2000 Enter.
  6. 6Type @-3500,0 Enter.
  7. 7Type C Enter to close the shape back to 0,0.

Quick reference

Command / toolHow to start itWhat it does
AbsoluteX,YPoint measured from the origin
Relative@X,YPoint measured from the last point
Polar@distance<angleDistance and angle from the last point
Force absolute#X,YAbsolute point while Dynamic Input is on
Dynamic InputF12Shows prompts and input at the cursor

Common mistakes

  • Typing 3600,0 for the second point and the line goes to the wrong place.

    With Dynamic Input off, that is absolute. Add @ or turn Dynamic Input on.

  • Angles going the wrong way.

    Angles run counter-clockwise from East. 270° (or -90°) is straight down.

Exercise

Draw a plot boundary from its survey

  1. Start LINE at 0,0.
  2. Draw @30000<0, then @18000<90.
  3. Draw @12000<150 (an angled boundary).
  4. Close the shape with C.
  5. Check one length with DIST and the area with AREA (pick the corners).

You should end up with: A closed four-sided boundary drawn entirely from typed values.

Checklist

0 of 4 checked · saved on this device

Lesson quiz

1 / 5

What does @500,0 mean?

Finished this lesson?

Taking the quiz marks it complete too. Your course page picks up where you stopped.

Free KitWren tools that help

Questions

Should beginners turn Dynamic Input off?

Keep it on — it shows prompts at the cursor and makes typed points relative, which is what you usually want. Just remember the # prefix for absolute points.

Free, independent learning material written for KitWren. AutoCAD and AutoCAD LT are registered trademarks of Autodesk, Inc. KitWren is not affiliated with, sponsored or endorsed by Autodesk. We never provide software downloads, licence keys or cracks — use the official sources.