Coordinate System
Coordinate System
1
COORDINATE SYSTEM
The Cartesian Coordinate System consists of two numbered lines crossing perpendicular to each other at
their zero values. The horizontal axis is called the X-axis, and the vertical axis is called the Y-axis as shown
in Figure 1.1. This allows you to assign a value to each location on a plane. Each coordinate location
consists of a pair of numbers, the first of which is the X-coordinate and the second is the Y-coordinate,
written (X,Y). For example, (3,4) is a location 3 units to the right 4 units up from X0,Y0.
AutoCAD has been programmed to understand the @ symbol as meaning “The Last Point”. AutoCAD
always remembers the last point entered by the user so when the @ is used, for example: @2,4, that
means to AutoCAD “from the last point entered go 2 units in the X direction and 4 units in the Y direction”.
The @ is used in many different ways as you will see as you work your way through the modules.
When possible, always draw in the positive quadrant. In almost all cases, X0,Y0 should be the bottom left
hand corner of your trimmed drawing.
When you start a drawing the first XY location is always specified using an absolute coordinate. After that,
relative coordinates are used. It would be difficult to calculate all coordinates as absolute.
When you are entering decimal numbers and your number ends in a zero, for example 4.0, just enter the
number up to the zero. In this case 4. If the number you are entering is 3.6700, then enter 3.67.
If you are entering a positive number in AutoCAD, just enter on it’s own. Positive is the AutoCAD default.
If the number is negative, you must enter the – sign before the number. For example, if the number is 4.0,
enter 4. If the number is -4.0, enter -4.
Procedure
Using the LINE command:
Command: LINE
Specify first point: 7,5
Specify next point or [Undo]: @0,2
Specify next point or [Undo]: @-2,0
Specify next point or [Close/Undo]: @.75,1
(You can draw a line at an angle by entering both the X and Y coordinates.)
Specify next point or [Close/Undo]: @-3.5,0
Specify next point or [Close/Undo]: @-.75,-1
Specify next point or [Close/Undo]: @U
(When you make an input error, enter a U to go back one step. More than one U can be entered to step
back further. Ensure you press the ENTER or SPACE after each one.)
Command:
Specify next point or [Close/Undo]: @.75,-1
Specify next point or [Close/Undo]: @-2,0
Specify next point or [Close/Undo]: @0,-2
Specify next point or [Close/Undo]: @1,0
Specify next point or [Close/Undo]: @0,.5
Specify next point or [Close/Undo]: @4,0
Specify next point or [Close/Undo]: @0,-.5
Specify next point or [Close/Undo]: @7,5
(The object was closed by entering the absolute coordinate.)
Specify next point or [Close/Undo]:
Command: