SlideShare a Scribd company logo
AutoCAD Crash Course



Minjee Kim
CAD, also known as computer-aided design and drafting (CADD),
                 is the use of computer technology
       for the process of design and design-documentation.




               Based on C/C++ programming language, CAD may be used to
                  design curves and figures in two-dimensional (2D) space
             or curves, surfaces, and solids in three-dimensional (3D) space.




AutoCAD
Basics
AutoCAD’s primary purpose is to
          produce precise drawings and specifications.




AutoCAD
                Hence, it is easy to acquire exact measurements.
Basics
AutoCAD’s primary purpose is to
          produce precise drawings and specifications.




                     Urban planners are most likely to use AutoCAD
           to manipulate and analyze site plans and possibly street sections.



AutoCAD
Basics
Ribbon: context-sensitive tabs that display
the tools you need when you need them




     Command line:                            Drawing
     Text commands are used to enter           Area
     actions, and then options about
     those actions are displayed




AutoCAD
Interface
To Zoom In            To Zoom Out             To Move Around
                Scroll                  Scroll              Hold down the
                 Up                     Down                Mouse Wheel
             (using mouse wheel)     (using mouse wheel)
                                                               & Drag

              “Enter”                 “Exit”                   “Undo”
            a Command              a Command                 a Command
              Spacebar                    Esc                   Ctrl + Z




AutoCAD     ALWAYS HIT THE SPACEBAR after entering a                * TIP: double click the mouse wheel,
                                                                    the entire file you are working on will
Interface   command or selecting a feature to complete the action   fit in your current window
Object
                                                                        Properties
                                                       Texts
    Drawing
                 Modifying Tools
      Tools
                  to manipulate
 to create new
                 existing objects
     objects

                                         Layers
                                                                                          Measuring
                            to designate different layers for
                                                                                             Tools
                                 different types of lines
                                                                                          to measure
                                                                                         distances and
                                                                                              areas




                                    Default Ribbon tabs are frequently used.
AutoCAD                             However, memorizing the text commands is much more
Default Ribbon tabs                 time-efficient.
from left to right:                 from right to left:
   select what is enclosed in the box   select what is touching the box



AutoCAD
Making a Selection
OSNAP (F3)
  to make objects snap to a point

                                    ORTHO (F8)
                                    to draw lines, move objects
                                    in orthogonal direction




AutoCAD
Drafting Settings
To Make new document, Open, Save, Save As, & Print




                          The native file format of AutoCAD is .dwg
AutoCAD                   You are more likely to work with a pre-existing file than to
Opening a file            create a new one.
                          (i.e. topography, surrounding neighborhood etc)
Properties of a layer

               Active Layer
                              Visibility                Lock                                   Properties
                                                        when a layer is locked, you can        Layer type, type of an
                                                        see objects contained in that          object, measurements
                                                        layer but can’t make any edits         etc




AutoCAD                             1. Turn off the layers you don’t need so that they don’t
                                    confuse you.                                                     * TIP: try typing “layoff” and select the
Understanding                                                                                        objects you don’t want to see.
& Clearing up a file                2. Create your own layer that you are going to work on.
1



           3




2                                                    4 set to inches




                           AutoCAD operates under Absolute Coordinates,
    AutoCAD                which uses the Cartesian System to specify a position
    Understanding          according to its (X, Y) coordinates                           * TIP: Always draw true-to-scale
                           Therefore, the numbers can be interpreted in ANY unit (i.e.
    & Clearing up a file   inches, meters, etc.)
Type in “REC” to draw a rectangle
  or “PL(PLine)” to draw a polyline.




                                       * TIP: ALWAYS use PLine instead of
                                       Line. Line will create objects
AutoCAD                                segmented at kinks.
Drawing your houses: REC and PLine     * TIP: When drawing with PL,
                                       Ortho(F8) option is useful.
1. Type in “O(offset)”
                                                                3. Select the object



                                                                4. Specify a point on side to offset




                                 2. Enter the offset distance




AutoCAD
Drawing a setback line: Offset
1. Type in “M(Move)”



           2. Select the object




                                               4. Specify the point to move to
                     3. Specify a base point




AutoCAD
Modifying Objects: Move
1. Type in “RO(ROtate)”                                                               3. Specify a base point



              2. Select the object                                                           4. Type in “r” to designated a
                                                                                             reference line.


                                                                          5. Specify a reference line
                                                                          by selecting the base point and a second point on the object
                                                                          you want to rotate in order to align it with some other object




                                                     6. Align it with the setback line




AutoCAD                              You can also rotate without using a reference line, but the angle would be arbitrary.
Modifying Objects: ROtate
3. Specify a base point

             1. Type in “CO(COpy)”



                                                                                 4. Specify a second point




                             2. Select the object




                                 To keep an identical distance between objects:
                                 1. Copy the object and place it at the desired distance from the original object.
