Chapter 2 Module 1 CAD
Chapter 2 Module 1 CAD
4. Learning Content
Topic 1. Setting Up the Workspace
• The Option Window
• Drawing Area Setup
Preferences
You can set the color of just about anything in the drawing
The pickbox and grip sizes will help you manipulate your drawing
1. In the Command prompt are type: LIMITS. Press the ENTER key
2. In the command prompt area, the message “Reset Model Space Limits: Specify
lower left corner or [On/Off] <0.00,0.00>:” is displayed. Press the ENTER key once
to accept the default coordinates <0.00,0.00>.
3. In the command prompt area, the message “Specify upper right corner
<12.00,9.00>:” is displayed. Press the ENTER key again to accept the default
coordinates <12.00,9.00>.
4. On your own, move the graphics cursor near the upper-right comer inside the
drawing area and note that the drawing area is unchanged. (The Drawing Limits
command is used to set the drawing area, but the display will not be adjusted until
a display command is used.)
Topic 2. Co-ordinate System
• There is a co-ordinate system used in AutoCAD.
• Every drawing shows its co-ordinate.
• In above next slide the line shows its co-ordinate that is (9, 6) and (-10, -4).
• There is so many commands like copy, move, rotate, mirror in 2D, path array,
rectangular array, polar array & more.
• Different types of drawing can be made in the same time by using a command that
is LAYER.
• Using line, arc, circle, rectangle, ellipse & polygon, so many drawings of different
type can be made.
CO-ORDINATE SYSTEM
• Everything that we draw in AutoCAD is exact.
• All object drawn on screen is based on simple X-Y co-ordinate system.
• In AutoCAD it is known as world co-ordinate system (WCS).
• We are drawing a line, so we have two points A (-10, -4) and B (9,6). As shown in
figure.
Here is how it works:
AutoCAD uses points to determine where an object is located.
There is an origin where it begins counting from.
This point is (0,0). Every object is located in relation to the origin. If you were to draw a
line straight out to the right from the origin, this would be considered the positive X-axis.
If you were to draw a line straight up, this would be the positive Y-axis. The picture above
shows a point located at (9,6). This means that the point is 9 units over in the X-axis and
6 units up in the Y-axis.
When you are working with points, X always comes first. The other point shown is
(-10,-4). This means that the point is 10 units in the negative X-axis (left) and 4 units in
the negative Y-axis (down).
A line has two points, a start point and an end point. AutoCAD works with the points to
display the line on the screen. Move your cursor over the picture above and you will see
line drawn from the absolute points of (-10,-4) to (9,6).
Most of the time you will not have an indication of where the origin is. You may need to
draw a line from the endpoint of an existing line. To do this you use relative points. These
work the same way, but you have to add the @ symbol (shift+2) to tell AutoCAD that this
next point is relative from the last point entered.
Angular Measurement
When drawing lines at an angle, you have to begin measuring the angle from 0 degrees,
which is at the 3 o'clock position. If you drew a line at 90 degrees, it would go straight up.
In this example, you are given information about the lines, but not the angle AutoCAD
needs to draw the line from the start point. What you are given though, is (a) the
knowledge that 0° is at the 3 o'clock position (b) the knowledge that 180° is at the 9
o'clock position and (c) the angle between 180° and the line you want to draw is 150°.
With this information, you can figure out what angle you need. Here is a fool-proof way of
getting the angle you need:
ABSOLUTE CO-ORDINATES - Using this method, you enter the points as they relate to
the origin of the WCS. To enter a point just enter in the exact point as X,Y.
RELATIVE CO-ORDINATES - This allows you to enter points in relation to the first point
you have entered. After you've entered one point, the next would be entered as @X,Y. This
means that AutoCAD will draw a line from the first point to another point X units over and
Y units up relative to the previous point.
POLAR CO-ORDINATES - You would use this system if you know that you want to draw a
line a certain distance at a particular angle. You would enter this as @D<A. In this
case, D is the distance and A is the angle. Example: @10<90 will draw a line 10 units
straight up from the first point.
The three ways of entering coordinates shown above are the ONLY way AutoCAD accepts
keyboard input. First decide which style you need to use, and then enter as shown.
Remember that X is always before Y (alphabetical). Don't forget the '@' symbol when you
are entering relative points. Any typing error or omission will give you results you don't
want. If you make a mistake and need to see what you typed, press F2 to bring up the text
screen and check your typing. (press F2 to get back to your drawing.)
Direct Distance Entry
As mentioned earlier in the lessons, there are many ways to do things in AutoCAD. To
enter distances, you have been shown Absolute, Relative and Polar Coordinates.
Direct Distance Entry (or DDE) is a way of bypassing the usual ways of entering in
coordinates. and just entering the distance. The method is quite easy, but you still have
to be careful.
NOTE:
F8 and F10 are mutually exclusive—turning either one on will turn the other one off.
Precision
Ensure the precision required for your models. There are several precision features
available, including:
➢ Polar tracking: Snap to the closest preset angle and specify a distance along that
angle.
➢ Locking angles: Lock to a single, specified angle and specify a distance along that
angle.
The three most commonly used features are Polar tracking, Locking angles, and Object
snaps.
Polar Tracking
When you need to specify a point, such as when you create a line, you can use polar
tracking to guide the movement of your cursor in certain directions.
For example, after you specify the first point of the line below, move your cursor to the
right, and then enter a distance in the Command window to specify a precise horizontal
length for the line.
By default, polar tracking is turned on and guides your cursor in a horizontal or vertical
direction (0 or 90 degrees).
Locking Angles
If you need to draw a line at a specified angle, you can lock the angle for the next point.
For example, if the second point of a line needs to be created at a 45 degree angle, you
would enter ‘<45’ in the Command window.
After you move your cursor in the desired direction along the 45-degree angle, you can
enter the length of the line.
Object Snaps
By far, the most important way for you to specify precise locations on objects is to use
object snaps. In the following illustration, several different kinds of object snaps are
represented by markers.
Object snaps become available during a command whenever AutoCAD prompts you to
specify a point. For example, if you start a new line and move your cursor near the
endpoint of an existing line, the cursor will automatically snap to it.
You can now finish creating the line, circle, or other object that you were creating from
that location.
For example, you might need to find the clearance between two points shown, which
might represent the corner of a wall and a
small table, or perhaps a 2D section of a plastic part and a wire.
After you enter DIST, click the endpoint on the corner (1). Next, hold down Shift as you
right-click, and then choose Perpendicular from the object snap menu. Finally, click the
circle (2).
The number of decimal places and unit style displayed in the result is controlled by the
UNITS command.
Topic 4. Drawing Lines
Now that you have started AutoCAD and configured tool bars you want; you are ready to
start learning to use the program. We will start with relatively simple commands and
eventually, in later lessons, look at some of the more complex things that AutoCAD can
do. The first command we will look at drawing straight lines.
Line Command
The line command allow you to create a single line or a series of lines. To
activate the line command, use one of the following methods.
2. Tool Bars (Select the Line icon from the Draw toolbar)
Move the cursor to an icon on a toolbar and press the left mouse button.
You can use either upper or lower case when you type in AutoCAD commands.
The program will respond with:
Each line has a beginning and ending point and the program wants you to specify
the beginning point of the line. You enter the beginning point by either typing the point
coordinates at the keyboard or by clicking the mouse on a location of the screen where
you want the line to begin. It is certainly much simpler to click with the mouse than it is
to type in coordinates but engineering drawings are drawn precisely to scale and for the
most part we will have to enter coordinates from the keyboard.
When you type a coordinate, enter the X or horizontal coordinate first followed by
a comma and the Y or vertical coordinate. You cannot enter a space between the two
coordinates. AutoCAD interprets a space as the ENTER key and assumes that you have
finished entering the coordinates.
For Example, you could type:
The 3.5 coordinate is the X or horizontal coordinate and the 6 is the vertical coordinate.
After you enter the coordinates, press the enter key. The enter key tells the program that
you have entered the first coordinate and are ready to enter the coordinates for the next
which will be the end of the line. The program responds by displaying:
If you want a horizontal line that is 5 units long, you enter the coordinates
@5,0 which is shown below.
The @ sign tells the program this coordinate is measured from the last coordinate
entered. In other words, it says place the end if the line 5 units horizontally from the
beginning point and 0 units vertically. The line drawn is shown above. Using the @ sign
to specify relative coordinates is easier than specifying absolute coordinates without the
@ sign. The first point we drew had an absolute coordinate of 3.5,6 and the second point
had an absolute coordinate of 8.5,6 since it is displaced 5 units horizontally from the first
point.
5.0
3.5,6 8.5,6
Polyline Command
Polylines - creating and editing, Revision Clouds
A polyline is an object in AutoCAD that consists of one or more-line (or arc) segments. A
rectangle is an example of a polyline that you are already familiar with. As you've seen, it
is one object that can be modified and worked with easier than four separate lines.
Polylines are created using the POLYLINE command, invoked by typing PL at the
command line. To draw a simple polyline, draw it as though you are using the line
command. The only difference is that it is one object instead of many.
Polylines have some unique qualities that make them very useful:
When you start the command, you will notice that there are several options available:
Command: PL PLINE
Specify start point:
Current line-width is 0.0000
Specify next point or [Arc/Close/Halfwidth/Length/Undo/Width]:
Remember that any time you want to choose an option, you type in the Capitol letter of
that option.
One important tool is the Close option. This truly closes a polyline, which is different than
just having two ends meeting at the same point - it's like welding the ends together.
A closed polyline is required for extruding into 3-D space and other modifications. If you
use the C option while drawing to complete your polyline, it will automatically be closed.
The Spline option allows you to draw a shape of lines using arcs and/or straight lines and
then change them into one flowing curve. (Spline is also a separate command on its own.)
Also, by changing the Width of a polyline, you can get some different looks to your lines.
This is one way you can draw an arrow in AutoCAD:
Command: PL PLINE
Specify start point: <PICK FIRST POINT>
Current line-width is 0.0000
Specify next point or [Arc/Halfwidth/Length/Undo/Width]: W
Specify starting width <0.0000>: 1
Specify ending width <1.0000>: <ENTER>
Specify next point or [Arc/Halfwidth/Length/Undo/Width]: <PICK SECOND POINT>
Specify next point or [Arc/Close/Halfwidth/Length/Undo/Width]: W
Specify starting width <1.0000>: 4
Specify ending width <4.0000>: 0
Specify next point or [Arc/Close/Halfwidth/Length/Undo/Width]: <PICK THIRD POINT>
Specify next point or [Arc/Close/Halfwidth/Length/Undo/Width]: <PICK FOURTH POINT>
Depending upon the length of your lines, you may end up with a polyline that looks like
this:
Look at the examples below and then practice drawing polylines and try some of the
options available.
Below is a sample drawing you can reproduce using a polyline (it could represent a slot
to be cut out with a CNC router. First, think about how you would draw it using lines, arcs
and circles.
To edit a polyline, use the PEDIT command or type PE at the command line.
Command: PE
PEDIT Select polyline or [Multiple]: <SELECT A POLYLINE>
Enter an option [Close/Join/Width/Edit vertex / Fit/ Spline/ Decurve/ Ltype gen/Undo]:
One of the most common editing tools is the Join (J) option. Use this to combine two or more
polylines and their endpoints.
Use the LINE command to draw a line from 0,0 to 5,5. Now use the line command to draw
a line from 5,5 to 8,5. This will leave you with 2 line objects that share a common point
(5,5). Start the PEDIT command (PE) and select one of the lines. AutoCAD will ask you if
you want to turn it into one, select Y <ENTER>.
Now you have one object (a polyline). This is a handy tool to use for editing. Now the
shape is complete and you can offset it, scale it, etc., as one object. In 3D, you could also
extrude it (if it is closed).
Once you have a polyline, it is sometimes useful to break it into the individual segment.
For example, you might want to offset segments by varying distances. To do this, use the
Explode command. It is used to separate many other AutoCAD objects as well such as
blocks.
Polylines are useful - try to use them whenever possible. Sometimes you can draw the
outside walls of a building, offset the polyline for the wall thickness, then explode both of
them for more versatility.
You might also want to create a Revcloud to highlight a question you have with your
own work.
To create a Revcloud, start the command. Then set the arc length to about 12 for an
architectural drawing, or test out different arc lengths.
Command: REVCLOUD
Minimum arc length: 8.0000 Maximum arc length: 8.0000 Style: Normal Type: Rectangular
Specify first corner point or [Arc length/Object/Rectangular/Polygonal/Freehand/Style/Modify]
<Object>: A <ENTER> Specify minimum length of arc <8.0000>: 4 <ENTER>
Specify maximum length of arc <4.0000>: <ENTER>
Specify first corner point or [Arc length/Object/Rectangular/Polygonal/Freehand/Style/Modify]
<Object>: <PICK FIRST CORNER>
Specify opposite corner: <PICK SECOND CORNER>
You might have ended up with something like this:
One thing with revclouds is that it can be hard to define a specific area clearly.
Therefore, you have another option for creating accurate, clean revclouds like the one in
the first example. Start by drawing a polyline over the area you want to highlight, then
start the Revcloud command and choose the Object option. Select the polyline and
press enter to end the command. This will work on most AutoCAD objects.
One of the most common uses for this is to draw a side view of an axle with solid lines
defining the extents of the axle and a dash-dot line down the middle representing the
center of the axle.
To edit and/or create new Multiline styles type MLSTYLE, here you can define the number
of lines, their color, line type and spacing.
(TIP: You cannot modify a style that has been used in the model)
There are many different options for editing Multilines once placed in the model. The
MLEDIT command will open the editing tools available.
In the example below I have used the MEDIT, ‘Closed Cross’ option.
Note: The icon of the Construction Line will be visible under the 'Draw' section on the
ribbon panel.
The construction line can be drawn in different ways, which are listed below:
• Horizontal
• Vertical
• Angle
• Bisect
• Offset
Or
Type XL on the command line and press Enter.
The horizontal construction line of infinite length will be drawn, as shown in the below
image:
We can draw multiple horizontal lines by clicking (specifying the through point) as many
times on the viewport.
It is shown in the below image:
Or
Type XL on the command line and press Enter.
2. Type V on the command line or command prompt and press Enter.
Or
Select Ver option on the command line. It is shown in the below image:
The vertical construction line of infinite length will be drawn, as shown in the below
image:
We can draw multiple vertical lines by clicking (specifying the through point) as many
times on the viewport.
Angle Construction Line
The steps to create an angle construction line are listed below:
1. Click on the Construction Line icon, as shown in the below image:
Or
Type XL on the command line and press Enter.
2. Type A on the command line or command prompt and press Enter.
Or
Select Ang option on the command line. It is shown in the below image:
The line of infinite length will be drawn, as shown in the below image:
Or
Specify the first and second point on the viewport, as shown in the below image:
The construction line will be drawn, as shown in the below image:
Or
Specify the reference point for the construction line. For that:
• Type R or Reference on the command line after step 1 and step 2 as given above.
• Select the reference line object.
• Specify the angle.
• Specify the through point and place the line on the desired position with the help
of cursor.
We can specify any reference point according to the requirements.
Or
Type XL on the command line and press Enter.
2. Type B on the command line or command prompt and press Enter.
Or
Select Bisect option on the command line. It is shown in the below image:
Or
Type XL on the command line and press Enter.
2. Type O on the command line or command prompt and press Enter.
Or
Select the Offset option on the command line. It is shown in the below image:
6. Similarly, we can use the above types of construction line in multiple ways.
Ray Command
The ray command in AutoCAD is used to create a line that starts from a point and
continues to extend to infinity in one direction, as shown below:
Or
Type Ray in the command line and press Enter.
2. Specify the starting point and the through point to draw the ray.
The ray is extended in the direction specified by the starting point to the directed
or through point. It is shown in the below image:
The ray is drawn by specifying the starting point and the through point on the viewport.
We can create different patterns and objects with the help of Ray command.
Example 1:
Or
Type Ray in the command line and press Enter.
2. Specify the starting point and the through point to draw the ray. Similarly, draw
the rays in different directions.
3. Specify a point on a vertical ray and draw rays from that point, as shown in the
below image:
If you are unable to specify a point on the ray, press Ctrl key and right-click. Select
all the snap settings.
Example 2:
Or
Type Ray on the command line and press Enter.
3. Specify center point of a circle as the starting point of a ray.
4. Draw the rays in different directions, as shown in the below image:
References :
• Cheryl R. Shrock, Steve Heather 2018 - Beginning AutoCAD® 2019 Exercise Workbook
• George Omura and Brian C BentonMastering, "AutoCAD® 2018 and AutoCAD LT® 2018",
© 2017 by John Wiley & Sons, Inc., Indianapolis, Indiana
• George Omura, Brian C. Benton 2017 - Mastering AutoCAD 2018 and AutoCAD LT 2018
• Zico Pratama Putra, Ali Akbar 2019 - AutoCAD 2019 From Zero to Hero
• AutoCAD and its Applications-Basic/Shumaker & Madsen 27th Edition for Release 2020
• Tutorial Guide to AutoCAD 2018
• An Introduction to AutoCAD for Beginners
• https://thesourcecad.com/autocad-tutorials/
• http://www.cadinternational.com/
• https://knowledge.autodesk.com/
• https://www.educba.com/introduction-to-autocad/?source=leftnav
• https://myCADsite.com/
• https://www.javatpoint.com/arc-in-autocad/