AutoCAD Commands
AutoCAD Commands
Credit hours: 3
Regardless of how you start a command, the command prompts flow in the
same way. AutoCAD either displays prompts on the command line or
displays a dialog box. The prompt format is
Command Point
Keystroke: POINT / PO
Icon
Menu: Draw > Point >Single Point
Result: Draw a single point
System Variables
PDMODE specifies how point objects are displayed.
PDSIZE specifies the size of point objects.
Point Style dialog box
Command: DDPTYPE
Menu: Format > Point Style
Commands
7
Command Line
Keystroke: Line / L
Icon
Menu: Draw > Line
Result: Draw a straight line segment from one point to the next
For example, the command sequence is
Command: line
Specify first point:
Specify next point or [Undo]:
Specify next point or [Undo]:
Specify next point or [Close or Undo]:
Commands
8
Ray
Creates a semi-infinite line commonly used as construction line. A ray has a
finite starting point and extends to infinity.
Command: RAY Draw menu: Ray
Construction Line
Creates an infinite lines, which are commonly used as construction lines.
Command: XLINE Draw menu: Construction Line
Command Arc
Keystroke: Arc / a
Icon
Menu: Draw > Arc
Result: Draws an arc based on three points
Notes
• You can create arcs in many ways.
• The default method is to specify three points—a start point, a
second point on the arc, and an endpoint.
• By default, AutoCAD draws arcs counterclockwise.
Commands
10
Command Circle
Keystroke: Circle / C
Icon
Menu: Draw > Circle
Result: Draws a circle based on a center point and radius
Notes
• You can create circles in several ways.
• The default method is to specify the center and radius.
Commands
11
Command Rectangle
Keystroke: RECTANGLE /RECTANG/ REC
Icon
Menu: Draw > Rectangle
Result: Draws a rectangle after you enter one corner
and then the second
Options:
Chamfer/Elevation/Fillet/Thickness/Width
Commands
12
Command Polygon
Keystroke: POLYGON / POL
Icon
Menu: Draw > Polygon
Result: Creates an equilateral closed polyline
System Variables
POLYSIDES
It stores the current number of polygon sides.
The range is 3 to 1024.
Commands
13
Command SKETCH
Command line: sketch
Result Creates a series of freehand line segments
Notes
• Drawing with the SKETCH command controls a screen-based
pen with a pointing device.
• SKETCH is useful for entering map outlines, signatures, or other
freehand drawings.
• Sketched lines are not added to the drawing until they are
recorded.
Commands
14
Command Spline
Keystroke: Spline / spl
Icon
Menu: Draw > Spline
Result: Creates a quadratic or cubic spline curve
Notes:
• SPLINE fits a smooth curve to a sequence of points within a
specified tolerance.
• AutoCAD uses NURBS (nonuniform rational B-splines) mathematics,
which stores and defines a class of curve and surface data.
Commands
15
Command Polyline
Keystroke: PLINE / PL
Icon
Menu: Draw > Polyline
Result: Creates two-dimensional polylines.
A polyline is a connected sequence of line or arc segments created as a single
object. A rectangle is an example of a polyline.
Polylines have some unique qualities that make them very useful:
They can have width (constant or varying)
They can consist of arcs and lines.
They can be edited
They can be joined together.
They can be exploded into individual segments
Drawing Editing Commands
2
Transformations;
Administrative Activities.
Deletion Command
3
Command Erase
Keystroke: Erase / E
Icon
Menu: Modify > Erase
Shortcut menu:
Select
the objects to erase, right-click in the drawing area, and
choose Erase.
Result: Erases an object.
Command: OOPS
Command line: oops
Result: Restores objects erased by the last ERASE command.
Correcting Mistakes
4
UNDO reverses the effect of multiple commands and provides control over the
undo feature. This command is a more versatile version of the simplified U
command.
Command line: undo
TEXT or DTEXT
Creates one or more lines of text and end each line when you press ENTER.
Each text line is a separate object that you can relocate, reformat, or
otherwise modify.
MTEXT
• Multiline Text Editor creates paragraphs that fit within a nonprinting text
boundary.
• You create the text boundary to define the width of the paragraph.
• You can also specify the justification, style, height, rotation, width, color, spacing,
and other text attributes using MTEXT.
• Each mtext object is a single object, regardless of the number of lines it
contains.
Spell
Checks spelling in a drawing
Tools menu: Spelling
Command line: spell (or 'spell for transparent use)
Basic Utility Commands
9
REDRAW
This command forces AutoCAD to re-display the graphics on the screen. This
has the effect of clearing away some extraneous graphics such as marker
"blips" that are left behind by pointing operations. (Blipmode=on or off)
SAVE
Causes all editing changes to the current drawing to be saved to the disk
file. Should be done regularly during a long drawing session.
END
Terminates the drawing editor, saves the current drawing to a disk file and
returns to the main AutoCAD menu.
QUIT
Terminates the drawing editor without saving the changes made to the
current drawing. Returns to the main AutoCAD menu.