AutoCAD                          2. Copy the new object.
Modifying Objects: COpy          3. Specify a base point on the original object.
                                 4. Specify a second point at the same place on the second object.
1. Type in “SC(Scale)”




        2. Select the object                                                         5. Specify a second point



                                                             4. Type in “r” to designate a
                                                             reference line.



                                                             3. Specify a base point




AutoCAD                        As with rotating,
Modifying Objects: SCale       you can also scale without using a reference line, but it will be hard to control the size
1. Type in “MI(MIrror)”                 2. Select the objects


                                                       3. Specify the first point
                                                       of mirror line




                               4. Specify the second point
                               of mirror line




AutoCAD
Modifying Objects: MIrror
1. Type in “TR(TRim)”
                                                                                            3. Specify the segments
                                                                                            of objects that you want
                                                                                            to trim

 2. Select the objects you want
 to trim AND the cutting object




AutoCAD                           If you want to trim segments of a line, be sure there is another line or object that intersects
Modifying Objects: TRim           the line you want to trim at the point(s) where you would like to trim it.
1. Draw straight road using the
  command: PL(PLine) & O(offset)




 2. Type in “EX(EXtend)”


                                    4. Click on the lines to extend


  3. Specify the lines to extend
  and the boundary line to
  extend them to




                                                         * TIP: For TRim AND EXtend, instead
                                                         of specifying the lines you want to
AutoCAD                                                  work on, you can press enter twice.
Drawing your road: EXtend                                This action will select ALL the lines
                                                         and work with all of them,
1. Type in “F(Fillet)”



  2. Specify the first line to fillet



                                                                                  4. Specify the second line to
  3. Type in “r” and then                                                         fillet
  a number for radius




                                                                                                      * TIP: At first, you might find it hard to
                                   Fillet allows you to choose two lines and the angle at which       enter an adequate radius value. Try it
AutoCAD                            you would like them to meet. The result is a curved                several times if your value doesn’t
Drawing your road: Fillet          intersection resembling curbs on a street.                         work. Once you get used to it, you’ll
                                                                                                      be able to find it intuitively.
1. Type in “PL(PLine)”
                                                                 3. Type in “A(Arc)”


  2. Pay attention to the                                             4. Once again, pay attention
  command line. It’ll give                                            to the command line!
  many more options.

                                                                         5. Type in “S(Second pt)”




AutoCAD                      You have many more options to draw a polyline than the example shown above.
                             Drawing an arc with a second pt, is just my own convenient way of controlling the shape.
Drawing your road: PLine
1. Select the PLine that
  needs modification



                                      3. Try manipulating individual
                                      control points to edit the shape
                                      of the curve

     2. Control points will show up




AutoCAD
Drawing your road: PLine
1. Select the PLine that
  needs modification


  2. Type in “m” to edit
  multiple lines and select                                                                    4. Type in “j” to join
  the lines                                                                                    the polylines


  3. Options will pop up on
  the command line




                              If you join two polylines, you will end up with a single line.
AutoCAD                       Once again, you have many more options. Try them all out by carefully following the
Drawing your road: PLine      command line. If you are editing a single polyline, you can also edit / insert / delete
                              individual vertexes (the control points) too.
2. Select a pattern



                                                     3. Pick a point INSIDE
                                                     an ENCLOSED space

     1. Type in “H(Hatch)”

                                                                                                  4. manipulate angle
                                                                                                  and scale for
                                                                                                  different
                                                                                                  appearances




AutoCAD                      The Hatch command allows you to indicate different types of   * TIP : if the scale is to low, it might
Inserting Patterns: Hatch    surfaces.                                                     cause the program to crash
1. Type in “B(Block)”   2. Define the name of the block




                                                                                                         4. Right-click on the
                                                                                                         block for edit options




                                3. Select objects for block




AutoCAD                        It is convenient to block the components of an object (i.e., an outline and a hatch) so it will be
Planting trees: Block          easy to edit all at once
Congratulations! Your neighborhood is complete.
AutoCAD    Now you need to learn how to plot this cad file into
Plotting   presentations.
1.     Draw a letter size
                                                                                       (8.5”x11”) rectangle

                                                                                2.     Scale it by 12,000

                                                                                3.     Adjust the plotting area




                       By scaling the letter size 12,000 times larger and then plotting
AutoCAD                within the letter size, we are creating a plan that is in the scale
Plotting: plot scale   of 1:12,000, which also means 1”:1000’.
Plot style


Select printer




 Select
 paper size


 Set it to
 “Window”




                                                                              Set orientation




                         Check the box Uncheck the box   Set it to 1:12,000



  AutoCAD
  Plotting: plot scale
