1
1
AutoCAD is a software application for computer-aided design (CAD) and drafting. AutoCAD stands
for Automated Computer-Aided Design. The software supports both 2-D and 3-D formats. The
software is developed by Autodesk, Inc.
Floor plan is the architectural drawings of the building that shows the location and size of rooms,
doors, windows, stairs, tables and other necessary items.
Electrical layouts are architectural drawings of the building that shows and identifies the electrical
devices.
Wiring (connection) diagram shows the connection of an installation of electrical component
devices.
1) Absolute coordinate :
In absolute coordinate entry method, coordinate points are entered relative to the origin (0,0). A 2-D
point can be determined in terms of X, Y. The coordinate point X, Y = (9, 6) means that the point is
9 units to the right of the origin and 6 units above the origin. The point X, Y = (-10,-4) is 10 units to
the left and 4 points below the origin, as shown in figure 1.
2) Relative coordinate :
In relative coordinate entry method, coordinate points are entered relative to the previous point.
The @ symbol is entered before each set of coordinate.
Example 1: To draw the following horizontal line in AutoCAD having its end points at (20,30)
and (80,30).
Command: line or l
LINE Specify first point: 20,30
Specify next point or [Undo]: 80,30
Specify next point or [Undo]: *Press Enter* or *Press Escape*
Example 2: To draw the following diagram (considering it as a series of lines) using Absolute
coordinates system.
Command: line or l
LINE Specify first point: 40,60
Specify next point or [Undo]: 100,60
Specify next point or [Undo]: 100,80
Specify next point or [Close/Undo]: 60,80
Specify next point or [Close/Undo]: 60,100
Specify next point or [Close/Undo]: 40,100
Specify next point or [Close/Undo]: 40,60 or close or c
Note: Close command will draw the line from the current position to the starting or first point.
Example 3: To draw the following diagram using Relative rectangular coordinates system.
Enter the following command entries at the command window.
Command: line or l
LINE Specify first point: 100,100
Specify next point or [Undo]: @90,0
Specify next point or [Undo]: @0,15
Specify next point or [Close/Undo]: @-25,0
Specify next point or [Close/Undo]: @0,20
Specify next point o r [Close/Undo]: @-30,0
Specify next point or [Close/Undo]: @0,20
Specify next point or [Close/Undo]: @-35,0
Specify next point or [Close/Undo]: @0,-55 or close or c
Point 70, 90 is mentioned as the start point and the subsequent lines are drawn in anti-clockwise
direction. Following command entries must be entered to draw the above shape in AutoCAD.
Command: line
LINE Specify first point: 70,90
Specify next point or [Undo]: @130,0
Specify next point or [Undo]: @43<69
Specify next point or [Close/Undo]: @120,0
Specify next point or [Close/Undo]: @70<30
Specify next point or [Close/Undo]: @0,100
Specify next point or [Close/Undo]: @80<135
Specify next point or [Close/Undo]: @-60,0
Specify next point or [Close/Undo]: @0,-70
Specify next point or [Close/Undo]: @100<135
Specify next point or [Close/Undo]: @-45,0
Specify next point or [Close/Undo]: @80<225
Specify next point or [Close/Undo]: @-45,0
Specify next point or [Close/Undo]: @90<315
Specify next point or [Close/Undo]: c
Exercise
Q.1: Write the command entries to draw the following diagram in AutoCAD using Absolute
coordinates system.
Q.2: Write the command entries to draw the following diagram in AutoCAD using Relative
rectangular coordinates system (Figure is symmetrical).
Q.3: Write the command entries to draw the following diagrams in AutoCAD using Relative polar
coordinates system.