SlideShare a Scribd company logo
Intro to AutoCAD
Created for DUSPViz by Luke Mich | Spring 2016
Intro to AutoCAD | DUSPViz | Spring 2016 | Page 2
What is AutoCAD?
AutoCAD, part of the Autodesk software suite, is the industry standard for Computer Aided Drafting (CAD) software. Capable of both
2D and 3D drafting (or measured drawing), AutoCAD is a powerful tool for creating and managing sets of drawings for design and
construction. In this tutorial, we’ll introduce you to some basic drafting functions and file management techniques.
Intro to AutoCAD | DUSPViz | Spring 2016 | Page 3
Starting AutoCAD
When you open AutoCAD, you’ll be met with the Start Tab, which allows you to access various templates and tutorials. For our purposes,
the standard blank template will do, so simply click Start Drawing.
Intro to AutoCAD | DUSPViz | Spring 2016 | Page 4
Starting AutoCAD (cont.)
Now we have a blank file called Drawing1. Notice that we can still see our Start Tab next to Drawing 1. We can create a new tab (and
therefore a new drawing) by clicking the “+” button next to the Drawing1 tab. Next, we’ll save our new drawing.
Intro to AutoCAD | DUSPViz | Spring 2016 | Page 5
Saving a File
Let’s save our drawing and give it a better name. Click on the AutoCAD Icon Button in the top left to open the main menu. Click Save
and navigate through the file structure to your preferred location. Let’s call our file “My Drawing.dwg” (.dwg is the standard AutoCAD
drawing filetype). Note, you can select different filetypes from the dropdown menu in the save window, including older versions of AutoCAD
drawings.
Intro to AutoCAD | DUSPViz | Spring 2016 | Page 6
The Workspace
Now let’s look at the workspace - there’s a lot going on here! The Basic Menu lets you open new files, save, and print. The Ribbon, which is
a newer menu type for AutoCAD, contains buttons for drawing, modifying, annotating, and managing your work. the Drawing Selection Tabs
let you cycle through open drawings. The View Selection Tabs switch between Model Space and Layout/Paper Space (we’ll go over this
later). The Command Prompt lets you type in text commands. The Settings Panel adjusts global settings for our drawings.
Basic Menu
Ribbon
Drawing Selection Tabs
View
Selection
Tabs
Command Prompt
Settings Panel
Intro to AutoCAD | DUSPViz | Spring 2016 | Page 7
Adjusting the Workspace
There are many ways to customize the workspace. For those familiar with older versions of AutoCAD, the Ribbon toolbar can be a bit
jarring. Rather than reconfiguring the workspace to revert to older toolbar styles, we’ll simply be using the command prompt (rather than
clicking tool buttons) for our entry (this is also usually faster). Let’s add the properties panel by simply typing “properties.” Once the panel
opens, click and drag it to the right side of the screen to dock it.
Intro to AutoCAD | DUSPViz | Spring 2016 | Page 8
Adjusting the Settings - Snapping
When you’re drafting, you often want your elements to snap to existing linework for precision. You can choose what kinds of points CAD will
snap by opening the Object Snap Settings. Type “osnap” into the command prompt. In the window that opens, make sure “Object Snap
On” and “Object Snap Tracking On” are checked. For our purposes, let’s also make sure “Endpoint,” “Midpoint,” “Center,” “Node,”
“Intersection,” “Extension,” and “Perpendicular” are checked. Click OK.
Intro to AutoCAD | DUSPViz | Spring 2016 | Page 9
Working with Layers
Just like many other graphics programs, AutoCAD uses layers to manage work (though drawing order is independent from layer order).
Let’s make a new layer. Type “la” into the command prompt to bring up the layer management panel. Then type “Alt-n” to create a new
layer. Let’s name it “xref.” We’ll leave everything else, but note that this is where you can turn layers on/off, freeze/thaw layers (similar to on/
off), lock them from being edited, and change properties like color, linetype, and lineweight. Close the layer manager.
Intro to AutoCAD | DUSPViz | Spring 2016 | Page 10
Working with External References
External references (or “xrefs”) allow you to insert linked copies of other drawings or images into your file. Let’s add an xref by typing
“attach.” Navigate to the tutorial folder, select “External Reference.dwg,” and click Open. In the Exernal References Window, uncheck
“Specify On Screen” under Insertion Point. Click OK. Select the linework and move the xref to the “xref” layer using the Layer drop-down
menu in the Layers partition of the Home tab on the Ribbon.
Intro to AutoCAD | DUSPViz | Spring 2016 | Page 11
Using the Mouse and Keyboard
To zoom in/out with the mouse, use the scroll wheel. To pan, click and drag the scroll wheel. To select, left click once to start a selection
rectangle, then left click again at the opposite corner to finish the selection rectangle. Notice that if you create a rectangle to the left of your
original click, it will be green; if you create it to the right, it will be blue. The green rectangle selects anything it interstects whereas the blue
only selects items located entirely within the rectangle. To end a command on the keyboard, hit Enter, Escape, or Spacebar.
Intro to AutoCAD | DUSPViz | Spring 2016 | Page 12
Freezing Layers
Often, you’ll want to change whether you can see a layer or not. While we can do this from the Layer Manager window, we can also do it
right from the workspace. Freezing a layer (as opposed to turning it off) temporarily removes it from AutoCAD’s memory, not just the screen
(which is preferred for several reasons). Let’s freeze our dashed construction lines from our xref. Type in “layfrz” and use the curser to click
one of the dashed lines. Then hit Enter or Escape.
Intro to AutoCAD | DUSPViz | Spring 2016 | Page 13
Drawing a Line
Let’s zoom into the part of our xref that says LINE. To draw a line, type “line” (or “l”). Click once to start the line, release, then click again to
end it. AutoCAD will assume you want to continue drawing lines and will start another (unconnected) line at the end of our previous one. To
exit the command, hit Enter, Escape, or Spacebar. We can also be more specfic when we draw our lines by entering the length of the line
after the first click (try starting a line, and typing in “4” - then hit Enter). We can also specifiy the angle and absoluet start/end coordinates.
Intro to AutoCAD | DUSPViz | Spring 2016 | Page 14
Drawing an Arc
Pan over to the ARC section. To draw an arc, type “arc” (or “a”). Click once for the start point, click again for the second point, and click
one last time to end the arc. As is the case with most AutoCAD commands, the command prompt will offer different options as we draw.
After our first click, the prompt says “Specify second point of arc or [Center End]”. By typing in “center” or “end” (or their underlined
letters), we can change how we want to define our arc as we’re drawing it.
Intro to AutoCAD | DUSPViz | Spring 2016 | Page 15
Drawing a Polyline
Unlike a line, the segments of a polyline are connected to make one complete object. Polylines can also have arced segments. To start,
type “polyline” (or “pl”). Each click of the mouse will add a new segment point. If we want to add an arced segment, type “a” and then hit
Enter. Unlike in the Arc command, we only need to click the start and end of each arc segment - the arcs will automatically be tangent to
the previous segment. To switch back to line segements, type “l” and hit Enter.
Intro to AutoCAD | DUSPViz | Spring 2016 | Page 16
Editing Grips
Many AutoCAD objects use “grips” to allow for manipulation. Let’s stay with our Polyline, and see what the grips do. Click any corner grip
to activate it. Click again to move that point to a new location, altering the shape of our line. Adjusting the midpoint grip of a line segment
moves that segment as-is and adjusts its neighbors. The midpoint grip of an arc segment changes the radius. After selecting a grip, you
can hit Control several times to cycle through other options like removing a vertex or converting lines to arcs and vice versa.
Intro to AutoCAD | DUSPViz | Spring 2016 | Page 17
Drawing a Rectangle
Type “rectangle” (or “rec”) to begin. Click to start our first point. We could click again to set our opposite corner and complete our
rectangle, but instead, let’s type “d” for dimensions after our first click. Now type in the length (horizontal) we want (let’s say 3), hit Enter,
and do the same for the width (vertical).
Intro to AutoCAD | DUSPViz | Spring 2016 | Page 18
Drawing a Circle
Type “circle” (or “c”) to begin. Click to start in the center of the circle. As you move the mouse away from that center, type in “1.5” to
specify the radius; hit Enter. As you can see from the command prompt, there are also other ways to draw a circle - 3-point, 2-point, and
Tangent-Tangent-Radius.
Intro to AutoCAD | DUSPViz | Spring 2016 | Page 19
Hatching
Hatching allows us to fill shapes with patterns, including solid colors. To begin, draw a rectangle (“rec”). Then type in “hatch” (“h”). By
default, the tool lets us click any point within a shape to fill it. We can also type “s” to switch to the “Select objects” option which allows us
to select multiple boundary objects. Click to accept the hatch location.
Intro to AutoCAD | DUSPViz | Spring 2016 | Page 20
Hatching - Adjusting the Hatch
Now select the hatch by clicking on it. We can use the Properties Panel to change the look of our hatch including the pattern type, pattern
size, color, rotation, and more. The default hatch is ANSI31, which is a series of lines at a 45-degree angle. Let’s change our pattern to
ANSI37 in the “Pattern name” drop-down menu. Next, enter “45” in the “Rotation” section to turn our hatch, and enter “3” in the “Scale”
section to increase the size of our hatch. Once you’re finished, press “Escape.”
Intro to AutoCAD | DUSPViz | Spring 2016 | Page 21
Typing Text
There are two ways to enter text in AutoCAD: “text” is an older method that takes on some strange properties when you try to edit it. Multi-
line text (or “mtext”) will seem much more familiar if you’ve ever typed into a text box. We’ll be using mtext. To begin, type “mtext”, select
our first corner, and select our opposite corner. You’ll see that the Ribbon changes to bring up text modifications like font, color, and size (in
inches, not points!). After you’ve modified the text as you see fit, you can exit the text box by clicking outside of it or hitting Escape.
Intro to AutoCAD | DUSPViz | Spring 2016 | Page 22
Dimensions
We often need to illustrate measurements on our drawings. To dimension the line from our xref, type “dimension” (or “dim”). Then click
one end of the line to set the first point, and click the other end of the line to set the second. As we move the mouse away from the line, our
dimension gets further from it. Note that the dimension orientation will change based on how you move the mouse. Let’s make sure the
dimension is parallel to the line and hit Enter. You can change the dimension’s properties (e.g. text size, arrow type) in the Properties Panel.
Intro to AutoCAD | DUSPViz | Spring 2016 | Page 23
Copy Nested Objects
You’ve probably noticed that while you can select the xref, you can’t edit any of the linework in it. To copy nested linework (that is, linework
from an xref or a block), we can use “ncopy”. Type in “ncopy” then select the circle from the xref. Hit Enter - the command prompt will ask
us for a base point. Hit Enter again to skip this. Next, it will ask us for a displacement from the origin (since we didn’t select a base point).
Hit Enter again to skip this and match the current location of the object. Hitting Escape after selecting the object will skip these steps.
Intro to AutoCAD | DUSPViz | Spring 2016 | Page 24
Mirror
Start by Ncopying the shape from our xref. Then type “mirror” (or “mi”). Select our Ncopied rectangle and hit Enter. Click two points to
draw the line around which our object will be mirrored (note: the line can be at any angle). After clicking the second point, the command
prompt will ask whether we want to erase source objects (the default is No). Hit Enter to accept the default and keep the original shape in
addition to our mirrored copy.
Intro to AutoCAD | DUSPViz | Spring 2016 | Page 25
Copy
Again, using Ncopy, bring in the shape from the xref. Type in “copy” (or “co”), select the object, and hit Enter. Then, select a base point
(let’s use the bottom left corner of the rectangle). Any subsequent mouse clicks will place a copy of the object using this base point. You
can click to create as many copies as needed. To exit the command, hit Enter.
Intro to AutoCAD | DUSPViz | Spring 2016 | Page 26
Rotate
Ncopy the shape below. Type in “rotate” (or “ro”), select the object, and hit Enter. Click to select the base point around which we’ll rotate
(let’s use the midpoint of the right edge. As we move the mouse, the object will freely rotate (though it will snap to 90-degree angles. The
further our mouse is from the base point, the more rotation precision we will have. A second click will set the rotation. If we want to keep our
Ncopied original in addition to our rotated shape, we can type “c” (for “copy”) prior to our final click.
Intro to AutoCAD | DUSPViz | Spring 2016 | Page 27
Move
Ncopy the shape below. Type in “move” (or “m”), select the object, and hit Enter. Click to select the base point from which we’ll move (let’s
use the bottom left corner). Move the mouse to select the direction of the move. By typing in a number (say, 3) and hitting Enter, we will
move the object that distance from our base point along our dashed move line.
Intro to AutoCAD | DUSPViz | Spring 2016 | Page 28
Scale
Ncopy the shape below. Type in “scale” (or “sc”), select the object, and hit Enter. Click to select the base point from which we’ll scale (let’s
use the bottom left corner). Move the mouse to select the direction of the scale. By typing in a number (say, 2.5) and hitting Enter, we will
scale the object by that factor from our base point along our dashed scale line. Similar to rotate, we can type “c” prior to typing in our scale
factor to keep an unscaled copy of the original.
Intro to AutoCAD | DUSPViz | Spring 2016 | Page 29
Break
Ncopy the shape below. Type in “break” (or “br”). Click once to select the first break point, then click again further down the shape to
select the second. You can also select the same point if you simply want to split the shape without removing any of it.
Intro to AutoCAD | DUSPViz | Spring 2016 | Page 30
Trim
Ncopy both of the lines. Type in “trim” (or “tr”). Select the trim object first (this is the edge that will “cut” the other line) - let’s select the
horizontal line. Then hit Enter. Next select the line to be trimmed. Be sure to select the portion that will be removed. Hit Enter. Note, in both
steps, you can select multiple lines. That is, you may want to trim a line at multiple points using multiple trim lines, or you may want to use a
single trim line to snip multiple lines (or both).
Intro to AutoCAD | DUSPViz | Spring 2016 | Page 31
Extend
This is Trim’s cousin. Ncopy both of the lines. Type in “extend” (or “ex”). Select the boundary object first (this is the edge to which the other
line will extend) - let’s select the vertical line. Then hit Enter. Next select the line to be extended. Hit Enter. Again, in both steps, you can
select multiple lines. If you select multiple boundary lines (say you want to extend a line at both ends), be sure to click the half of the line
(past the midpoint) you wish to extend that is closest to the appropriate boundary line.
Intro to AutoCAD | DUSPViz | Spring 2016 | Page 32
Chamfer
Chamfer connects two lines with an angle. Ncopy both of the lines. Type in “chamfer” (or “cha”). Type “d” for distance to set the distance
from the corner to start the chamfer (let’s use “1”). Hit Enter. Hit Enter again to keep the same distance for the second line (we could also
specify the angle or other settings). Select both lines (you’ll probably need to do this one at a time). Also, be sure to select the portions of
the lines you want to keep. Hit Enter to finish.
Intro to AutoCAD | DUSPViz | Spring 2016 | Page 33
Fillet
Similiar to chamfer, fillet connects two lines with a radius. Ncopy both of the lines. Type in “fillet” (or “f”). Type “r” for radius to set the radius
for our connecting arc (let’s use “1”). Hit Enter. Select both lines (you’ll probably need to do this one at a time). Also, be sure to select the
portions of the lines you want to keep. Hit Enter to finish.
Intro to AutoCAD | DUSPViz | Spring 2016 | Page 34
Divide
Divide splits an object into segments of equal lenght; however, it doesn’t physically break the object. Instead, it simply places point objects
at the split points. Start by changing your point type to something visible. Type “ptype” and select the circle with the cross in it. Click OK.
Next, type “divide” (or “div”). Select the Ncopied curved line. Type in the number of segments (let’s use 5) and hit Enter.
Intro to AutoCAD | DUSPViz | Spring 2016 | Page 35
Measure
Measure is similar to divide, but instead of equal parts, it places points along an object at a specified distance. Type in “measure” (or
“me”) and select the Ncopied object (Note: it matters which end of the object you select - this will be the beginning of the measurement.
If your object is not evenly divisible by the length you select, the opposite end may have a shorter segment.) Type in a length (let’s use 1),
and hit Enter. For Measure and Divide, you could choose to insert blocks along the shape instead of points if you want.
Intro to AutoCAD | DUSPViz | Spring 2016 | Page 36
Join/Explode
Often, you’ll want unconnected objects to be connected and vice versa. To Join these two Ncopied lines, type “join” (or “j”) and select
the lines. Then hit Enter. To explode our newly connected lines (which are now a single polyline), type “explode,” click on the line, and hit
Enter. Explode is also handy for breaking up blocks. Additionally, as objects become more or less complex, they change properties. For
example, an exploded polyline becomes two lines, not two polylines.
Intro to AutoCAD | DUSPViz | Spring 2016 | Page 37
Create a Block
Blocks are grouped CAD objects that can have unique properties, be called on in our file, and be inserted into other files. Let’s create
a block using the rectangle and two polylines here. First, Ncopy them into our drawing. Then select all three components (use the blue
selection to ignore the xref below). Then type “block” (or “b”) to open the Block Definition window. Name the block “X Box” and make sure
“Specify on Screen” is checked under Base Point. Click OK, and select the block’s base point on screen (let’s use the center of the X).
Intro to AutoCAD | DUSPViz | Spring 2016 | Page 38
Insert a Block
We can also insert blocks from other files, or insert entire files as a block. Let’s insert the Tree.dwg file as a block. Type “insert” (or “i”)
to bring up the Insert window. Click the Browse button to navigate through the file system and select Tree.dwg. Make sure “Specify on
Screen” is checked under Insertion Point and unchecked under Scale. Ensure the rest of your window matches the one above and click
OK. The Tree.dwg file was drawn with the origin at the center of the tree, so wherever we click, we’ll insert the tree at its center.
Intro to AutoCAD | DUSPViz | Spring 2016 | Page 39
Layout/Paper Space
When we’re ready to print, we should move to Layout/Paper space. Similar to ArcMap, AutoCAD uses two different frameworks for drawing
and printing. Model space is where we do all of our drafting at full scale. Layout/Paper space allows us to scale down our drawings for
printing. Click the Layout1 tab in the bottom left of the screen to move to Layout space.
Intro to AutoCAD | DUSPViz | Spring 2016 | Page 40
Layout/Paper Space - Adjusting the Layout
Right-click on the “Layout1” tab and select “Page setup manager...”
Intro to AutoCAD | DUSPViz | Spring 2016 | Page 41
Layout/Paper Space - Adjusting the Layout
Make sure “Layout1” is highlighted, and click “Modify.”
Intro to AutoCAD | DUSPViz | Spring 2016 | Page 42
Layout/Paper Space - Adjusting the Layout
From the Page Setup window, we can select our default printer for this layout, adjust the size of our page, and select several other plotting
options. For now, let’s use “AdobePDF” as our printer, and set our “Page size” to “Arch D” (which is 24”x36”). Make sure our “Plotting
area” is set to “Layout,” our “Plot offset” is set to “0,” and our “Drawing orientation” is set to “Landscape.” Click “OK“ to save our
changes. then click “Close” on the Page Setup Manager window.
Intro to AutoCAD | DUSPViz | Spring 2016 | Page 43
Layout/Paper Space - Adjusting the Layout
Our page size has changed, but the viewport that allows us to see our Model space hasn’t. Let’s select the bounding box of our viewport.
Then click the upper-right grip and move it to the upper right corner of our page to expand the size of our viewport.
Intro to AutoCAD | DUSPViz | Spring 2016 | Page 44
Layout/Paper Space - Adjusting the Layout
We can continue to work in Layout Space view, but actually complete tasks in Model Space. Double-click inside the viewport to enter
Model Space. Then type “z” (zoom) and “e” (extents) to zoom our viewport and center on our work. However, this is not set to a particular
scale. Double-click outside the viewport to leave Model Space, then select the bounding box of the viewport. Open the scale flyout menu
in the bottom right, and select 1:1. Now click the “lock” symbol next to the scale flyout to prevent further changes.
Intro to AutoCAD | DUSPViz | Spring 2016 | Page 45
Plot to PDF
Type Ctrl+P to bring up the Plot window. Because we adjusted all of our settings in the Page Setup Manager, we can just press OK. Great -
we’ve created our first drawing!
Intro to AutoCAD | DUSPViz | Spring 2016 | Page 46
Site Plan Exercise - bringing it all together
Open a new drawing and Attach the “Site Plan Exercise.pdf” (use 0,0,0 as the Insertion Point and 48 as the scale). Then, on a new layer,
use the various tools we’ve just learned to trace the site plan following the instructions. When you’re done, adjust the page setup of the
Layout1 tab to print a 24x36 (Arch D) PDF of your drawing. Use 1/4” = 1’-0” as the scale and adjust the boundary of your viewport to
exclude the instructions and title from the attached PDF. Then use “mtext” in Layout space to add a title, author name, and scale.

More Related Content

What's hot

Autocad
AutocadAutocad
Auto cad
Auto cadAuto cad
Auto cad
Shoaibidd514
 
Autocad project ppt
Autocad project pptAutocad project ppt
Autocad project ppt
Sourabh Gupta
 
autocad presentation
autocad presentationautocad presentation
autocad presentation
s soundarya
 
AutoCAD 2014 Introduction
AutoCAD 2014 IntroductionAutoCAD 2014 Introduction
AutoCAD 2014 Introduction
TUOS-Sam
 
Presentation On Auto Cad
Presentation On Auto CadPresentation On Auto Cad
Presentation On Auto Cad
Vaibhav Gautam
 
AutoCAD Presentation 2021 (Internship Project)
AutoCAD Presentation 2021 (Internship Project)AutoCAD Presentation 2021 (Internship Project)
AutoCAD Presentation 2021 (Internship Project)
Kumar Gaurav
 
Autocad 1st Lecture
Autocad 1st LectureAutocad 1st Lecture
Autocad 1st Lecture
Haseeb Jamal
 
CHAPTER 1 - Introduction to AutoCAD.ppt
CHAPTER 1 - Introduction to AutoCAD.pptCHAPTER 1 - Introduction to AutoCAD.ppt
CHAPTER 1 - Introduction to AutoCAD.ppt
Muhammad Taufik
 
Auto Cad tutorial
Auto Cad tutorialAuto Cad tutorial
Auto Cad tutorial
Farhan Fahim
 
Auto cad ppt
Auto cad pptAuto cad ppt
Autocad 2007
Autocad 2007Autocad 2007
Autocad 2007
NoMaN NomI
 
Basics of autocad
Basics of autocadBasics of autocad
Basics of autocad
Sanjeev Kumar
 
autocad presentation.pdf
autocad presentation.pdfautocad presentation.pdf
autocad presentation.pdf
VivekKumar586361
 
INTRODUCTION TO AutoCAD
INTRODUCTION TO AutoCADINTRODUCTION TO AutoCAD
INTRODUCTION TO AutoCAD
Ajith Kumar
 
Commands in AutoCAD
Commands in AutoCADCommands in AutoCAD
Commands in AutoCAD
Ravi Bhadauria
 
Autocad training-n-developmen institute
Autocad training-n-developmen instituteAutocad training-n-developmen institute
Autocad training-n-developmen institute
soni nirman
 
Autocad 2015 (best presentation)
Autocad 2015 (best presentation)Autocad 2015 (best presentation)
Autocad 2015 (best presentation)
ikramuls
 
AutoCAD ppt presentation new.pptx
AutoCAD ppt presentation new.pptxAutoCAD ppt presentation new.pptx
AutoCAD ppt presentation new.pptx
Vasu Sahu
 
Auto Cad Presentation
Auto Cad PresentationAuto Cad Presentation
Auto Cad Presentationvikas mahajan
 

What's hot (20)

Autocad
AutocadAutocad
Autocad
 
Auto cad
Auto cadAuto cad
Auto cad
 
Autocad project ppt
Autocad project pptAutocad project ppt
Autocad project ppt
 
autocad presentation
autocad presentationautocad presentation
autocad presentation
 
AutoCAD 2014 Introduction
AutoCAD 2014 IntroductionAutoCAD 2014 Introduction
AutoCAD 2014 Introduction
 
Presentation On Auto Cad
Presentation On Auto CadPresentation On Auto Cad
Presentation On Auto Cad
 
AutoCAD Presentation 2021 (Internship Project)
AutoCAD Presentation 2021 (Internship Project)AutoCAD Presentation 2021 (Internship Project)
AutoCAD Presentation 2021 (Internship Project)
 
Autocad 1st Lecture
Autocad 1st LectureAutocad 1st Lecture
Autocad 1st Lecture
 
CHAPTER 1 - Introduction to AutoCAD.ppt
CHAPTER 1 - Introduction to AutoCAD.pptCHAPTER 1 - Introduction to AutoCAD.ppt
CHAPTER 1 - Introduction to AutoCAD.ppt
 
Auto Cad tutorial
Auto Cad tutorialAuto Cad tutorial
Auto Cad tutorial
 
Auto cad ppt
Auto cad pptAuto cad ppt
Auto cad ppt
 
Autocad 2007
Autocad 2007Autocad 2007
Autocad 2007
 
Basics of autocad
Basics of autocadBasics of autocad
Basics of autocad
 
autocad presentation.pdf
autocad presentation.pdfautocad presentation.pdf
autocad presentation.pdf
 
INTRODUCTION TO AutoCAD
INTRODUCTION TO AutoCADINTRODUCTION TO AutoCAD
INTRODUCTION TO AutoCAD
 
Commands in AutoCAD
Commands in AutoCADCommands in AutoCAD
Commands in AutoCAD
 
Autocad training-n-developmen institute
Autocad training-n-developmen instituteAutocad training-n-developmen institute
Autocad training-n-developmen institute
 
Autocad 2015 (best presentation)
Autocad 2015 (best presentation)Autocad 2015 (best presentation)
Autocad 2015 (best presentation)
 
AutoCAD ppt presentation new.pptx
AutoCAD ppt presentation new.pptxAutoCAD ppt presentation new.pptx
AutoCAD ppt presentation new.pptx
 
Auto Cad Presentation
Auto Cad PresentationAuto Cad Presentation
Auto Cad Presentation
 

Viewers also liked

Intro to ArcGIS ModelBuilder
Intro to ArcGIS ModelBuilderIntro to ArcGIS ModelBuilder
Intro to ArcGIS ModelBuilder
DUSPviz
 
Most Essential AutoCAD Commands
Most Essential AutoCAD CommandsMost Essential AutoCAD Commands
Most Essential AutoCAD Commands
Ravi Bhadauria
 
Anurag Arpan (PPT on AutoCAD )
Anurag Arpan (PPT on AutoCAD )Anurag Arpan (PPT on AutoCAD )
Anurag Arpan (PPT on AutoCAD )Anurag Arpan
 
AutoCAD
AutoCADAutoCAD
AutoCAD
actanimation
 
DUSPviz Rhino 3D Workshop
DUSPviz Rhino 3D WorkshopDUSPviz Rhino 3D Workshop
DUSPviz Rhino 3D Workshop
DUSPviz
 
Mapping with Adobe CC
Mapping with Adobe CCMapping with Adobe CC
Mapping with Adobe CC
DUSPviz
 
Easy Steps to Better Maps
Easy Steps to Better MapsEasy Steps to Better Maps
Easy Steps to Better Maps
DUSPviz
 
ШУТИС CDIO Инженерийн удиртгал-1
ШУТИС CDIO Инженерийн удиртгал-1 ШУТИС CDIO Инженерийн удиртгал-1
ШУТИС CDIO Инженерийн удиртгал-1
Deegii Alluka
 
Food sealer
Food sealerFood sealer
Food sealer
fujisotex46
 
Google Fusion Tables
Google Fusion TablesGoogle Fusion Tables
Google Fusion Tables
DUSPviz
 
What's New with AutoCAD 2012 with Lynn Allen
What's New with AutoCAD 2012 with Lynn AllenWhat's New with AutoCAD 2012 with Lynn Allen
What's New with AutoCAD 2012 with Lynn Allenandremharris
 
PPI Webinar | Whats New in AutoCAD 2017
PPI Webinar | Whats New in AutoCAD 2017PPI Webinar | Whats New in AutoCAD 2017
PPI Webinar | Whats New in AutoCAD 2017
Wendy Finch
 
Intro to AutoCAD 2016 2D | 09 - panels (annotation)
Intro to AutoCAD 2016  2D | 09 - panels (annotation)Intro to AutoCAD 2016  2D | 09 - panels (annotation)
Intro to AutoCAD 2016 2D | 09 - panels (annotation)
Moataz Mongi
 
Map Tools in AutoCAD Civil 3D
Map Tools in AutoCAD Civil 3DMap Tools in AutoCAD Civil 3D
Map Tools in AutoCAD Civil 3D
Richard Chappell, GISP
 
AutoCAD Productivity Hacks for Engineers, Architects, Designers, and Draftsme...
AutoCAD Productivity Hacks for Engineers, Architects, Designers, and Draftsme...AutoCAD Productivity Hacks for Engineers, Architects, Designers, and Draftsme...
AutoCAD Productivity Hacks for Engineers, Architects, Designers, and Draftsme...
Ndianabasi Udonkang
 
Osm mongolia pdf
Osm mongolia pdfOsm mongolia pdf
Osm mongolia pdf
GeoMedeelel
 
Autodesk civil3 d_tutorail
Autodesk civil3 d_tutorailAutodesk civil3 d_tutorail
Autodesk civil3 d_tutorail
Kushal Patel
 
Autocad Workbook for Beginners
Autocad Workbook for BeginnersAutocad Workbook for Beginners
Autocad Workbook for Beginners
Raymond Owusu
 
AutoCAD introduction
AutoCAD introductionAutoCAD introduction
AutoCAD introduction
rfzah
 

Viewers also liked (20)

Intro to ArcGIS ModelBuilder
Intro to ArcGIS ModelBuilderIntro to ArcGIS ModelBuilder
Intro to ArcGIS ModelBuilder
 
Most Essential AutoCAD Commands
Most Essential AutoCAD CommandsMost Essential AutoCAD Commands
Most Essential AutoCAD Commands
 
Anurag Arpan (PPT on AutoCAD )
Anurag Arpan (PPT on AutoCAD )Anurag Arpan (PPT on AutoCAD )
Anurag Arpan (PPT on AutoCAD )
 
AutoCAD
AutoCADAutoCAD
AutoCAD
 
DUSPviz Rhino 3D Workshop
DUSPviz Rhino 3D WorkshopDUSPviz Rhino 3D Workshop
DUSPviz Rhino 3D Workshop
 
Mapping with Adobe CC
Mapping with Adobe CCMapping with Adobe CC
Mapping with Adobe CC
 
Easy Steps to Better Maps
Easy Steps to Better MapsEasy Steps to Better Maps
Easy Steps to Better Maps
 
ШУТИС CDIO Инженерийн удиртгал-1
ШУТИС CDIO Инженерийн удиртгал-1 ШУТИС CDIO Инженерийн удиртгал-1
ШУТИС CDIO Инженерийн удиртгал-1
 
Food sealer
Food sealerFood sealer
Food sealer
 
Google Fusion Tables
Google Fusion TablesGoogle Fusion Tables
Google Fusion Tables
 
What's New with AutoCAD 2012 with Lynn Allen
What's New with AutoCAD 2012 with Lynn AllenWhat's New with AutoCAD 2012 with Lynn Allen
What's New with AutoCAD 2012 with Lynn Allen
 
PPI Webinar | Whats New in AutoCAD 2017
PPI Webinar | Whats New in AutoCAD 2017PPI Webinar | Whats New in AutoCAD 2017
PPI Webinar | Whats New in AutoCAD 2017
 
Intro to AutoCAD 2016 2D | 09 - panels (annotation)
Intro to AutoCAD 2016  2D | 09 - panels (annotation)Intro to AutoCAD 2016  2D | 09 - panels (annotation)
Intro to AutoCAD 2016 2D | 09 - panels (annotation)
 
Cs205.last
Cs205.lastCs205.last
Cs205.last
 
Map Tools in AutoCAD Civil 3D
Map Tools in AutoCAD Civil 3DMap Tools in AutoCAD Civil 3D
Map Tools in AutoCAD Civil 3D
 
AutoCAD Productivity Hacks for Engineers, Architects, Designers, and Draftsme...
AutoCAD Productivity Hacks for Engineers, Architects, Designers, and Draftsme...AutoCAD Productivity Hacks for Engineers, Architects, Designers, and Draftsme...
AutoCAD Productivity Hacks for Engineers, Architects, Designers, and Draftsme...
 
Osm mongolia pdf
Osm mongolia pdfOsm mongolia pdf
Osm mongolia pdf
 
Autodesk civil3 d_tutorail
Autodesk civil3 d_tutorailAutodesk civil3 d_tutorail
Autodesk civil3 d_tutorail
 
Autocad Workbook for Beginners
Autocad Workbook for BeginnersAutocad Workbook for Beginners
Autocad Workbook for Beginners
 
AutoCAD introduction
AutoCAD introductionAutoCAD introduction
AutoCAD introduction
 

Similar to Intro to AutoCAD

autocad demo.pptx
autocad demo.pptxautocad demo.pptx
autocad demo.pptx
ChandraPrakash547934
 
Autocad 131102050945-phpapp02
Autocad 131102050945-phpapp02Autocad 131102050945-phpapp02
Autocad 131102050945-phpapp02
Vipin kamboj
 
Project report on AutoCAD | ZENUS INFOTECH INDIA PVT. LTD.
Project report on AutoCAD | ZENUS INFOTECH INDIA PVT. LTD.Project report on AutoCAD | ZENUS INFOTECH INDIA PVT. LTD.
Project report on AutoCAD | ZENUS INFOTECH INDIA PVT. LTD.
ZENUS INFOTECH INDIA PVT. LTD.
 
AUTO CAD PPT.pptx
AUTO CAD PPT.pptxAUTO CAD PPT.pptx
AUTO CAD PPT.pptx
ManoharMirchi
 
presentationonautocad-150912110202-lva1-app6891 (1).pdf
presentationonautocad-150912110202-lva1-app6891 (1).pdfpresentationonautocad-150912110202-lva1-app6891 (1).pdf
presentationonautocad-150912110202-lva1-app6891 (1).pdf
RoyCatampongan1
 
Autocad
AutocadAutocad
Autocad
ACT2013
 
Autocad
AutocadAutocad
Autocad
actacademy
 
Autocad
AutocadAutocad
Autocad
actacademy
 
Autocad
AutocadAutocad
Autocad
actacademy
 
rohit raj.pptx
rohit raj.pptxrohit raj.pptx
rohit raj.pptx
King888763
 
Basic_Introduction_to_AUTOCAD.ppt
Basic_Introduction_to_AUTOCAD.pptBasic_Introduction_to_AUTOCAD.ppt
Basic_Introduction_to_AUTOCAD.ppt
VinodKumar257660
 
Auto cad interface
Auto cad interfaceAuto cad interface
Auto cad interface
Mohit Goyal
 
autoCAD-tutorial-1.pdf
autoCAD-tutorial-1.pdfautoCAD-tutorial-1.pdf
autoCAD-tutorial-1.pdf
BaijSingh1
 
AUTO CADD PPT.pptx
AUTO CADD PPT.pptxAUTO CADD PPT.pptx
AUTO CADD PPT.pptx
PRAVII3
 
Rhinoceros.pdf
Rhinoceros.pdfRhinoceros.pdf
Rhinoceros.pdf
ssuser5d006f
 
11.pptx
11.pptx11.pptx
presentationprintTemp.ppt auto cad presentation
presentationprintTemp.ppt auto cad presentationpresentationprintTemp.ppt auto cad presentation
presentationprintTemp.ppt auto cad presentation
vikramchandrachoudha
 
kupdf.net_autocadppt.pdf
kupdf.net_autocadppt.pdfkupdf.net_autocadppt.pdf
kupdf.net_autocadppt.pdf
ssuser1b5424
 
Autocad 2007 Workbook Tutorial
Autocad 2007 Workbook TutorialAutocad 2007 Workbook Tutorial
Autocad 2007 Workbook Tutorial
JhongNatz
 

Similar to Intro to AutoCAD (20)

autocad demo.pptx
autocad demo.pptxautocad demo.pptx
autocad demo.pptx
 
Auto cad tutorial
Auto cad tutorialAuto cad tutorial
Auto cad tutorial
 
Autocad 131102050945-phpapp02
Autocad 131102050945-phpapp02Autocad 131102050945-phpapp02
Autocad 131102050945-phpapp02
 
Project report on AutoCAD | ZENUS INFOTECH INDIA PVT. LTD.
Project report on AutoCAD | ZENUS INFOTECH INDIA PVT. LTD.Project report on AutoCAD | ZENUS INFOTECH INDIA PVT. LTD.
Project report on AutoCAD | ZENUS INFOTECH INDIA PVT. LTD.
 
AUTO CAD PPT.pptx
AUTO CAD PPT.pptxAUTO CAD PPT.pptx
AUTO CAD PPT.pptx
 
presentationonautocad-150912110202-lva1-app6891 (1).pdf
presentationonautocad-150912110202-lva1-app6891 (1).pdfpresentationonautocad-150912110202-lva1-app6891 (1).pdf
presentationonautocad-150912110202-lva1-app6891 (1).pdf
 
Autocad
AutocadAutocad
Autocad
 
Autocad
AutocadAutocad
Autocad
 
Autocad
AutocadAutocad
Autocad
 
Autocad
AutocadAutocad
Autocad
 
rohit raj.pptx
rohit raj.pptxrohit raj.pptx
rohit raj.pptx
 
Basic_Introduction_to_AUTOCAD.ppt
Basic_Introduction_to_AUTOCAD.pptBasic_Introduction_to_AUTOCAD.ppt
Basic_Introduction_to_AUTOCAD.ppt
 
Auto cad interface
Auto cad interfaceAuto cad interface
Auto cad interface
 
autoCAD-tutorial-1.pdf
autoCAD-tutorial-1.pdfautoCAD-tutorial-1.pdf
autoCAD-tutorial-1.pdf
 
AUTO CADD PPT.pptx
AUTO CADD PPT.pptxAUTO CADD PPT.pptx
AUTO CADD PPT.pptx
 
Rhinoceros.pdf
Rhinoceros.pdfRhinoceros.pdf
Rhinoceros.pdf
 
11.pptx
11.pptx11.pptx
11.pptx
 
presentationprintTemp.ppt auto cad presentation
presentationprintTemp.ppt auto cad presentationpresentationprintTemp.ppt auto cad presentation
presentationprintTemp.ppt auto cad presentation
 
kupdf.net_autocadppt.pdf
kupdf.net_autocadppt.pdfkupdf.net_autocadppt.pdf
kupdf.net_autocadppt.pdf
 
Autocad 2007 Workbook Tutorial
Autocad 2007 Workbook TutorialAutocad 2007 Workbook Tutorial
Autocad 2007 Workbook Tutorial
 

More from DUSPviz

Intro to inkscape
Intro to inkscapeIntro to inkscape
Intro to inkscape
DUSPviz
 
Intro to Tableau Public
Intro to Tableau PublicIntro to Tableau Public
Intro to Tableau Public
DUSPviz
 
Intro to Microsoft Access
Intro to Microsoft AccessIntro to Microsoft Access
Intro to Microsoft Access
DUSPviz
 
Intro to Adobe Photoshop
Intro to Adobe PhotoshopIntro to Adobe Photoshop
Intro to Adobe Photoshop
DUSPviz
 
Intro to Adobe Illustrator
Intro to Adobe IllustratorIntro to Adobe Illustrator
Intro to Adobe Illustrator
DUSPviz
 
Habits of Effective Designers - Handout
Habits of Effective Designers - HandoutHabits of Effective Designers - Handout
Habits of Effective Designers - Handout
DUSPviz
 
Habits of Effective Designers
Habits of Effective DesignersHabits of Effective Designers
Habits of Effective Designers
DUSPviz
 
Intro to Adobe Illustrator
Intro to Adobe IllustratorIntro to Adobe Illustrator
Intro to Adobe Illustrator
DUSPviz
 
Intro to Adobe Photoshop
Intro to Adobe PhotoshopIntro to Adobe Photoshop
Intro to Adobe Photoshop
DUSPviz
 
Introduction to InDesign
Introduction to InDesignIntroduction to InDesign
Introduction to InDesign
DUSPviz
 
Python Programming for ArcGIS: Part II
Python Programming for ArcGIS: Part IIPython Programming for ArcGIS: Part II
Python Programming for ArcGIS: Part II
DUSPviz
 
Python Programming for ArcGIS: Part I
Python Programming for ArcGIS: Part IPython Programming for ArcGIS: Part I
Python Programming for ArcGIS: Part I
DUSPviz
 
The DUSP GIS Data Drive
The DUSP GIS Data DriveThe DUSP GIS Data Drive
The DUSP GIS Data Drive
DUSPviz
 
GIS Orientation 2015
GIS Orientation 2015GIS Orientation 2015
GIS Orientation 2015
DUSPviz
 
Setting up your DUSP ArcGIS Environment
Setting up your DUSP ArcGIS EnvironmentSetting up your DUSP ArcGIS Environment
Setting up your DUSP ArcGIS Environment
DUSPviz
 
AFS Connection Instructions
AFS Connection InstructionsAFS Connection Instructions
AFS Connection Instructions
DUSPviz
 
Drawing for planners_ivanov
Drawing for planners_ivanovDrawing for planners_ivanov
Drawing for planners_ivanov
DUSPviz
 
Review presentation for Orientation 2014
Review presentation for Orientation 2014Review presentation for Orientation 2014
Review presentation for Orientation 2014
DUSPviz
 
Art of-presentations
Art of-presentationsArt of-presentations
Art of-presentations
DUSPviz
 
Video Production
Video ProductionVideo Production
Video Production
DUSPviz
 

More from DUSPviz (20)

Intro to inkscape
Intro to inkscapeIntro to inkscape
Intro to inkscape
 
Intro to Tableau Public
Intro to Tableau PublicIntro to Tableau Public
Intro to Tableau Public
 
Intro to Microsoft Access
Intro to Microsoft AccessIntro to Microsoft Access
Intro to Microsoft Access
 
Intro to Adobe Photoshop
Intro to Adobe PhotoshopIntro to Adobe Photoshop
Intro to Adobe Photoshop
 
Intro to Adobe Illustrator
Intro to Adobe IllustratorIntro to Adobe Illustrator
Intro to Adobe Illustrator
 
Habits of Effective Designers - Handout
Habits of Effective Designers - HandoutHabits of Effective Designers - Handout
Habits of Effective Designers - Handout
 
Habits of Effective Designers
Habits of Effective DesignersHabits of Effective Designers
Habits of Effective Designers
 
Intro to Adobe Illustrator
Intro to Adobe IllustratorIntro to Adobe Illustrator
Intro to Adobe Illustrator
 
Intro to Adobe Photoshop
Intro to Adobe PhotoshopIntro to Adobe Photoshop
Intro to Adobe Photoshop
 
Introduction to InDesign
Introduction to InDesignIntroduction to InDesign
Introduction to InDesign
 
Python Programming for ArcGIS: Part II
Python Programming for ArcGIS: Part IIPython Programming for ArcGIS: Part II
Python Programming for ArcGIS: Part II
 
Python Programming for ArcGIS: Part I
Python Programming for ArcGIS: Part IPython Programming for ArcGIS: Part I
Python Programming for ArcGIS: Part I
 
The DUSP GIS Data Drive
The DUSP GIS Data DriveThe DUSP GIS Data Drive
The DUSP GIS Data Drive
 
GIS Orientation 2015
GIS Orientation 2015GIS Orientation 2015
GIS Orientation 2015
 
Setting up your DUSP ArcGIS Environment
Setting up your DUSP ArcGIS EnvironmentSetting up your DUSP ArcGIS Environment
Setting up your DUSP ArcGIS Environment
 
AFS Connection Instructions
AFS Connection InstructionsAFS Connection Instructions
AFS Connection Instructions
 
Drawing for planners_ivanov
Drawing for planners_ivanovDrawing for planners_ivanov
Drawing for planners_ivanov
 
Review presentation for Orientation 2014
Review presentation for Orientation 2014Review presentation for Orientation 2014
Review presentation for Orientation 2014
 
Art of-presentations
Art of-presentationsArt of-presentations
Art of-presentations
 
Video Production
Video ProductionVideo Production
Video Production
 

Recently uploaded

一比一原版(NCL毕业证书)纽卡斯尔大学毕业证成绩单如何办理
一比一原版(NCL毕业证书)纽卡斯尔大学毕业证成绩单如何办理一比一原版(NCL毕业证书)纽卡斯尔大学毕业证成绩单如何办理
一比一原版(NCL毕业证书)纽卡斯尔大学毕业证成绩单如何办理
7sd8fier
 
Common Designing Mistakes and How to avoid them
Common Designing Mistakes and How to avoid themCommon Designing Mistakes and How to avoid them
Common Designing Mistakes and How to avoid them
madhavlakhanpal29
 
RTUYUIJKLDSADAGHBDJNKSMAL,D
RTUYUIJKLDSADAGHBDJNKSMAL,DRTUYUIJKLDSADAGHBDJNKSMAL,D
RTUYUIJKLDSADAGHBDJNKSMAL,D
cy0krjxt
 
Research 20 slides Amelia gavryliuks.pdf
Research 20 slides Amelia gavryliuks.pdfResearch 20 slides Amelia gavryliuks.pdf
Research 20 slides Amelia gavryliuks.pdf
ameli25062005
 
Design Thinking Design thinking Design thinking
Design Thinking Design thinking Design thinkingDesign Thinking Design thinking Design thinking
Design Thinking Design thinking Design thinking
cy0krjxt
 
Book Formatting: Quality Control Checks for Designers
Book Formatting: Quality Control Checks for DesignersBook Formatting: Quality Control Checks for Designers
Book Formatting: Quality Control Checks for Designers
Confidence Ago
 
Design Thinking Design thinking Design thinking
Design Thinking Design thinking Design thinkingDesign Thinking Design thinking Design thinking
Design Thinking Design thinking Design thinking
cy0krjxt
 
Expert Accessory Dwelling Unit (ADU) Drafting Services
Expert Accessory Dwelling Unit (ADU) Drafting ServicesExpert Accessory Dwelling Unit (ADU) Drafting Services
Expert Accessory Dwelling Unit (ADU) Drafting Services
ResDraft
 
Mohannad Abdullah portfolio _ V2 _22-24
Mohannad Abdullah  portfolio _ V2 _22-24Mohannad Abdullah  portfolio _ V2 _22-24
Mohannad Abdullah portfolio _ V2 _22-24
M. A. Architect
 
一比一原版(Brunel毕业证书)布鲁内尔大学毕业证成绩单如何办理
一比一原版(Brunel毕业证书)布鲁内尔大学毕业证成绩单如何办理一比一原版(Brunel毕业证书)布鲁内尔大学毕业证成绩单如何办理
一比一原版(Brunel毕业证书)布鲁内尔大学毕业证成绩单如何办理
smpc3nvg
 
Transforming Brand Perception and Boosting Profitability
Transforming Brand Perception and Boosting ProfitabilityTransforming Brand Perception and Boosting Profitability
Transforming Brand Perception and Boosting Profitability
aaryangarg12
 
PORTFOLIO FABIANA VILLANI ARCHITECTURE.pdf
PORTFOLIO FABIANA VILLANI ARCHITECTURE.pdfPORTFOLIO FABIANA VILLANI ARCHITECTURE.pdf
PORTFOLIO FABIANA VILLANI ARCHITECTURE.pdf
fabianavillanib
 
一比一原版(Columbia毕业证)哥伦比亚大学毕业证如何办理
一比一原版(Columbia毕业证)哥伦比亚大学毕业证如何办理一比一原版(Columbia毕业证)哥伦比亚大学毕业证如何办理
一比一原版(Columbia毕业证)哥伦比亚大学毕业证如何办理
asuzyq
 
Let's Summon Demons Shirt Let's Summon Demons Shirt
Let's Summon Demons Shirt Let's Summon Demons ShirtLet's Summon Demons Shirt Let's Summon Demons Shirt
Let's Summon Demons Shirt Let's Summon Demons Shirt
TeeFusion
 
一比一原版(UAL毕业证书)伦敦艺术大学毕业证成绩单如何办理
一比一原版(UAL毕业证书)伦敦艺术大学毕业证成绩单如何办理一比一原版(UAL毕业证书)伦敦艺术大学毕业证成绩单如何办理
一比一原版(UAL毕业证书)伦敦艺术大学毕业证成绩单如何办理
708pb191
 
Exploring the Future of Smart Garages.pdf
Exploring the Future of Smart Garages.pdfExploring the Future of Smart Garages.pdf
Exploring the Future of Smart Garages.pdf
fastfixgaragedoor
 
一比一原版(LSE毕业证书)伦敦政治经济学院毕业证成绩单如何办理
一比一原版(LSE毕业证书)伦敦政治经济学院毕业证成绩单如何办理一比一原版(LSE毕业证书)伦敦政治经济学院毕业证成绩单如何办理
一比一原版(LSE毕业证书)伦敦政治经济学院毕业证成绩单如何办理
jyz59f4j
 
一比一原版(Bolton毕业证书)博尔顿大学毕业证成绩单如何办理
一比一原版(Bolton毕业证书)博尔顿大学毕业证成绩单如何办理一比一原版(Bolton毕业证书)博尔顿大学毕业证成绩单如何办理
一比一原版(Bolton毕业证书)博尔顿大学毕业证成绩单如何办理
h7j5io0
 
Can AI do good? at 'offtheCanvas' India HCI prelude
Can AI do good? at 'offtheCanvas' India HCI preludeCan AI do good? at 'offtheCanvas' India HCI prelude
Can AI do good? at 'offtheCanvas' India HCI prelude
Alan Dix
 
vernacular architecture in response to climate.pdf
vernacular architecture in response to climate.pdfvernacular architecture in response to climate.pdf
vernacular architecture in response to climate.pdf
PrabhjeetSingh219035
 

Recently uploaded (20)

一比一原版(NCL毕业证书)纽卡斯尔大学毕业证成绩单如何办理
一比一原版(NCL毕业证书)纽卡斯尔大学毕业证成绩单如何办理一比一原版(NCL毕业证书)纽卡斯尔大学毕业证成绩单如何办理
一比一原版(NCL毕业证书)纽卡斯尔大学毕业证成绩单如何办理
 
Common Designing Mistakes and How to avoid them
Common Designing Mistakes and How to avoid themCommon Designing Mistakes and How to avoid them
Common Designing Mistakes and How to avoid them
 
RTUYUIJKLDSADAGHBDJNKSMAL,D
RTUYUIJKLDSADAGHBDJNKSMAL,DRTUYUIJKLDSADAGHBDJNKSMAL,D
RTUYUIJKLDSADAGHBDJNKSMAL,D
 
Research 20 slides Amelia gavryliuks.pdf
Research 20 slides Amelia gavryliuks.pdfResearch 20 slides Amelia gavryliuks.pdf
Research 20 slides Amelia gavryliuks.pdf
 
Design Thinking Design thinking Design thinking
Design Thinking Design thinking Design thinkingDesign Thinking Design thinking Design thinking
Design Thinking Design thinking Design thinking
 
Book Formatting: Quality Control Checks for Designers
Book Formatting: Quality Control Checks for DesignersBook Formatting: Quality Control Checks for Designers
Book Formatting: Quality Control Checks for Designers
 
Design Thinking Design thinking Design thinking
Design Thinking Design thinking Design thinkingDesign Thinking Design thinking Design thinking
Design Thinking Design thinking Design thinking
 
Expert Accessory Dwelling Unit (ADU) Drafting Services
Expert Accessory Dwelling Unit (ADU) Drafting ServicesExpert Accessory Dwelling Unit (ADU) Drafting Services
Expert Accessory Dwelling Unit (ADU) Drafting Services
 
Mohannad Abdullah portfolio _ V2 _22-24
Mohannad Abdullah  portfolio _ V2 _22-24Mohannad Abdullah  portfolio _ V2 _22-24
Mohannad Abdullah portfolio _ V2 _22-24
 
一比一原版(Brunel毕业证书)布鲁内尔大学毕业证成绩单如何办理
一比一原版(Brunel毕业证书)布鲁内尔大学毕业证成绩单如何办理一比一原版(Brunel毕业证书)布鲁内尔大学毕业证成绩单如何办理
一比一原版(Brunel毕业证书)布鲁内尔大学毕业证成绩单如何办理
 
Transforming Brand Perception and Boosting Profitability
Transforming Brand Perception and Boosting ProfitabilityTransforming Brand Perception and Boosting Profitability
Transforming Brand Perception and Boosting Profitability
 
PORTFOLIO FABIANA VILLANI ARCHITECTURE.pdf
PORTFOLIO FABIANA VILLANI ARCHITECTURE.pdfPORTFOLIO FABIANA VILLANI ARCHITECTURE.pdf
PORTFOLIO FABIANA VILLANI ARCHITECTURE.pdf
 
一比一原版(Columbia毕业证)哥伦比亚大学毕业证如何办理
一比一原版(Columbia毕业证)哥伦比亚大学毕业证如何办理一比一原版(Columbia毕业证)哥伦比亚大学毕业证如何办理
一比一原版(Columbia毕业证)哥伦比亚大学毕业证如何办理
 
Let's Summon Demons Shirt Let's Summon Demons Shirt
Let's Summon Demons Shirt Let's Summon Demons ShirtLet's Summon Demons Shirt Let's Summon Demons Shirt
Let's Summon Demons Shirt Let's Summon Demons Shirt
 
一比一原版(UAL毕业证书)伦敦艺术大学毕业证成绩单如何办理
一比一原版(UAL毕业证书)伦敦艺术大学毕业证成绩单如何办理一比一原版(UAL毕业证书)伦敦艺术大学毕业证成绩单如何办理
一比一原版(UAL毕业证书)伦敦艺术大学毕业证成绩单如何办理
 
Exploring the Future of Smart Garages.pdf
Exploring the Future of Smart Garages.pdfExploring the Future of Smart Garages.pdf
Exploring the Future of Smart Garages.pdf
 
一比一原版(LSE毕业证书)伦敦政治经济学院毕业证成绩单如何办理
一比一原版(LSE毕业证书)伦敦政治经济学院毕业证成绩单如何办理一比一原版(LSE毕业证书)伦敦政治经济学院毕业证成绩单如何办理
一比一原版(LSE毕业证书)伦敦政治经济学院毕业证成绩单如何办理
 
一比一原版(Bolton毕业证书)博尔顿大学毕业证成绩单如何办理
一比一原版(Bolton毕业证书)博尔顿大学毕业证成绩单如何办理一比一原版(Bolton毕业证书)博尔顿大学毕业证成绩单如何办理
一比一原版(Bolton毕业证书)博尔顿大学毕业证成绩单如何办理
 
Can AI do good? at 'offtheCanvas' India HCI prelude
Can AI do good? at 'offtheCanvas' India HCI preludeCan AI do good? at 'offtheCanvas' India HCI prelude
Can AI do good? at 'offtheCanvas' India HCI prelude
 
vernacular architecture in response to climate.pdf
vernacular architecture in response to climate.pdfvernacular architecture in response to climate.pdf
vernacular architecture in response to climate.pdf
 

Intro to AutoCAD

  • 1. Intro to AutoCAD Created for DUSPViz by Luke Mich | Spring 2016
  • 2. Intro to AutoCAD | DUSPViz | Spring 2016 | Page 2 What is AutoCAD? AutoCAD, part of the Autodesk software suite, is the industry standard for Computer Aided Drafting (CAD) software. Capable of both 2D and 3D drafting (or measured drawing), AutoCAD is a powerful tool for creating and managing sets of drawings for design and construction. In this tutorial, we’ll introduce you to some basic drafting functions and file management techniques.
  • 3. Intro to AutoCAD | DUSPViz | Spring 2016 | Page 3 Starting AutoCAD When you open AutoCAD, you’ll be met with the Start Tab, which allows you to access various templates and tutorials. For our purposes, the standard blank template will do, so simply click Start Drawing.
  • 4. Intro to AutoCAD | DUSPViz | Spring 2016 | Page 4 Starting AutoCAD (cont.) Now we have a blank file called Drawing1. Notice that we can still see our Start Tab next to Drawing 1. We can create a new tab (and therefore a new drawing) by clicking the “+” button next to the Drawing1 tab. Next, we’ll save our new drawing.
  • 5. Intro to AutoCAD | DUSPViz | Spring 2016 | Page 5 Saving a File Let’s save our drawing and give it a better name. Click on the AutoCAD Icon Button in the top left to open the main menu. Click Save and navigate through the file structure to your preferred location. Let’s call our file “My Drawing.dwg” (.dwg is the standard AutoCAD drawing filetype). Note, you can select different filetypes from the dropdown menu in the save window, including older versions of AutoCAD drawings.
  • 6. Intro to AutoCAD | DUSPViz | Spring 2016 | Page 6 The Workspace Now let’s look at the workspace - there’s a lot going on here! The Basic Menu lets you open new files, save, and print. The Ribbon, which is a newer menu type for AutoCAD, contains buttons for drawing, modifying, annotating, and managing your work. the Drawing Selection Tabs let you cycle through open drawings. The View Selection Tabs switch between Model Space and Layout/Paper Space (we’ll go over this later). The Command Prompt lets you type in text commands. The Settings Panel adjusts global settings for our drawings. Basic Menu Ribbon Drawing Selection Tabs View Selection Tabs Command Prompt Settings Panel
  • 7. Intro to AutoCAD | DUSPViz | Spring 2016 | Page 7 Adjusting the Workspace There are many ways to customize the workspace. For those familiar with older versions of AutoCAD, the Ribbon toolbar can be a bit jarring. Rather than reconfiguring the workspace to revert to older toolbar styles, we’ll simply be using the command prompt (rather than clicking tool buttons) for our entry (this is also usually faster). Let’s add the properties panel by simply typing “properties.” Once the panel opens, click and drag it to the right side of the screen to dock it.
  • 8. Intro to AutoCAD | DUSPViz | Spring 2016 | Page 8 Adjusting the Settings - Snapping When you’re drafting, you often want your elements to snap to existing linework for precision. You can choose what kinds of points CAD will snap by opening the Object Snap Settings. Type “osnap” into the command prompt. In the window that opens, make sure “Object Snap On” and “Object Snap Tracking On” are checked. For our purposes, let’s also make sure “Endpoint,” “Midpoint,” “Center,” “Node,” “Intersection,” “Extension,” and “Perpendicular” are checked. Click OK.
  • 9. Intro to AutoCAD | DUSPViz | Spring 2016 | Page 9 Working with Layers Just like many other graphics programs, AutoCAD uses layers to manage work (though drawing order is independent from layer order). Let’s make a new layer. Type “la” into the command prompt to bring up the layer management panel. Then type “Alt-n” to create a new layer. Let’s name it “xref.” We’ll leave everything else, but note that this is where you can turn layers on/off, freeze/thaw layers (similar to on/ off), lock them from being edited, and change properties like color, linetype, and lineweight. Close the layer manager.
  • 10. Intro to AutoCAD | DUSPViz | Spring 2016 | Page 10 Working with External References External references (or “xrefs”) allow you to insert linked copies of other drawings or images into your file. Let’s add an xref by typing “attach.” Navigate to the tutorial folder, select “External Reference.dwg,” and click Open. In the Exernal References Window, uncheck “Specify On Screen” under Insertion Point. Click OK. Select the linework and move the xref to the “xref” layer using the Layer drop-down menu in the Layers partition of the Home tab on the Ribbon.
  • 11. Intro to AutoCAD | DUSPViz | Spring 2016 | Page 11 Using the Mouse and Keyboard To zoom in/out with the mouse, use the scroll wheel. To pan, click and drag the scroll wheel. To select, left click once to start a selection rectangle, then left click again at the opposite corner to finish the selection rectangle. Notice that if you create a rectangle to the left of your original click, it will be green; if you create it to the right, it will be blue. The green rectangle selects anything it interstects whereas the blue only selects items located entirely within the rectangle. To end a command on the keyboard, hit Enter, Escape, or Spacebar.
  • 12. Intro to AutoCAD | DUSPViz | Spring 2016 | Page 12 Freezing Layers Often, you’ll want to change whether you can see a layer or not. While we can do this from the Layer Manager window, we can also do it right from the workspace. Freezing a layer (as opposed to turning it off) temporarily removes it from AutoCAD’s memory, not just the screen (which is preferred for several reasons). Let’s freeze our dashed construction lines from our xref. Type in “layfrz” and use the curser to click one of the dashed lines. Then hit Enter or Escape.
  • 13. Intro to AutoCAD | DUSPViz | Spring 2016 | Page 13 Drawing a Line Let’s zoom into the part of our xref that says LINE. To draw a line, type “line” (or “l”). Click once to start the line, release, then click again to end it. AutoCAD will assume you want to continue drawing lines and will start another (unconnected) line at the end of our previous one. To exit the command, hit Enter, Escape, or Spacebar. We can also be more specfic when we draw our lines by entering the length of the line after the first click (try starting a line, and typing in “4” - then hit Enter). We can also specifiy the angle and absoluet start/end coordinates.
  • 14. Intro to AutoCAD | DUSPViz | Spring 2016 | Page 14 Drawing an Arc Pan over to the ARC section. To draw an arc, type “arc” (or “a”). Click once for the start point, click again for the second point, and click one last time to end the arc. As is the case with most AutoCAD commands, the command prompt will offer different options as we draw. After our first click, the prompt says “Specify second point of arc or [Center End]”. By typing in “center” or “end” (or their underlined letters), we can change how we want to define our arc as we’re drawing it.
  • 15. Intro to AutoCAD | DUSPViz | Spring 2016 | Page 15 Drawing a Polyline Unlike a line, the segments of a polyline are connected to make one complete object. Polylines can also have arced segments. To start, type “polyline” (or “pl”). Each click of the mouse will add a new segment point. If we want to add an arced segment, type “a” and then hit Enter. Unlike in the Arc command, we only need to click the start and end of each arc segment - the arcs will automatically be tangent to the previous segment. To switch back to line segements, type “l” and hit Enter.
  • 16. Intro to AutoCAD | DUSPViz | Spring 2016 | Page 16 Editing Grips Many AutoCAD objects use “grips” to allow for manipulation. Let’s stay with our Polyline, and see what the grips do. Click any corner grip to activate it. Click again to move that point to a new location, altering the shape of our line. Adjusting the midpoint grip of a line segment moves that segment as-is and adjusts its neighbors. The midpoint grip of an arc segment changes the radius. After selecting a grip, you can hit Control several times to cycle through other options like removing a vertex or converting lines to arcs and vice versa.
  • 17. Intro to AutoCAD | DUSPViz | Spring 2016 | Page 17 Drawing a Rectangle Type “rectangle” (or “rec”) to begin. Click to start our first point. We could click again to set our opposite corner and complete our rectangle, but instead, let’s type “d” for dimensions after our first click. Now type in the length (horizontal) we want (let’s say 3), hit Enter, and do the same for the width (vertical).
  • 18. Intro to AutoCAD | DUSPViz | Spring 2016 | Page 18 Drawing a Circle Type “circle” (or “c”) to begin. Click to start in the center of the circle. As you move the mouse away from that center, type in “1.5” to specify the radius; hit Enter. As you can see from the command prompt, there are also other ways to draw a circle - 3-point, 2-point, and Tangent-Tangent-Radius.
  • 19. Intro to AutoCAD | DUSPViz | Spring 2016 | Page 19 Hatching Hatching allows us to fill shapes with patterns, including solid colors. To begin, draw a rectangle (“rec”). Then type in “hatch” (“h”). By default, the tool lets us click any point within a shape to fill it. We can also type “s” to switch to the “Select objects” option which allows us to select multiple boundary objects. Click to accept the hatch location.
  • 20. Intro to AutoCAD | DUSPViz | Spring 2016 | Page 20 Hatching - Adjusting the Hatch Now select the hatch by clicking on it. We can use the Properties Panel to change the look of our hatch including the pattern type, pattern size, color, rotation, and more. The default hatch is ANSI31, which is a series of lines at a 45-degree angle. Let’s change our pattern to ANSI37 in the “Pattern name” drop-down menu. Next, enter “45” in the “Rotation” section to turn our hatch, and enter “3” in the “Scale” section to increase the size of our hatch. Once you’re finished, press “Escape.”
  • 21. Intro to AutoCAD | DUSPViz | Spring 2016 | Page 21 Typing Text There are two ways to enter text in AutoCAD: “text” is an older method that takes on some strange properties when you try to edit it. Multi- line text (or “mtext”) will seem much more familiar if you’ve ever typed into a text box. We’ll be using mtext. To begin, type “mtext”, select our first corner, and select our opposite corner. You’ll see that the Ribbon changes to bring up text modifications like font, color, and size (in inches, not points!). After you’ve modified the text as you see fit, you can exit the text box by clicking outside of it or hitting Escape.
  • 22. Intro to AutoCAD | DUSPViz | Spring 2016 | Page 22 Dimensions We often need to illustrate measurements on our drawings. To dimension the line from our xref, type “dimension” (or “dim”). Then click one end of the line to set the first point, and click the other end of the line to set the second. As we move the mouse away from the line, our dimension gets further from it. Note that the dimension orientation will change based on how you move the mouse. Let’s make sure the dimension is parallel to the line and hit Enter. You can change the dimension’s properties (e.g. text size, arrow type) in the Properties Panel.
  • 23. Intro to AutoCAD | DUSPViz | Spring 2016 | Page 23 Copy Nested Objects You’ve probably noticed that while you can select the xref, you can’t edit any of the linework in it. To copy nested linework (that is, linework from an xref or a block), we can use “ncopy”. Type in “ncopy” then select the circle from the xref. Hit Enter - the command prompt will ask us for a base point. Hit Enter again to skip this. Next, it will ask us for a displacement from the origin (since we didn’t select a base point). Hit Enter again to skip this and match the current location of the object. Hitting Escape after selecting the object will skip these steps.
  • 24. Intro to AutoCAD | DUSPViz | Spring 2016 | Page 24 Mirror Start by Ncopying the shape from our xref. Then type “mirror” (or “mi”). Select our Ncopied rectangle and hit Enter. Click two points to draw the line around which our object will be mirrored (note: the line can be at any angle). After clicking the second point, the command prompt will ask whether we want to erase source objects (the default is No). Hit Enter to accept the default and keep the original shape in addition to our mirrored copy.
  • 25. Intro to AutoCAD | DUSPViz | Spring 2016 | Page 25 Copy Again, using Ncopy, bring in the shape from the xref. Type in “copy” (or “co”), select the object, and hit Enter. Then, select a base point (let’s use the bottom left corner of the rectangle). Any subsequent mouse clicks will place a copy of the object using this base point. You can click to create as many copies as needed. To exit the command, hit Enter.
  • 26. Intro to AutoCAD | DUSPViz | Spring 2016 | Page 26 Rotate Ncopy the shape below. Type in “rotate” (or “ro”), select the object, and hit Enter. Click to select the base point around which we’ll rotate (let’s use the midpoint of the right edge. As we move the mouse, the object will freely rotate (though it will snap to 90-degree angles. The further our mouse is from the base point, the more rotation precision we will have. A second click will set the rotation. If we want to keep our Ncopied original in addition to our rotated shape, we can type “c” (for “copy”) prior to our final click.
  • 27. Intro to AutoCAD | DUSPViz | Spring 2016 | Page 27 Move Ncopy the shape below. Type in “move” (or “m”), select the object, and hit Enter. Click to select the base point from which we’ll move (let’s use the bottom left corner). Move the mouse to select the direction of the move. By typing in a number (say, 3) and hitting Enter, we will move the object that distance from our base point along our dashed move line.
  • 28. Intro to AutoCAD | DUSPViz | Spring 2016 | Page 28 Scale Ncopy the shape below. Type in “scale” (or “sc”), select the object, and hit Enter. Click to select the base point from which we’ll scale (let’s use the bottom left corner). Move the mouse to select the direction of the scale. By typing in a number (say, 2.5) and hitting Enter, we will scale the object by that factor from our base point along our dashed scale line. Similar to rotate, we can type “c” prior to typing in our scale factor to keep an unscaled copy of the original.
  • 29. Intro to AutoCAD | DUSPViz | Spring 2016 | Page 29 Break Ncopy the shape below. Type in “break” (or “br”). Click once to select the first break point, then click again further down the shape to select the second. You can also select the same point if you simply want to split the shape without removing any of it.
  • 30. Intro to AutoCAD | DUSPViz | Spring 2016 | Page 30 Trim Ncopy both of the lines. Type in “trim” (or “tr”). Select the trim object first (this is the edge that will “cut” the other line) - let’s select the horizontal line. Then hit Enter. Next select the line to be trimmed. Be sure to select the portion that will be removed. Hit Enter. Note, in both steps, you can select multiple lines. That is, you may want to trim a line at multiple points using multiple trim lines, or you may want to use a single trim line to snip multiple lines (or both).
  • 31. Intro to AutoCAD | DUSPViz | Spring 2016 | Page 31 Extend This is Trim’s cousin. Ncopy both of the lines. Type in “extend” (or “ex”). Select the boundary object first (this is the edge to which the other line will extend) - let’s select the vertical line. Then hit Enter. Next select the line to be extended. Hit Enter. Again, in both steps, you can select multiple lines. If you select multiple boundary lines (say you want to extend a line at both ends), be sure to click the half of the line (past the midpoint) you wish to extend that is closest to the appropriate boundary line.
  • 32. Intro to AutoCAD | DUSPViz | Spring 2016 | Page 32 Chamfer Chamfer connects two lines with an angle. Ncopy both of the lines. Type in “chamfer” (or “cha”). Type “d” for distance to set the distance from the corner to start the chamfer (let’s use “1”). Hit Enter. Hit Enter again to keep the same distance for the second line (we could also specify the angle or other settings). Select both lines (you’ll probably need to do this one at a time). Also, be sure to select the portions of the lines you want to keep. Hit Enter to finish.
  • 33. Intro to AutoCAD | DUSPViz | Spring 2016 | Page 33 Fillet Similiar to chamfer, fillet connects two lines with a radius. Ncopy both of the lines. Type in “fillet” (or “f”). Type “r” for radius to set the radius for our connecting arc (let’s use “1”). Hit Enter. Select both lines (you’ll probably need to do this one at a time). Also, be sure to select the portions of the lines you want to keep. Hit Enter to finish.
  • 34. Intro to AutoCAD | DUSPViz | Spring 2016 | Page 34 Divide Divide splits an object into segments of equal lenght; however, it doesn’t physically break the object. Instead, it simply places point objects at the split points. Start by changing your point type to something visible. Type “ptype” and select the circle with the cross in it. Click OK. Next, type “divide” (or “div”). Select the Ncopied curved line. Type in the number of segments (let’s use 5) and hit Enter.
  • 35. Intro to AutoCAD | DUSPViz | Spring 2016 | Page 35 Measure Measure is similar to divide, but instead of equal parts, it places points along an object at a specified distance. Type in “measure” (or “me”) and select the Ncopied object (Note: it matters which end of the object you select - this will be the beginning of the measurement. If your object is not evenly divisible by the length you select, the opposite end may have a shorter segment.) Type in a length (let’s use 1), and hit Enter. For Measure and Divide, you could choose to insert blocks along the shape instead of points if you want.
  • 36. Intro to AutoCAD | DUSPViz | Spring 2016 | Page 36 Join/Explode Often, you’ll want unconnected objects to be connected and vice versa. To Join these two Ncopied lines, type “join” (or “j”) and select the lines. Then hit Enter. To explode our newly connected lines (which are now a single polyline), type “explode,” click on the line, and hit Enter. Explode is also handy for breaking up blocks. Additionally, as objects become more or less complex, they change properties. For example, an exploded polyline becomes two lines, not two polylines.
  • 37. Intro to AutoCAD | DUSPViz | Spring 2016 | Page 37 Create a Block Blocks are grouped CAD objects that can have unique properties, be called on in our file, and be inserted into other files. Let’s create a block using the rectangle and two polylines here. First, Ncopy them into our drawing. Then select all three components (use the blue selection to ignore the xref below). Then type “block” (or “b”) to open the Block Definition window. Name the block “X Box” and make sure “Specify on Screen” is checked under Base Point. Click OK, and select the block’s base point on screen (let’s use the center of the X).
  • 38. Intro to AutoCAD | DUSPViz | Spring 2016 | Page 38 Insert a Block We can also insert blocks from other files, or insert entire files as a block. Let’s insert the Tree.dwg file as a block. Type “insert” (or “i”) to bring up the Insert window. Click the Browse button to navigate through the file system and select Tree.dwg. Make sure “Specify on Screen” is checked under Insertion Point and unchecked under Scale. Ensure the rest of your window matches the one above and click OK. The Tree.dwg file was drawn with the origin at the center of the tree, so wherever we click, we’ll insert the tree at its center.
  • 39. Intro to AutoCAD | DUSPViz | Spring 2016 | Page 39 Layout/Paper Space When we’re ready to print, we should move to Layout/Paper space. Similar to ArcMap, AutoCAD uses two different frameworks for drawing and printing. Model space is where we do all of our drafting at full scale. Layout/Paper space allows us to scale down our drawings for printing. Click the Layout1 tab in the bottom left of the screen to move to Layout space.
  • 40. Intro to AutoCAD | DUSPViz | Spring 2016 | Page 40 Layout/Paper Space - Adjusting the Layout Right-click on the “Layout1” tab and select “Page setup manager...”
  • 41. Intro to AutoCAD | DUSPViz | Spring 2016 | Page 41 Layout/Paper Space - Adjusting the Layout Make sure “Layout1” is highlighted, and click “Modify.”
  • 42. Intro to AutoCAD | DUSPViz | Spring 2016 | Page 42 Layout/Paper Space - Adjusting the Layout From the Page Setup window, we can select our default printer for this layout, adjust the size of our page, and select several other plotting options. For now, let’s use “AdobePDF” as our printer, and set our “Page size” to “Arch D” (which is 24”x36”). Make sure our “Plotting area” is set to “Layout,” our “Plot offset” is set to “0,” and our “Drawing orientation” is set to “Landscape.” Click “OK“ to save our changes. then click “Close” on the Page Setup Manager window.
  • 43. Intro to AutoCAD | DUSPViz | Spring 2016 | Page 43 Layout/Paper Space - Adjusting the Layout Our page size has changed, but the viewport that allows us to see our Model space hasn’t. Let’s select the bounding box of our viewport. Then click the upper-right grip and move it to the upper right corner of our page to expand the size of our viewport.
  • 44. Intro to AutoCAD | DUSPViz | Spring 2016 | Page 44 Layout/Paper Space - Adjusting the Layout We can continue to work in Layout Space view, but actually complete tasks in Model Space. Double-click inside the viewport to enter Model Space. Then type “z” (zoom) and “e” (extents) to zoom our viewport and center on our work. However, this is not set to a particular scale. Double-click outside the viewport to leave Model Space, then select the bounding box of the viewport. Open the scale flyout menu in the bottom right, and select 1:1. Now click the “lock” symbol next to the scale flyout to prevent further changes.
  • 45. Intro to AutoCAD | DUSPViz | Spring 2016 | Page 45 Plot to PDF Type Ctrl+P to bring up the Plot window. Because we adjusted all of our settings in the Page Setup Manager, we can just press OK. Great - we’ve created our first drawing!
  • 46. Intro to AutoCAD | DUSPViz | Spring 2016 | Page 46 Site Plan Exercise - bringing it all together Open a new drawing and Attach the “Site Plan Exercise.pdf” (use 0,0,0 as the Insertion Point and 48 as the scale). Then, on a new layer, use the various tools we’ve just learned to trace the site plan following the instructions. When you’re done, adjust the page setup of the Layout1 tab to print a 24x36 (Arch D) PDF of your drawing. Use 1/4” = 1’-0” as the scale and adjust the boundary of your viewport to exclude the instructions and title from the attached PDF. Then use “mtext” in Layout space to add a title, author name, and scale.