For B & W
      plan




                       You can designate a specific line weight
                       and line type for each color




AutoCAD
Plotting: plot style
Rhino can import .dwg directly with all the attributes intact
                              work with original layers, smooth curves


            Sketchup can also import .dwg although not as intact as Rhino

                             Illustrator can open .eps files
                    but you can also simply copy & paste the objects



            Therefore, AutoCAD is a very powerful design tool
  that is the fundamental basic skill for many other design programs.




AutoCAD
Compatibility

More Related Content

What's hot

Anime Quiz 2023
Anime Quiz 2023Anime Quiz 2023
Anime Quiz 2023
Quiz Club NITW
 
LSD MELA Quiz 2016 - Finals
LSD MELA Quiz 2016 - FinalsLSD MELA Quiz 2016 - Finals
LSD MELA Quiz 2016 - Finals
LSD IIM Ahmedabad
 
IIT Kanpur Tech Quiz
IIT Kanpur Tech QuizIIT Kanpur Tech Quiz
IIT Kanpur Tech Quiz
Anshul Roy
 
S06_E07: Don't Judge a GK Quiz by its cover | Aryan and Parth
S06_E07: Don't Judge a GK Quiz by its cover | Aryan and ParthS06_E07: Don't Judge a GK Quiz by its cover | Aryan and Parth
S06_E07: Don't Judge a GK Quiz by its cover | Aryan and Parth
Quiz Club, Indian Institute of Technology, Patna
 
S08_E03: Friday Funday.pptx
S08_E03: Friday Funday.pptxS08_E03: Friday Funday.pptx
OPEN GEN QUIZ FINALS
OPEN GEN QUIZ FINALSOPEN GEN QUIZ FINALS
OPEN GEN QUIZ FINALS
QURIOZITY Quiz Soc
 
