Introduction
This tutorial is designed to show you how all of the AutoCAD Draw commands work. If you just need information quickly, use the QuickFind toolbar below to go straight to the command you want or select a topic from the contents list above. Not all of the Draw commands that appear on the Draw toolbar are covered in this tutorial. Blocks, Hatch and Text for example are all tutorial topics in their own right!.
The sections below cover the most frequently used Draw commands such as Line, Polyline and Circle as well as the more advanced commands like Multiline and Multiline Style. As a newcomer to AutoCAD, you may wish to skip the more advanced commands in order to properly master the basics. You can always return to this tutorial in the future when you are more confident. In common with most AutoCAD commands, the Draw commands can be started in a number of ways. Command names or short-cuts can be entered at the keyboard, commands can be started from the Draw pull-down menu, shown on the right or from the Draw toolbar. The method you use is dependent upon the type of work you are doing and how experienced a user you are. Don't worry too much about this, just use whatever method feels easiest or most convenient at the time. Your drawing technique will improve over time and with experience so don't expect to be working very quickly at first. If you are working with the pull-down menus, it is worth considering the visual syntax that is common to all pull-downs used in the Windows operating system. For example, a small arrow like so " " next to a menu item means that the item leads to a sub-menu that may contain other commands or command options. An ellipsis, "…" after a menu item means that the item displays a dialogue box. These little visual clues will help you to work more effectively with menus because they tell you what to expect and help to avoid surprises for the newcomer.
The Ray Command
Toolbar custom
Pull-down Draw Ray
Keyboard RAY
The Ray command creates a line similar to a construction line except that it extends infinitely in only one direction from the first pick point. The direction of the Ray is determined by the position of the second pick point.
Lines
Lines are probably the most simple of AutoCAD objects. Using the Line command, a line can be drawn between any two points picked within the drawing area. Lines are usually the first objects you will want to draw when starting a new drawing because they can be used as "construction lines" upon which the rest of your drawing will be based. Never forget that creating drawings with AutoCAD is not so dissimilar from creating drawings on a drawing board. Many of the basic drawing methods are the same. Anyone familiar with mathematics will know that lines drawn between points are often called vectors. This terminology is used to describe the type of drawings that AutoCAD creates. AutoCAD drawings are generically referred to as "vector drawings". Vector drawings are extremely useful where precision is the most important criterion because they retain their accuracy irrespective of scale.
The Line Command
Toolbar Draw
Pull-down Draw Line
Keyboard LINE short-cut L
With the Line command you can draw a simple line from one point to another. When you pick the first point and move the cross-hairs to the location of the second point you will see a rubber band line which shows you where the line will be drawn when the second point is picked. Line objects have two ends (the first point and the last point). You can continue picking points and AutoCAD will draw a straight line between each picked point and the previous point. Each line segment drawn is a separate object and can be moved or erased as required. To end this command, just hit the key on the keyboard.
The Construction Line Command
Toolbar Draw
Pull-down Draw Construction LineKeyboard XLINE short-cut XL The Construction Line command creates a line of infinite length which passes through two picked points. Construction lines are very useful for creating construction frameworks or grids within which to design. Construction lines are not normally used as objects in finished drawings, it is usual, therefore, to draw all your construction lines on a separate layer which will be turned off or frozen prior to printing. See the Object Properties tutorial to find out how to create new layers. Because of their nature, the Zoom Extents command option ignores construction lines.
Command Sequence
Command: XLINE
Specify a point or [Hor/Ver/Ang/Bisect/Offset]: (pick a point)
Specify through point: (pick a second point)
Specify through point: (to end or pick another point)
You may notice that there are a number of options with this command. For example, the "Hor" and "Ver" options can be used to draw construction lines that are truly horizontal or vertical. In both these cases, only a single pick point is required because the direction of the line is predetermined. To use a command option, simply enter the capitalised part of the option name at the command prompt. Follow the command sequence below to see how you would draw a construction line using the Horizontal option.
Command Sequence
Command: XLINE
Hor/Ver/Ang/Bisect/Offset/<From point>: H
Through point: (pick a point to position the line)
Through point: (to end or pick a point for another horizontal line)
The Polyline Family
Polylines differ from lines in that they are more complex objects. A single polyline can be composed of a number of straight-line or arc segments. Polylines can also be given line widths to make them appear solid. The illustration below shows a number of polylines to give you an idea of the flexibility of this type of line. You may be wondering, if Polylines are so useful, why bother using ordinary lines at all? There are a number of answers to this question. The most frequently given answer is that because of their complexity, polylines use up more disk space than the equivalent line. As it is desirable to keep file sizes as small as possible, it is a good idea to use lines rather than polylines unless you have a particular requirement. You will also find, as you work with AutoCAD that lines and polylines are operationally different. Sometimes it is easier to work with polylines for certain tasks and at other times lines are best. You will quickly learn the pros and cons of these two sorts of line when you begin drawing with AutoCAD.
The Polyline Command
Toolbar Draw
Pull-down Draw Polyline
Keyboard PLINE short-cut PL
The Polyline or Pline command is similar to the line command except that the resulting object may be composed of a number of segments which form a single object. In addition to the two ends a polyline is said to have vertices (singular vertex) where intermediate line segments join. In practice the Polyline command works in the same way as the Line command allowing you to pick as many points as you like. Again, just hit to end. As with the Line command, you also have the option to automatically close a polyline end to end. To do this, type C to use the close option instead of hitting . Follow the command sequence below to see how this works.
Command Sequence
Command: RECTANG
Specify first corner point or
[Chamfer/Elevation/Fillet/Thickness/Width]: (pick P1)
Specify other corner point or [Dimensions]: (pick P2)
The Rectangle command also has a number of options. Width works in the same way as for the Polyline command. The Chamfer and Fillet options have the same effect as the Chamfer and Fillet commands, see the Modifying Objects tutorial for details.
Elevation and Thickness are 3D options. Notice that, instead of picking a second point to draw the rectangle, you have the option of entering dimensions. Say you wanted to draw a rectangle 20 drawing units long and 10 drawing units wide. The command sequence would look like this: Command Sequence
Command: RECTANG
Specify first corner point or [Chamfer/Elevation/Fillet/Thickness/Width]: (pick a point)
Specify other corner point or [Dimensions]: D
Specify length for rectangles <0.0000>: 20
Specify width for rectangles <0.0000>: 10
Specify other corner point or [Dimensions]: (pick a point to fix the orientation) This method provides a good alternative to using relative cartesian co-ordinates for determining length and width. See the Using Co-ordinates tutorial for more details.
Command Sequence
Command: DONUT
Specify inside diameter of donut <0.5000>: (pick any two points to define a
diameter or enter the exact length)
Specify outside diameter of donut <1.0000>: (pick any two points to define a diameter or enter the exact length)
Specify center of donut or <exit>: (pick P1)
Specify center of donut or <exit>: (to end or continue to pick for more doughnuts)
As an alternative to picking two points or entering a value for the diameters, you could just hit to accept the default value. Most AutoCAD commands that require user input have default values. They always appear in triangular brackets like this <default value>. Curiously enough AutoCAD doesn't seem to mind if you make the inside diameter of a donut larger than the outside diameter, try it and see.
The Polygon Command
Toolbar Draw
Pull-down Draw Polygon
Keyboard POLYGON short-cut POL
The Polygon command can be used to draw any regular polygon from 3 sides up to 1024 sides. This command requires four inputs from the user, the number of sides, a pick point for the centre of the polygon, whether you want the polygon inscribed or circumscribed and then a pick point which determines both the radius of this imaginary circle and the orientation of the polygon. The polygon command creates a closed polyline in the shape of the required polygon. This command also allows you to define the polygon by entering the length of a side using the Edge option. You can also control the size of the polygon by entering an exact radius for the circle. Follow the command sequence below to see how this command works.
Command Sequence
Command: POLYGON Enter number of sides <4>: 5 Specify center of polygon or [Edge]: (pick P1 or type E to define by edge length) Enter an option [Inscribed in circle/Circumscribed about circle] <I>: (to accept the inscribed default or type C for circumscribed) Specify radius of circle: (pick P2 or enter exact radius)
0 Comments