Autodesk 057A1-05A111-1001 Getting Started Guide - Page 80

Draw with Coordinates, Use Cartesian and Polar Coordinates, Draw with Absolute Cartesian Coordinates

Page 80 highlights

Draw with Coordinates Coordinates represent locations in your drawing. When a command prompts you for a point, you can use the cursor to specify a point in the drawing area or you can enter coordinate values. Use Cartesian and Polar Coordinates In two-dimensional space, you specify points on a plane that is similar to a flat sheet of grid paper. You can enter two-dimensional coordinates as either Cartesian (X,Y) or polar (distance

  • 1
  • 2
  • 3
  • 4
  • 5
  • 6
  • 7
  • 8
  • 9
  • 10
  • 11
  • 12
  • 13
  • 14
  • 15
  • 16
  • 17
  • 18
  • 19
  • 20
  • 21
  • 22
  • 23
  • 24
  • 25
  • 26
  • 27
  • 28
  • 29
  • 30
  • 31
  • 32
  • 33
  • 34
  • 35
  • 36
  • 37
  • 38
  • 39
  • 40
  • 41
  • 42
  • 43
  • 44
  • 45
  • 46
  • 47
  • 48
  • 49
  • 50
  • 51
  • 52
  • 53
  • 54
  • 55
  • 56
  • 57
  • 58
  • 59
  • 60
  • 61
  • 62
  • 63
  • 64
  • 65
  • 66
  • 67
  • 68
  • 69
  • 70
  • 71
  • 72
  • 73
  • 74
  • 75
  • 76
  • 77
  • 78
  • 79
  • 80
  • 81
  • 82
  • 83
  • 84
  • 85
  • 86
  • 87
  • 88
  • 89
  • 90
  • 91
  • 92
  • 93
  • 94
  • 95
  • 96
  • 97
  • 98
  • 99
  • 100
  • 101
  • 102
  • 103
  • 104
  • 105
  • 106
  • 107
  • 108
  • 109
  • 110
  • 111
  • 112
  • 113
  • 114
  • 115
  • 116
  • 117
  • 118
  • 119
  • 120
  • 121
  • 122
  • 123
  • 124
  • 125
  • 126
  • 127
  • 128
  • 129
  • 130
  • 131
  • 132
  • 133
  • 134
  • 135
  • 136
  • 137
  • 138
  • 139
  • 140
  • 141
  • 142
  • 143
  • 144
  • 145
  • 146
  • 147
  • 148
  • 149
  • 150
  • 151
  • 152
  • 153
  • 154
  • 155
  • 156
  • 157
  • 158
  • 159
  • 160
  • 161
  • 162
  • 163
  • 164
  • 165
  • 166
  • 167
  • 168
  • 169
  • 170
  • 171
  • 172
  • 173
  • 174
  • 175
  • 176
  • 177
  • 178
  • 179
  • 180
  • 181
  • 182
  • 183
  • 184

74
|
Chapter 6
Precision Drawing
Draw with Coordinates
Coordinates represent locations in your drawing. When a command prompts you for a point, you
can use the cursor to specify a point in the drawing area or you can enter coordinate values.
Use Cartesian and Polar Coordinates
In two-dimensional space, you specify points on a plane that is similar to a flat sheet of grid paper.
You can enter two-dimensional coordinates as either
Cartesian (X,Y)
or
polar (distance<angle)
coordinates.
Cartesian coordinates
are measured from two perpendicular lines, the
X
axis and the
Y
axis. The
X
value specifies horizontal distance, and the
Y
value specifies vertical distance. For example, the
coordinates 5,3 represent a point 5 units along the
X
axis and 3 units along the
Y
axis. The
origin
(0,0) indicates where the two axes intersect.
Polar coordinates
use a distance and an angle to locate a point. For example, the coordinates
5<30 specifies a point that is a distance of 5 units from the origin and at a 30 degree angle from
the
X
axis.
You can use
absolute
or
relative
values with each method. Absolute coordinate values are based on
the origin. Relative coordinate values are based on the last point entered.
Draw with Absolute Cartesian Coordinates
Use absolute Cartesian coordinates when you know the precise
X
and
Y
values of the location of the
point. For example, the line in the illustration begins at an
X
value of –2 and a
Y
value of 1 and ends
at 3,4. The entries on the command line were as follows:
Command:
line
Specify first point:
#
–2,1
Specify next point or [Undo]
:
#
3,4
Entering the # identifies the coordinates as absolute coordinates.
Y
X
–X
-Y
0,0
-2,1
3,4