Know Your Sanskaars-The India Quiz,PRELIMS(HighQ'20 at Gargi College)
Know Your Sanskaars-The India Quiz,PRELIMS(HighQ'20 at Gargi College)  Know Your Sanskaars-The India Quiz,PRELIMS(HighQ'20 at Gargi College)
Know Your Sanskaars-The India Quiz,PRELIMS(HighQ'20 at Gargi College)
Quizzito—The Quiz Society of Gargi College
 
Techofes Buzzer Quiz - Finals
Techofes Buzzer Quiz - FinalsTechofes Buzzer Quiz - Finals
Techofes Buzzer Quiz - Finals
Quizzers Anonymous
 
In-Access Quiz 2020: A General Quiz
In-Access Quiz 2020: A General QuizIn-Access Quiz 2020: A General Quiz
In-Access Quiz 2020: A General Quiz
Sahil Gupta
 
Intra College Prelims (General Quiz) - Inquizitive, Maharaja Agrasen College,...
Intra College Prelims (General Quiz) - Inquizitive, Maharaja Agrasen College,...Intra College Prelims (General Quiz) - Inquizitive, Maharaja Agrasen College,...
Intra College Prelims (General Quiz) - Inquizitive, Maharaja Agrasen College,...
Inquizitive Maharaja Agrasen College, DU
 
S10E1_PARAAS.pptx
S10E1_PARAAS.pptxS10E1_PARAAS.pptx
S08_E05 : NJAQ.pptx
S08_E05 : NJAQ.pptxS08_E05 : NJAQ.pptx
SCB Pop culture quiz finals 2019
SCB Pop culture quiz finals 2019SCB Pop culture quiz finals 2019
SCB Pop culture quiz finals 2019
Puranjan Dev
 
AsiaSweep 2013 - The Arun Veembur Memorial Quiz
AsiaSweep 2013 - The Arun Veembur Memorial QuizAsiaSweep 2013 - The Arun Veembur Memorial Quiz
AsiaSweep 2013 - The Arun Veembur Memorial Quiz
Navin Rajaram
 
THE FINAL BOW - OLT Quiz 2023 | QM: Amit Kuvelker & Prayag Mohanty | BITS Pil...
THE FINAL BOW - OLT Quiz 2023 | QM: Amit Kuvelker & Prayag Mohanty | BITS Pil...THE FINAL BOW - OLT Quiz 2023 | QM: Amit Kuvelker & Prayag Mohanty | BITS Pil...
THE FINAL BOW - OLT Quiz 2023 | QM: Amit Kuvelker & Prayag Mohanty | BITS Pil...
BITS Goa Quiz Club
 
S04_E09: Deal with the Devil | Chanya & Prajyot
S04_E09: Deal with the Devil | Chanya & PrajyotS04_E09: Deal with the Devil | Chanya & Prajyot
S04_E09: Deal with the Devil | Chanya & Prajyot
Quiz Club, Indian Institute of Technology, Patna
 
Bollywood Quiz - Prelims
Bollywood Quiz - Prelims Bollywood Quiz - Prelims
Bollywood Quiz - Prelims
Vighnesh Shenoy
 
Fandom Quiz
Fandom QuizFandom Quiz
Fandom Quiz
QuintessenceZHDC
 
Meme quiz (04.09.20)
Meme quiz (04.09.20)Meme quiz (04.09.20)
Meme quiz (04.09.20)
ANURAG BERA
 

What's hot (20)

Anime Quiz 2023
Anime Quiz 2023Anime Quiz 2023
Anime Quiz 2023
 
LSD MELA Quiz 2016 - Finals
LSD MELA Quiz 2016 - FinalsLSD MELA Quiz 2016 - Finals
LSD MELA Quiz 2016 - Finals
 
IIT Kanpur Tech Quiz
IIT Kanpur Tech QuizIIT Kanpur Tech Quiz
IIT Kanpur Tech Quiz
 
S06_E07: Don't Judge a GK Quiz by its cover | Aryan and Parth
S06_E07: Don't Judge a GK Quiz by its cover | Aryan and ParthS06_E07: Don't Judge a GK Quiz by its cover | Aryan and Parth
S06_E07: Don't Judge a GK Quiz by its cover | Aryan and Parth
 
S08_E03: Friday Funday.pptx
S08_E03: Friday Funday.pptxS08_E03: Friday Funday.pptx
S08_E03: Friday Funday.pptx
 
OPEN GEN QUIZ FINALS
OPEN GEN QUIZ FINALSOPEN GEN QUIZ FINALS
OPEN GEN QUIZ FINALS
 
Know Your Sanskaars-The India Quiz,PRELIMS(HighQ'20 at Gargi College)
Know Your Sanskaars-The India Quiz,PRELIMS(HighQ'20 at Gargi College)  Know Your Sanskaars-The India Quiz,PRELIMS(HighQ'20 at Gargi College)
Know Your Sanskaars-The India Quiz,PRELIMS(HighQ'20 at Gargi College)
 
Techofes Buzzer Quiz - Finals
Techofes Buzzer Quiz - FinalsTechofes Buzzer Quiz - Finals
Techofes Buzzer Quiz - Finals
 
In-Access Quiz 2020: A General Quiz
In-Access Quiz 2020: A General QuizIn-Access Quiz 2020: A General Quiz
In-Access Quiz 2020: A General Quiz
 
Intra College Prelims (General Quiz) - Inquizitive, Maharaja Agrasen College,...
Intra College Prelims (General Quiz) - Inquizitive, Maharaja Agrasen College,...Intra College Prelims (General Quiz) - Inquizitive, Maharaja Agrasen College,...
Intra College Prelims (General Quiz) - Inquizitive, Maharaja Agrasen College,...
 
S10E1_PARAAS.pptx
S10E1_PARAAS.pptxS10E1_PARAAS.pptx
S10E1_PARAAS.pptx
 
S08_E05 : NJAQ.pptx
S08_E05 : NJAQ.pptxS08_E05 : NJAQ.pptx
S08_E05 : NJAQ.pptx
 
SCB Pop culture quiz finals 2019
SCB Pop culture quiz finals 2019SCB Pop culture quiz finals 2019
SCB Pop culture quiz finals 2019
 
AsiaSweep 2013 - The Arun Veembur Memorial Quiz
AsiaSweep 2013 - The Arun Veembur Memorial QuizAsiaSweep 2013 - The Arun Veembur Memorial Quiz
AsiaSweep 2013 - The Arun Veembur Memorial Quiz
 
Apratim&Anurag India quiz
Apratim&Anurag India quizApratim&Anurag India quiz
Apratim&Anurag India quiz
 
THE FINAL BOW - OLT Quiz 2023 | QM: Amit Kuvelker & Prayag Mohanty | BITS Pil...
THE FINAL BOW - OLT Quiz 2023 | QM: Amit Kuvelker & Prayag Mohanty | BITS Pil...THE FINAL BOW - OLT Quiz 2023 | QM: Amit Kuvelker & Prayag Mohanty | BITS Pil...
THE FINAL BOW - OLT Quiz 2023 | QM: Amit Kuvelker & Prayag Mohanty | BITS Pil...
 
S04_E09: Deal with the Devil | Chanya & Prajyot
S04_E09: Deal with the Devil | Chanya & PrajyotS04_E09: Deal with the Devil | Chanya & Prajyot
S04_E09: Deal with the Devil | Chanya & Prajyot
 
Bollywood Quiz - Prelims
Bollywood Quiz - Prelims Bollywood Quiz - Prelims
Bollywood Quiz - Prelims
 
Fandom Quiz
Fandom QuizFandom Quiz
Fandom Quiz
 
Meme quiz (04.09.20)
Meme quiz (04.09.20)Meme quiz (04.09.20)
Meme quiz (04.09.20)
 

Similar to AutoCAD Crash Course

VGEGIS%20Training%20Tutorial
VGEGIS%20Training%20TutorialVGEGIS%20Training%20Tutorial
VGEGIS%20Training%20Tutorialtutorialsruby
 
VGEGIS%20Training%20Tutorial
VGEGIS%20Training%20TutorialVGEGIS%20Training%20Tutorial
VGEGIS%20Training%20Tutorialtutorialsruby
 
Omnigraffle tutorial
Omnigraffle tutorialOmnigraffle tutorial
Omnigraffle tutorialBillie DeMott
 
Autocad 2013-tips-and-tricks-2
Autocad 2013-tips-and-tricks-2Autocad 2013-tips-and-tricks-2
Autocad 2013-tips-and-tricks-2Bala Chandar
 
RS and GIS TW- 1&2.pdf
RS and GIS TW- 1&2.pdfRS and GIS TW- 1&2.pdf
RS and GIS TW- 1&2.pdf
SatishKhadse3
 
Basic_Introduction_to_AUTOCAD.ppt
Basic_Introduction_to_AUTOCAD.pptBasic_Introduction_to_AUTOCAD.ppt
Basic_Introduction_to_AUTOCAD.ppt
VinodKumar257660
 
Robot Modelling and Assembling Day 2
Robot Modelling and Assembling Day 2Robot Modelling and Assembling Day 2
Robot Modelling and Assembling Day 2Sulaiman Dawood Barry
 
Duspviz Rhino Tutorial
Duspviz Rhino TutorialDuspviz Rhino Tutorial
Duspviz Rhino TutorialDUSPviz
 
Auto cad intro
Auto cad introAuto cad intro
Auto cad intro
Brijesh Verma
 
AutoCAD Tips, Tricks, and Delightful Drafting Techniques
AutoCAD Tips, Tricks, and Delightful Drafting TechniquesAutoCAD Tips, Tricks, and Delightful Drafting Techniques
AutoCAD Tips, Tricks, and Delightful Drafting Techniques
Donnie Gladfelter
 
Dynamic Linker
Dynamic LinkerDynamic Linker
Dynamic Linker
Sanjiv Malik
 
AutoCad 1.pptx
AutoCad 1.pptxAutoCad 1.pptx
AutoCad 1.pptx
PankajChhabra31
 
Auto CAD.pptx
Auto CAD.pptxAuto CAD.pptx
Auto CAD.pptx
LeojOinam
 

Similar to AutoCAD Crash Course (20)

VGEGIS%20Training%20Tutorial
VGEGIS%20Training%20TutorialVGEGIS%20Training%20Tutorial
VGEGIS%20Training%20Tutorial
 
VGEGIS%20Training%20Tutorial
VGEGIS%20Training%20TutorialVGEGIS%20Training%20Tutorial
VGEGIS%20Training%20Tutorial
 
Omnigraffle tutorial
Omnigraffle tutorialOmnigraffle tutorial
Omnigraffle tutorial
 
Q Cad Presentation
Q Cad PresentationQ Cad Presentation
Q Cad Presentation
 
Autocad 2013-tips-and-tricks-2
Autocad 2013-tips-and-tricks-2Autocad 2013-tips-and-tricks-2
Autocad 2013-tips-and-tricks-2
 
Auto cad manual
Auto cad manualAuto cad manual
Auto cad manual
 
RS and GIS TW- 1&2.pdf
RS and GIS TW- 1&2.pdfRS and GIS TW- 1&2.pdf
RS and GIS TW- 1&2.pdf
 
Basic_Introduction_to_AUTOCAD.ppt
Basic_Introduction_to_AUTOCAD.pptBasic_Introduction_to_AUTOCAD.ppt
Basic_Introduction_to_AUTOCAD.ppt
 
Robot Modelling and Assembling Day 2
Robot Modelling and Assembling Day 2Robot Modelling and Assembling Day 2
Robot Modelling and Assembling Day 2
 
Duspviz Rhino Tutorial
Duspviz Rhino TutorialDuspviz Rhino Tutorial
Duspviz Rhino Tutorial
 
Presentation on
Presentation on Presentation on
Presentation on
 
Presentation
Presentation Presentation
Presentation
 
Windows phone and azure
Windows phone and azureWindows phone and azure
Windows phone and azure
 
Auto cad intro
Auto cad introAuto cad intro
Auto cad intro
 
AutoCAD Tips, Tricks, and Delightful Drafting Techniques
AutoCAD Tips, Tricks, and Delightful Drafting TechniquesAutoCAD Tips, Tricks, and Delightful Drafting Techniques
AutoCAD Tips, Tricks, and Delightful Drafting Techniques
 
dr_1
dr_1dr_1
dr_1
 
dr_1
dr_1dr_1
dr_1
 
Dynamic Linker
Dynamic LinkerDynamic Linker
Dynamic Linker
 
AutoCad 1.pptx
AutoCad 1.pptxAutoCad 1.pptx
AutoCad 1.pptx
 
Auto CAD.pptx
Auto CAD.pptxAuto CAD.pptx
Auto CAD.pptx
 

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
 
Mapping with Adobe CC
Mapping with Adobe CCMapping with Adobe CC
Mapping with Adobe CC
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
 
Intro to AutoCAD
Intro to AutoCADIntro to AutoCAD
Intro to AutoCAD
DUSPviz
 
Google Fusion Tables
Google Fusion TablesGoogle Fusion Tables
Google Fusion Tables
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
 
Intro to ArcGIS ModelBuilder
Intro to ArcGIS ModelBuilderIntro to ArcGIS ModelBuilder
Intro to ArcGIS ModelBuilder
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
 
Mapping with Adobe CC
Mapping with Adobe CCMapping with Adobe CC
Mapping with Adobe CC
 
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
 
Intro to AutoCAD
Intro to AutoCADIntro to AutoCAD
Intro to AutoCAD
 
Google Fusion Tables
Google Fusion TablesGoogle Fusion Tables
Google Fusion Tables
 
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
 
Intro to ArcGIS ModelBuilder
Intro to ArcGIS ModelBuilderIntro to ArcGIS ModelBuilder
Intro to ArcGIS ModelBuilder
 

Recently uploaded

GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
Guy Korland
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
Product School
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
OnBoard
 
Welocme to ViralQR, your best QR code generator.
Welocme to ViralQR, your best QR code generator.Welocme to ViralQR, your best QR code generator.
Welocme to ViralQR, your best QR code generator.
ViralQR
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
James Anderson
 
PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
Ralf Eggert
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Ramesh Iyer
 
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdfSAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
Peter Spielvogel
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Product School
 
Free Complete Python - A step towards Data Science
Free Complete Python - A step towards Data ScienceFree Complete Python - A step towards Data Science
Free Complete Python - A step towards Data Science
RinaMondal9
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
Product School
 
Quantum Computing: Current Landscape and the Future Role of APIs
Quantum Computing: Current Landscape and the Future Role of APIsQuantum Computing: Current Landscape and the Future Role of APIs
Quantum Computing: Current Landscape and the Future Role of APIs
Vlad Stirbu
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Albert Hoitingh
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
Alison B. Lowndes
 
By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024
Pierluigi Pugliese
 
A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...
sonjaschweigert1
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
Thijs Feryn
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
DianaGray10
 

Recently uploaded (20)

GraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge GraphGraphRAG is All You need? LLM & Knowledge Graph
GraphRAG is All You need? LLM & Knowledge Graph
 
FIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdfFIDO Alliance Osaka Seminar: Overview.pdf
FIDO Alliance Osaka Seminar: Overview.pdf
 
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdfFIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
FIDO Alliance Osaka Seminar: The WebAuthn API and Discoverable Credentials.pdf
 
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
De-mystifying Zero to One: Design Informed Techniques for Greenfield Innovati...
 
Leading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdfLeading Change strategies and insights for effective change management pdf 1.pdf
Leading Change strategies and insights for effective change management pdf 1.pdf
 
Welocme to ViralQR, your best QR code generator.
Welocme to ViralQR, your best QR code generator.Welocme to ViralQR, your best QR code generator.
Welocme to ViralQR, your best QR code generator.
 
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
GDG Cloud Southlake #33: Boule & Rebala: Effective AppSec in SDLC using Deplo...
 
PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)PHP Frameworks: I want to break free (IPC Berlin 2024)
PHP Frameworks: I want to break free (IPC Berlin 2024)
 
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
Builder.ai Founder Sachin Dev Duggal's Strategic Approach to Create an Innova...
 
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdfSAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
SAP Sapphire 2024 - ASUG301 building better apps with SAP Fiori.pdf
 
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
Unsubscribed: Combat Subscription Fatigue With a Membership Mentality by Head...
 
Free Complete Python - A step towards Data Science
Free Complete Python - A step towards Data ScienceFree Complete Python - A step towards Data Science
Free Complete Python - A step towards Data Science
 
How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...How world-class product teams are winning in the AI era by CEO and Founder, P...
How world-class product teams are winning in the AI era by CEO and Founder, P...
 
Quantum Computing: Current Landscape and the Future Role of APIs
Quantum Computing: Current Landscape and the Future Role of APIsQuantum Computing: Current Landscape and the Future Role of APIs
Quantum Computing: Current Landscape and the Future Role of APIs
 
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
Encryption in Microsoft 365 - ExpertsLive Netherlands 2024
 
Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........Bits & Pixels using AI for Good.........
Bits & Pixels using AI for Good.........
 
By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024By Design, not by Accident - Agile Venture Bolzano 2024
By Design, not by Accident - Agile Venture Bolzano 2024
 
A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...A tale of scale & speed: How the US Navy is enabling software delivery from l...
A tale of scale & speed: How the US Navy is enabling software delivery from l...
 
Accelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish CachingAccelerate your Kubernetes clusters with Varnish Caching
Accelerate your Kubernetes clusters with Varnish Caching
 
UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3UiPath Test Automation using UiPath Test Suite series, part 3
UiPath Test Automation using UiPath Test Suite series, part 3
 

AutoCAD Crash Course

  • 2. CAD, also known as computer-aided design and drafting (CADD), is the use of computer technology for the process of design and design-documentation. Based on C/C++ programming language, CAD may be used to design curves and figures in two-dimensional (2D) space or curves, surfaces, and solids in three-dimensional (3D) space. AutoCAD Basics
  • 3. AutoCAD’s primary purpose is to produce precise drawings and specifications. AutoCAD Hence, it is easy to acquire exact measurements. Basics
  • 4. AutoCAD’s primary purpose is to produce precise drawings and specifications. Urban planners are most likely to use AutoCAD to manipulate and analyze site plans and possibly street sections. AutoCAD Basics
  • 5. Ribbon: context-sensitive tabs that display the tools you need when you need them Command line: Drawing Text commands are used to enter Area actions, and then options about those actions are displayed AutoCAD Interface
  • 6. To Zoom In To Zoom Out To Move Around Scroll Scroll Hold down the Up Down Mouse Wheel (using mouse wheel) (using mouse wheel) & Drag “Enter” “Exit” “Undo” a Command a Command a Command Spacebar Esc Ctrl + Z AutoCAD ALWAYS HIT THE SPACEBAR after entering a * TIP: double click the mouse wheel, the entire file you are working on will Interface command or selecting a feature to complete the action fit in your current window
  • 7. Object Properties Texts Drawing Modifying Tools Tools to manipulate to create new existing objects objects Layers Measuring to designate different layers for Tools different types of lines to measure distances and areas Default Ribbon tabs are frequently used. AutoCAD However, memorizing the text commands is much more Default Ribbon tabs time-efficient.
  • 8. from left to right: from right to left: select what is enclosed in the box select what is touching the box AutoCAD Making a Selection
  • 9. OSNAP (F3) to make objects snap to a point ORTHO (F8) to draw lines, move objects in orthogonal direction AutoCAD Drafting Settings
  • 10. To Make new document, Open, Save, Save As, & Print The native file format of AutoCAD is .dwg AutoCAD You are more likely to work with a pre-existing file than to Opening a file create a new one. (i.e. topography, surrounding neighborhood etc)
  • 11. Properties of a layer Active Layer Visibility Lock Properties when a layer is locked, you can Layer type, type of an see objects contained in that object, measurements layer but can’t make any edits etc AutoCAD 1. Turn off the layers you don’t need so that they don’t confuse you. * TIP: try typing “layoff” and select the Understanding objects you don’t want to see. & Clearing up a file 2. Create your own layer that you are going to work on.
  • 12. 1 3 2 4 set to inches AutoCAD operates under Absolute Coordinates, AutoCAD which uses the Cartesian System to specify a position Understanding according to its (X, Y) coordinates * TIP: Always draw true-to-scale Therefore, the numbers can be interpreted in ANY unit (i.e. & Clearing up a file inches, meters, etc.)
  • 13. Type in “REC” to draw a rectangle or “PL(PLine)” to draw a polyline. * TIP: ALWAYS use PLine instead of Line. Line will create objects AutoCAD segmented at kinks. Drawing your houses: REC and PLine * TIP: When drawing with PL, Ortho(F8) option is useful.
  • 14. 1. Type in “O(offset)” 3. Select the object 4. Specify a point on side to offset 2. Enter the offset distance AutoCAD Drawing a setback line: Offset
  • 15. 1. Type in “M(Move)” 2. Select the object 4. Specify the point to move to 3. Specify a base point AutoCAD Modifying Objects: Move
  • 16. 1. Type in “RO(ROtate)” 3. Specify a base point 2. Select the object 4. Type in “r” to designated a reference line. 5. Specify a reference line by selecting the base point and a second point on the object you want to rotate in order to align it with some other object 6. Align it with the setback line AutoCAD You can also rotate without using a reference line, but the angle would be arbitrary. Modifying Objects: ROtate
  • 17. 3. Specify a base point 1. Type in “CO(COpy)” 4. Specify a second point 2. Select the object To keep an identical distance between objects: 1. Copy the object and place it at the desired distance from the original object. AutoCAD 2. Copy the new object. Modifying Objects: COpy 3. Specify a base point on the original object. 4. Specify a second point at the same place on the second object.
  • 18. 1. Type in “SC(Scale)” 2. Select the object 5. Specify a second point 4. Type in “r” to designate a reference line. 3. Specify a base point AutoCAD As with rotating, Modifying Objects: SCale you can also scale without using a reference line, but it will be hard to control the size
  • 19. 1. Type in “MI(MIrror)” 2. Select the objects 3. Specify the first point of mirror line 4. Specify the second point of mirror line AutoCAD Modifying Objects: MIrror
  • 20. 1. Type in “TR(TRim)” 3. Specify the segments of objects that you want to trim 2. Select the objects you want to trim AND the cutting object AutoCAD If you want to trim segments of a line, be sure there is another line or object that intersects Modifying Objects: TRim the line you want to trim at the point(s) where you would like to trim it.
  • 21. 1. Draw straight road using the command: PL(PLine) & O(offset) 2. Type in “EX(EXtend)” 4. Click on the lines to extend 3. Specify the lines to extend and the boundary line to extend them to * TIP: For TRim AND EXtend, instead of specifying the lines you want to AutoCAD work on, you can press enter twice. Drawing your road: EXtend This action will select ALL the lines and work with all of them,
  • 22. 1. Type in “F(Fillet)” 2. Specify the first line to fillet 4. Specify the second line to 3. Type in “r” and then fillet a number for radius * TIP: At first, you might find it hard to Fillet allows you to choose two lines and the angle at which enter an adequate radius value. Try it AutoCAD you would like them to meet. The result is a curved several times if your value doesn’t Drawing your road: Fillet intersection resembling curbs on a street. work. Once you get used to it, you’ll be able to find it intuitively.
  • 23. 1. Type in “PL(PLine)” 3. Type in “A(Arc)” 2. Pay attention to the 4. Once again, pay attention command line. It’ll give to the command line! many more options. 5. Type in “S(Second pt)” AutoCAD You have many more options to draw a polyline than the example shown above. Drawing an arc with a second pt, is just my own convenient way of controlling the shape. Drawing your road: PLine
  • 24. 1. Select the PLine that needs modification 3. Try manipulating individual control points to edit the shape of the curve 2. Control points will show up AutoCAD Drawing your road: PLine
  • 25. 1. Select the PLine that needs modification 2. Type in “m” to edit multiple lines and select 4. Type in “j” to join the lines the polylines 3. Options will pop up on the command line If you join two polylines, you will end up with a single line. AutoCAD Once again, you have many more options. Try them all out by carefully following the Drawing your road: PLine command line. If you are editing a single polyline, you can also edit / insert / delete individual vertexes (the control points) too.
  • 26. 2. Select a pattern 3. Pick a point INSIDE an ENCLOSED space 1. Type in “H(Hatch)” 4. manipulate angle and scale for different appearances AutoCAD The Hatch command allows you to indicate different types of * TIP : if the scale is to low, it might Inserting Patterns: Hatch surfaces. cause the program to crash
  • 27. 1. Type in “B(Block)” 2. Define the name of the block 4. Right-click on the block for edit options 3. Select objects for block AutoCAD It is convenient to block the components of an object (i.e., an outline and a hatch) so it will be Planting trees: Block easy to edit all at once
  • 28. Congratulations! Your neighborhood is complete. AutoCAD Now you need to learn how to plot this cad file into Plotting presentations.
  • 29. 1. Draw a letter size (8.5”x11”) rectangle 2. Scale it by 12,000 3. Adjust the plotting area By scaling the letter size 12,000 times larger and then plotting AutoCAD within the letter size, we are creating a plan that is in the scale Plotting: plot scale of 1:12,000, which also means 1”:1000’.
  • 30. Plot style Select printer Select paper size Set it to “Window” Set orientation Check the box Uncheck the box Set it to 1:12,000 AutoCAD Plotting: plot scale
  • 31. For B & W plan You can designate a specific line weight and line type for each color AutoCAD Plotting: plot style
  • 32. Rhino can import .dwg directly with all the attributes intact work with original layers, smooth curves Sketchup can also import .dwg although not as intact as Rhino Illustrator can open .eps files but you can also simply copy & paste the objects Therefore, AutoCAD is a very powerful design tool that is the fundamental basic skill for many other design programs. AutoCAD Compatibility