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).
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
- 1Start
LINE. Type0,0Enter for the first corner. - 2Type
@6000,0Enter (bottom wall, 6 m). - 3Type
@0,3000Enter (right wall). - 4Type
@-2500,0Enter. - 5Type
@0,2000Enter. - 6Type
@-3500,0Enter. - 7Type
CEnter to close the shape back to 0,0.
Quick reference
| Command / tool | How to start it | What it does |
|---|---|---|
| Absolute | X,Y | Point measured from the origin |
| Relative | @X,Y | Point measured from the last point |
| Polar | @distance<angle | Distance and angle from the last point |
| Force absolute | #X,Y | Absolute point while Dynamic Input is on |
| Dynamic Input | F12 | Shows prompts and input at the cursor |
Common mistakes
Typing
3600,0for 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
- Start
LINEat0,0. - Draw
@30000<0, then@18000<90. - Draw
@12000<150(an angled boundary). - Close the shape with
C. - Check one length with
DISTand the area withAREA(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
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
- Area ConverterConvert square metres, square feet, acres, hectares and more.
- Length ConverterConvert between metres, centimetres, millimetres, kilometres, inches, feet, yards and miles.
- Angle ConverterConvert degrees, radians, gradians, arcminutes and turns.
- Merge PDFCombine multiple PDFs into one file, in any order, choosing which pages to include from each.
- PDF CompressorReduce PDF file size by recompressing images while keeping text sharp — free, private and in your browser.
- PDF to PNGConvert PDF pages to sharp, lossless PNG images.
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.