SlideShare a Scribd company logo
www.studymafia.org
AutoCAD
OUTLINE
 Introduction
 History
 Giving commands
 Object snap
 Zooming and panning
 Drawing 2D shapes
 Drawing 3D shapes
 Editing
 UCS
 Assignment
 The AutoCAD Advantage
 The Disadvantages of AutoCAD
 References
Introduction
 AutoCAD is a commercial software application for 2D and
3D computer-aided design (CAD) and drafting — available
since 1982 as a desktop application and since 2010 as a
mobile web- and cloud-based app marketed as AutoCAD
360.
History
 AutoCAD was derived from a program begun in 1977 and
released in 1979 called Interact CAD, also referred to in
early Autodesk documents as MicroCAD, which was
written prior to Autodesk's (then Marinchip Software
Partners) formation by Autodesk cofounder Mike Riddle.
 The first version by the AutoDesk Company was
demonstrated at the 1982 Comdex and released that
December.
 The 2016 release marked the 30th major release for the
AutoCAD for Windows. The 2014 release marked the
fourth consecutive year for AutoCAD for Mac.
How do we give a command?
 Command line
 Toolbars
(view/Toolbars)
 Drop-down menus
You can pick any one(s) that you are comfortable with.
What is OSNAP?
 Osnap (Object Snap) settings make it easier to
select a 2d object’s points
 Endpoint
 Midpoint
 Perpendicular
 Center
 İntersection
 Osnap will be active when
AutoCAD is expecting you to
pick a point on the working area
 Type osnap on your
command window:
Zooming...
 You will need to zoom in and out while drawing with
AutoCAD. This doesnt change your objects or UCS,
only the way you see your working space. This can be
done in many ways:
1. Scroll bars
2. Typing z or zoom in your command window.
 All
 Center
 Dynamic
 Extents
 Previous
 Scale
 Window
Lets draw a LINE:
 remember that AutoCAD recognizes an object by
its coordinates. You will need two given points to
draw a line.
 You can start at a random point on your WCS for
your FIRST POINT, but you should specify the
coordinates of your SECOND POINT.
(x1,y1,z1)
(x2,y2,z2)
Lets draw a LINE (1):
1. Give the command
 Type “line” on the command window, OR
 Click on the line icon on the Draw toolbar, OR
 Select Line on the Draw menu
2. Specify the first point (a)
 Click on a random point on your working area (black
space)
3. Specify the second point in relation to the first
point
 @distance<degrees
 @5<30
30
a
b
Lets draw a LINE (2):
1. Hit F8 (ortho on)
2. Give the command
3. Specify the first point
4. Specify the second point in relation to the first
point
 Point the cursor to the left hand side. You will see that
the cursor snaps only to 0o
-90o
-180o
-270o
 Type 7 and hit enter
a b
7 units
Lets draw a LINE (3):
If we know the coordinates of the line we want to
draw, we can simply type them into the command
line. (However, this mostly is not the case.)
1. Give the command
2. Specify the first point (4,8,11)
3. Specify the second point (5,11,23)
a
b
(4,8,11)
(5,22,13)
What else?
 Rectangle: two diagonal lines
(pick first point, select the second one with
relation to the first. @5<-33)
 Circle/Arc: center and radius
 Polygon: specify the number of edges
and length of a side
A small tip: you can use the EXPLODE command for the tool to
split the object into its components or lines
a
b
a
d
d
Editing…
 COPY
 MOVE
 MIRROR
 ARRAY
 SCALE
 STRETCH
More editing…
 STRETCH
 EXPLODE
 OFFSET
 ROTATE
 ERASE
Polyline (pline)
 The PLINE command creates a chain line with
multiple vertexes and straight or circular
segments between the vertexes
 Draw a closed shape with the pline command:
 Then type PEDIT (polyline edit) on the
command line and see what you can do with it:
Enter an option [Close/Join/Width/Edit
vertex/Fit/Spline/Decurve/Ltype gen/Undo]:
Try Width and Spline
Hatching
 Hatching is used to add shaded patterns to objects and shapes
within an Autocad drawing. Hatch patterns can be used to
indicate a material to be used, such as a concrete hatch.
Alternatively it could be used to make an area of a drawing stand
out.
 You will pick:
 Pattern
 Scale
 Angle
 points
Drawing SOLIDS
 Solids contain the “mass properties” of 3D objects.
 You can use the Solids toolbar for readily
accessible objects
 Box
 Cylinder
 Wedge
 You can use the Boolean operations of more
complicated shapes.
 Union (join two solids)
 Subtract (carve out the second solid from the first)
 Intersection (only the common area)
 Torus
 Cone
 Sphere
To increase the number of faces
 Tools > Options > Display tab >
We can create solids by extruding as well
 If you “extrude” a surface into the third
dimension, you simply add a thickness in section.
This basically is same as creating a “solid” object
Extrude 5
units 5 units
Extrude -4
units
4 units
UCS and WCS
 The AutoCAD world is 3 dimensional. However, if we want to draw
a 2d object, such as a plan or a section, we will use only 2
dimensions (x and y).
 WCS (world coordinate system) is the imaginary plane that is
parallel to the ground. It is the default coordinate system.
 Modifications made to the World Coordinate System (WCS) result
in a User Coordinate System (UCS). It is the plane that you work
on. It enables the user to draw 3 dimensional objects.
 To create a new UCS, type ucs on the command window, then say
New and specify 3 points on your new UCS plane.
Lets change the UCS
 —Prompt: Command: Type ucs and press Enter.
 —Prompt: Enter and option [New/Move/ orthoGraphic /Prev/
Restore/Save/Del/ Apply/?/World] <World>: Type in n for the
New option and press Enter. —Prompt: Specify origin of new
UCS or [Zaxis/ 3point/ OBject/ Face/ View/X/Y/Z <0,0,0>: Type 3
to select the 3point option and press Enter.
 —Prompt: Specify a new origin point <0,0,0>:Use an Osnap or
coordinate to select the position for a new 0,0,0 point (this selects
the junction of the X, Y, and Z axes). NOTE: The intersection
Osnap will NOT work with solid models.
 —Prompt: Specify point on positive portion of X-axis
<1.000,0.000,0.000>:Use an Osnap or coordinate to select the
direction of the desired X-axis. NOTE: The numbers inside the
brackets< > will not necessarily be the same as those shown in
this example.
 —Prompt: Specify point on positive-y portion of the UCS XY
plane <1.000,0.000,0.000>: Use an Osnap or coordinate to
select the direction of the Y-axis. The UCS icon should change
position to indicate the new UCS orientation.
Homework Assignment
 Your perspective assignments are due next week
(March 16, 2006, 5pm)
 You will submit your *.dwg files by email.
 Late submission will be accepted subject to a
mark penalty of 20% per day, up to two days. No
late submission will be accepted after March 18,
2006.
 You can email me with your questions, or stop by
my office anytime (A301)
AutoCAD Advantage
 Removal of Data Translations
 SolidWorks / Solid Edge / Inventor Compatibility
 Industry Standard Translators
 Reduced Training Time/Cost
 Rapid Product Advancements
Disadvantages of AutoCAD
 Line
 Limited File Formats
 Color, Fill and Texture
 Non-Parametric
References
 www.google.com
 www.wikipedia.com
 www.studymafia.org
Thanks

More Related Content

Similar to AutoCAD-ppt.pptx

autocad.ppt
autocad.pptautocad.ppt
autocad.ppt
Rajni769849
 
Introduction_to_AUTOCAD
Introduction_to_AUTOCADIntroduction_to_AUTOCAD
Introduction_to_AUTOCAD
KennRodriguez2
 
1585848522Basic_Introduction_to_AUTOCAD.ppt
1585848522Basic_Introduction_to_AUTOCAD.ppt1585848522Basic_Introduction_to_AUTOCAD.ppt
1585848522Basic_Introduction_to_AUTOCAD.ppt
ssuser0d82cd
 
1585848522Basic_Introduction_to_AUTOCAD.ppt
1585848522Basic_Introduction_to_AUTOCAD.ppt1585848522Basic_Introduction_to_AUTOCAD.ppt
1585848522Basic_Introduction_to_AUTOCAD.ppt
pradeepdubey73
 
Introduction_to_AUTOCAD.ppt
Introduction_to_AUTOCAD.pptIntroduction_to_AUTOCAD.ppt
Introduction_to_AUTOCAD.ppt
CHANDANKUMAR431371
 
rohit raj.pptx
rohit raj.pptxrohit raj.pptx
rohit raj.pptx
King888763
 
auto cad ppt.pptx
auto cad ppt.pptxauto cad ppt.pptx
auto cad ppt.pptx
JatinAggarwal84
 
Lesson2-AutoCADgrgrhthtrhthtrrhthhtjjyjyjy
Lesson2-AutoCADgrgrhthtrhthtrrhthhtjjyjyjyLesson2-AutoCADgrgrhthtrhthtrrhthhtjjyjyjy
Lesson2-AutoCADgrgrhthtrhthtrrhthhtjjyjyjy
Jasonbaloro
 
Auto cad ppt
Auto cad pptAuto cad ppt
Auto cad ppt
ALOK RAJ
 
AUTO-CAD Mechanical project PPT by Bittu kumar
AUTO-CAD Mechanical project PPT by Bittu kumarAUTO-CAD Mechanical project PPT by Bittu kumar
AUTO-CAD Mechanical project PPT by Bittu kumar
Bittu yadav
 
Autocad 2015 (best presentation)
Autocad 2015 (best presentation)Autocad 2015 (best presentation)
Autocad 2015 (best presentation)
ikramuls
 
Anurag Arpan (PPT on AutoCAD )
Anurag Arpan (PPT on AutoCAD )Anurag Arpan (PPT on AutoCAD )
Anurag Arpan (PPT on AutoCAD )Anurag Arpan
 
Autocad summer training
Autocad summer trainingAutocad summer training
Autocad summer training
mnk2017
 
ME252-MechanicalEngineeringDrawing.pptx
ME252-MechanicalEngineeringDrawing.pptxME252-MechanicalEngineeringDrawing.pptx
ME252-MechanicalEngineeringDrawing.pptx
ZeinaKotb
 
Autocad project ppt
Autocad project pptAutocad project ppt
Autocad project ppt
Sourabh Gupta
 
autocad demo.pptx
autocad demo.pptxautocad demo.pptx
autocad demo.pptx
ChandraPrakash547934
 
presentationonautocad-150912110202-lva1-app6891 (1).pdf
presentationonautocad-150912110202-lva1-app6891 (1).pdfpresentationonautocad-150912110202-lva1-app6891 (1).pdf
presentationonautocad-150912110202-lva1-app6891 (1).pdf
RoyCatampongan1
 
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.
 
Presentation On Auto Cad
Presentation On Auto CadPresentation On Auto Cad
Presentation On Auto Cad
Vaibhav Gautam
 

Similar to AutoCAD-ppt.pptx (20)

autocad.ppt
autocad.pptautocad.ppt
autocad.ppt
 
Introduction_to_AUTOCAD
Introduction_to_AUTOCADIntroduction_to_AUTOCAD
Introduction_to_AUTOCAD
 
1585848522Basic_Introduction_to_AUTOCAD.ppt
1585848522Basic_Introduction_to_AUTOCAD.ppt1585848522Basic_Introduction_to_AUTOCAD.ppt
1585848522Basic_Introduction_to_AUTOCAD.ppt
 
1585848522Basic_Introduction_to_AUTOCAD.ppt
1585848522Basic_Introduction_to_AUTOCAD.ppt1585848522Basic_Introduction_to_AUTOCAD.ppt
1585848522Basic_Introduction_to_AUTOCAD.ppt
 
Introduction_to_AUTOCAD.ppt
Introduction_to_AUTOCAD.pptIntroduction_to_AUTOCAD.ppt
Introduction_to_AUTOCAD.ppt
 
rohit raj.pptx
rohit raj.pptxrohit raj.pptx
rohit raj.pptx
 
auto cad ppt.pptx
auto cad ppt.pptxauto cad ppt.pptx
auto cad ppt.pptx
 
Lesson2-AutoCADgrgrhthtrhthtrrhthhtjjyjyjy
Lesson2-AutoCADgrgrhthtrhthtrrhthhtjjyjyjyLesson2-AutoCADgrgrhthtrhthtrrhthhtjjyjyjy
Lesson2-AutoCADgrgrhthtrhthtrrhthhtjjyjyjy
 
Auto cad ppt
Auto cad pptAuto cad ppt
Auto cad ppt
 
AUTO-CAD Mechanical project PPT by Bittu kumar
AUTO-CAD Mechanical project PPT by Bittu kumarAUTO-CAD Mechanical project PPT by Bittu kumar
AUTO-CAD Mechanical project PPT by Bittu kumar
 
Autocad 2015 (best presentation)
Autocad 2015 (best presentation)Autocad 2015 (best presentation)
Autocad 2015 (best presentation)
 
Anurag Arpan (PPT on AutoCAD )
Anurag Arpan (PPT on AutoCAD )Anurag Arpan (PPT on AutoCAD )
Anurag Arpan (PPT on AutoCAD )
 
Eg5 n
Eg5 nEg5 n
Eg5 n
 
Autocad summer training
Autocad summer trainingAutocad summer training
Autocad summer training
 
ME252-MechanicalEngineeringDrawing.pptx
ME252-MechanicalEngineeringDrawing.pptxME252-MechanicalEngineeringDrawing.pptx
ME252-MechanicalEngineeringDrawing.pptx
 
Autocad project ppt
Autocad project pptAutocad project ppt
Autocad project ppt
 
autocad demo.pptx
autocad demo.pptxautocad demo.pptx
autocad demo.pptx
 
presentationonautocad-150912110202-lva1-app6891 (1).pdf
presentationonautocad-150912110202-lva1-app6891 (1).pdfpresentationonautocad-150912110202-lva1-app6891 (1).pdf
presentationonautocad-150912110202-lva1-app6891 (1).pdf
 
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.
 
Presentation On Auto Cad
Presentation On Auto CadPresentation On Auto Cad
Presentation On Auto Cad
 

More from ArunKumar863577

HC22_Lesson 4_PPT.pdf.ghhfxfbjgfffghzzii
HC22_Lesson 4_PPT.pdf.ghhfxfbjgfffghzziiHC22_Lesson 4_PPT.pdf.ghhfxfbjgfffghzzii
HC22_Lesson 4_PPT.pdf.ghhfxfbjgfffghzzii
ArunKumar863577
 
greenhouse-190715061604.pptx
greenhouse-190715061604.pptxgreenhouse-190715061604.pptx
greenhouse-190715061604.pptx
ArunKumar863577
 
09 Micronutrient-Soil.pptx
09 Micronutrient-Soil.pptx09 Micronutrient-Soil.pptx
09 Micronutrient-Soil.pptx
ArunKumar863577
 
ECONOMIC IMPORTANCE, ECOLOGY.pptx
ECONOMIC IMPORTANCE, ECOLOGY.pptxECONOMIC IMPORTANCE, ECOLOGY.pptx
ECONOMIC IMPORTANCE, ECOLOGY.pptx
ArunKumar863577
 
intro- pma.pptx
intro- pma.pptxintro- pma.pptx
intro- pma.pptx
ArunKumar863577
 
Lecture 2 soil Envt and mIcrobes 1.pptx
Lecture 2 soil Envt and mIcrobes 1.pptxLecture 2 soil Envt and mIcrobes 1.pptx
Lecture 2 soil Envt and mIcrobes 1.pptx
ArunKumar863577
 
bachelors-degree-in-biophysics.pptx
bachelors-degree-in-biophysics.pptxbachelors-degree-in-biophysics.pptx
bachelors-degree-in-biophysics.pptx
ArunKumar863577
 
Tuberose.pptx
Tuberose.pptxTuberose.pptx
Tuberose.pptx
ArunKumar863577
 
0d4994bf-b33b-4a2f-9236-23ba8962d5fb.pptx
0d4994bf-b33b-4a2f-9236-23ba8962d5fb.pptx0d4994bf-b33b-4a2f-9236-23ba8962d5fb.pptx
0d4994bf-b33b-4a2f-9236-23ba8962d5fb.pptx
ArunKumar863577
 
management-consulting-toolkit.pptx
management-consulting-toolkit.pptxmanagement-consulting-toolkit.pptx
management-consulting-toolkit.pptx
ArunKumar863577
 
Pract 5.pptx
Pract 5.pptxPract 5.pptx
Pract 5.pptx
ArunKumar863577
 
Turmeric.pptx
Turmeric.pptxTurmeric.pptx
Turmeric.pptx
ArunKumar863577
 
1000091049.pptx
1000091049.pptx1000091049.pptx
1000091049.pptx
ArunKumar863577
 
New varieties of flower crops_111400.pptx
New varieties of flower crops_111400.pptxNew varieties of flower crops_111400.pptx
New varieties of flower crops_111400.pptx
ArunKumar863577
 
production profile of cardamom.pptx
production profile of cardamom.pptxproduction profile of cardamom.pptx
production profile of cardamom.pptx
ArunKumar863577
 
Biometrics in Plant breeding.pptx
Biometrics in Plant breeding.pptxBiometrics in Plant breeding.pptx
Biometrics in Plant breeding.pptx
ArunKumar863577
 
03 pH.pptx
03 pH.pptx03 pH.pptx
03 pH.pptx
ArunKumar863577
 
Sporogenesis& Gametogenesis.pptx
Sporogenesis& Gametogenesis.pptxSporogenesis& Gametogenesis.pptx
Sporogenesis& Gametogenesis.pptx
ArunKumar863577
 
IRRIGATION DEVELOPMENT IN INDIA.pptx
IRRIGATION DEVELOPMENT IN INDIA.pptxIRRIGATION DEVELOPMENT IN INDIA.pptx
IRRIGATION DEVELOPMENT IN INDIA.pptx
ArunKumar863577
 

More from ArunKumar863577 (20)

HC22_Lesson 4_PPT.pdf.ghhfxfbjgfffghzzii
HC22_Lesson 4_PPT.pdf.ghhfxfbjgfffghzziiHC22_Lesson 4_PPT.pdf.ghhfxfbjgfffghzzii
HC22_Lesson 4_PPT.pdf.ghhfxfbjgfffghzzii
 
greenhouse-190715061604.pptx
greenhouse-190715061604.pptxgreenhouse-190715061604.pptx
greenhouse-190715061604.pptx
 
09 Micronutrient-Soil.pptx
09 Micronutrient-Soil.pptx09 Micronutrient-Soil.pptx
09 Micronutrient-Soil.pptx
 
ECONOMIC IMPORTANCE, ECOLOGY.pptx
ECONOMIC IMPORTANCE, ECOLOGY.pptxECONOMIC IMPORTANCE, ECOLOGY.pptx
ECONOMIC IMPORTANCE, ECOLOGY.pptx
 
intro- pma.pptx
intro- pma.pptxintro- pma.pptx
intro- pma.pptx
 
Lecture 2 soil Envt and mIcrobes 1.pptx
Lecture 2 soil Envt and mIcrobes 1.pptxLecture 2 soil Envt and mIcrobes 1.pptx
Lecture 2 soil Envt and mIcrobes 1.pptx
 
AGR Light.pptx
AGR Light.pptxAGR Light.pptx
AGR Light.pptx
 
bachelors-degree-in-biophysics.pptx
bachelors-degree-in-biophysics.pptxbachelors-degree-in-biophysics.pptx
bachelors-degree-in-biophysics.pptx
 
Tuberose.pptx
Tuberose.pptxTuberose.pptx
Tuberose.pptx
 
0d4994bf-b33b-4a2f-9236-23ba8962d5fb.pptx
0d4994bf-b33b-4a2f-9236-23ba8962d5fb.pptx0d4994bf-b33b-4a2f-9236-23ba8962d5fb.pptx
0d4994bf-b33b-4a2f-9236-23ba8962d5fb.pptx
 
management-consulting-toolkit.pptx
management-consulting-toolkit.pptxmanagement-consulting-toolkit.pptx
management-consulting-toolkit.pptx
 
Pract 5.pptx
Pract 5.pptxPract 5.pptx
Pract 5.pptx
 
Turmeric.pptx
Turmeric.pptxTurmeric.pptx
Turmeric.pptx
 
1000091049.pptx
1000091049.pptx1000091049.pptx
1000091049.pptx
 
New varieties of flower crops_111400.pptx
New varieties of flower crops_111400.pptxNew varieties of flower crops_111400.pptx
New varieties of flower crops_111400.pptx
 
production profile of cardamom.pptx
production profile of cardamom.pptxproduction profile of cardamom.pptx
production profile of cardamom.pptx
 
Biometrics in Plant breeding.pptx
Biometrics in Plant breeding.pptxBiometrics in Plant breeding.pptx
Biometrics in Plant breeding.pptx
 
03 pH.pptx
03 pH.pptx03 pH.pptx
03 pH.pptx
 
Sporogenesis& Gametogenesis.pptx
Sporogenesis& Gametogenesis.pptxSporogenesis& Gametogenesis.pptx
Sporogenesis& Gametogenesis.pptx
 
IRRIGATION DEVELOPMENT IN INDIA.pptx
IRRIGATION DEVELOPMENT IN INDIA.pptxIRRIGATION DEVELOPMENT IN INDIA.pptx
IRRIGATION DEVELOPMENT IN INDIA.pptx
 

Recently uploaded

The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
GeoBlogs
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
RaedMohamed3
 
678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf
CarlosHernanMontoyab2
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
Tamralipta Mahavidyalaya
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
Balvir Singh
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
Jean Carlos Nunes Paixão
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
Anna Sz.
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
heathfieldcps1
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
DeeptiGupta154
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
Pavel ( NSTU)
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
Special education needs
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
MIRIAMSALINAS13
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
EduSkills OECD
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
EverAndrsGuerraGuerr
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
TechSoup
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
Peter Windle
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
Sandy Millin
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
Jheel Barad
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
JosvitaDsouza2
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
joachimlavalley1
 

Recently uploaded (20)

The geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideasThe geography of Taylor Swift - some ideas
The geography of Taylor Swift - some ideas
 
Palestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptxPalestine last event orientationfvgnh .pptx
Palestine last event orientationfvgnh .pptx
 
678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf678020731-Sumas-y-Restas-Para-Colorear.pdf
678020731-Sumas-y-Restas-Para-Colorear.pdf
 
Home assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdfHome assignment II on Spectroscopy 2024 Answers.pdf
Home assignment II on Spectroscopy 2024 Answers.pdf
 
Operation Blue Star - Saka Neela Tara
Operation Blue Star   -  Saka Neela TaraOperation Blue Star   -  Saka Neela Tara
Operation Blue Star - Saka Neela Tara
 
Lapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdfLapbook sobre os Regimes Totalitários.pdf
Lapbook sobre os Regimes Totalitários.pdf
 
Polish students' mobility in the Czech Republic
Polish students' mobility in the Czech RepublicPolish students' mobility in the Czech Republic
Polish students' mobility in the Czech Republic
 
The basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptxThe basics of sentences session 5pptx.pptx
The basics of sentences session 5pptx.pptx
 
Overview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with MechanismOverview on Edible Vaccine: Pros & Cons with Mechanism
Overview on Edible Vaccine: Pros & Cons with Mechanism
 
Synthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptxSynthetic Fiber Construction in lab .pptx
Synthetic Fiber Construction in lab .pptx
 
special B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdfspecial B.ed 2nd year old paper_20240531.pdf
special B.ed 2nd year old paper_20240531.pdf
 
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXXPhrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
Phrasal Verbs.XXXXXXXXXXXXXXXXXXXXXXXXXX
 
Francesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptxFrancesca Gottschalk - How can education support child empowerment.pptx
Francesca Gottschalk - How can education support child empowerment.pptx
 
Thesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.pptThesis Statement for students diagnonsed withADHD.ppt
Thesis Statement for students diagnonsed withADHD.ppt
 
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup   New Member Orientation and Q&A (May 2024).pdfWelcome to TechSoup   New Member Orientation and Q&A (May 2024).pdf
Welcome to TechSoup New Member Orientation and Q&A (May 2024).pdf
 
A Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in EducationA Strategic Approach: GenAI in Education
A Strategic Approach: GenAI in Education
 
2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...2024.06.01 Introducing a competency framework for languag learning materials ...
2024.06.01 Introducing a competency framework for languag learning materials ...
 
Instructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptxInstructions for Submissions thorugh G- Classroom.pptx
Instructions for Submissions thorugh G- Classroom.pptx
 
1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx1.4 modern child centered education - mahatma gandhi-2.pptx
1.4 modern child centered education - mahatma gandhi-2.pptx
 
Additional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdfAdditional Benefits for Employee Website.pdf
Additional Benefits for Employee Website.pdf
 

AutoCAD-ppt.pptx

  • 2. OUTLINE  Introduction  History  Giving commands  Object snap  Zooming and panning  Drawing 2D shapes  Drawing 3D shapes  Editing  UCS  Assignment  The AutoCAD Advantage  The Disadvantages of AutoCAD  References
  • 3. Introduction  AutoCAD is a commercial software application for 2D and 3D computer-aided design (CAD) and drafting — available since 1982 as a desktop application and since 2010 as a mobile web- and cloud-based app marketed as AutoCAD 360.
  • 4. History  AutoCAD was derived from a program begun in 1977 and released in 1979 called Interact CAD, also referred to in early Autodesk documents as MicroCAD, which was written prior to Autodesk's (then Marinchip Software Partners) formation by Autodesk cofounder Mike Riddle.  The first version by the AutoDesk Company was demonstrated at the 1982 Comdex and released that December.  The 2016 release marked the 30th major release for the AutoCAD for Windows. The 2014 release marked the fourth consecutive year for AutoCAD for Mac.
  • 5. How do we give a command?  Command line  Toolbars (view/Toolbars)  Drop-down menus You can pick any one(s) that you are comfortable with.
  • 6. What is OSNAP?  Osnap (Object Snap) settings make it easier to select a 2d object’s points  Endpoint  Midpoint  Perpendicular  Center  İntersection  Osnap will be active when AutoCAD is expecting you to pick a point on the working area  Type osnap on your command window:
  • 7. Zooming...  You will need to zoom in and out while drawing with AutoCAD. This doesnt change your objects or UCS, only the way you see your working space. This can be done in many ways: 1. Scroll bars 2. Typing z or zoom in your command window.  All  Center  Dynamic  Extents  Previous  Scale  Window
  • 8. Lets draw a LINE:  remember that AutoCAD recognizes an object by its coordinates. You will need two given points to draw a line.  You can start at a random point on your WCS for your FIRST POINT, but you should specify the coordinates of your SECOND POINT. (x1,y1,z1) (x2,y2,z2)
  • 9. Lets draw a LINE (1): 1. Give the command  Type “line” on the command window, OR  Click on the line icon on the Draw toolbar, OR  Select Line on the Draw menu 2. Specify the first point (a)  Click on a random point on your working area (black space) 3. Specify the second point in relation to the first point  @distance<degrees  @5<30 30 a b
  • 10. Lets draw a LINE (2): 1. Hit F8 (ortho on) 2. Give the command 3. Specify the first point 4. Specify the second point in relation to the first point  Point the cursor to the left hand side. You will see that the cursor snaps only to 0o -90o -180o -270o  Type 7 and hit enter a b 7 units
  • 11. Lets draw a LINE (3): If we know the coordinates of the line we want to draw, we can simply type them into the command line. (However, this mostly is not the case.) 1. Give the command 2. Specify the first point (4,8,11) 3. Specify the second point (5,11,23) a b (4,8,11) (5,22,13)
  • 12. What else?  Rectangle: two diagonal lines (pick first point, select the second one with relation to the first. @5<-33)  Circle/Arc: center and radius  Polygon: specify the number of edges and length of a side A small tip: you can use the EXPLODE command for the tool to split the object into its components or lines a b a d d
  • 13. Editing…  COPY  MOVE  MIRROR  ARRAY  SCALE  STRETCH
  • 14. More editing…  STRETCH  EXPLODE  OFFSET  ROTATE  ERASE
  • 15. Polyline (pline)  The PLINE command creates a chain line with multiple vertexes and straight or circular segments between the vertexes  Draw a closed shape with the pline command:  Then type PEDIT (polyline edit) on the command line and see what you can do with it: Enter an option [Close/Join/Width/Edit vertex/Fit/Spline/Decurve/Ltype gen/Undo]: Try Width and Spline
  • 16. Hatching  Hatching is used to add shaded patterns to objects and shapes within an Autocad drawing. Hatch patterns can be used to indicate a material to be used, such as a concrete hatch. Alternatively it could be used to make an area of a drawing stand out.  You will pick:  Pattern  Scale  Angle  points
  • 17. Drawing SOLIDS  Solids contain the “mass properties” of 3D objects.  You can use the Solids toolbar for readily accessible objects  Box  Cylinder  Wedge  You can use the Boolean operations of more complicated shapes.  Union (join two solids)  Subtract (carve out the second solid from the first)  Intersection (only the common area)  Torus  Cone  Sphere
  • 18. To increase the number of faces  Tools > Options > Display tab >
  • 19. We can create solids by extruding as well  If you “extrude” a surface into the third dimension, you simply add a thickness in section. This basically is same as creating a “solid” object Extrude 5 units 5 units Extrude -4 units 4 units
  • 20. UCS and WCS  The AutoCAD world is 3 dimensional. However, if we want to draw a 2d object, such as a plan or a section, we will use only 2 dimensions (x and y).  WCS (world coordinate system) is the imaginary plane that is parallel to the ground. It is the default coordinate system.  Modifications made to the World Coordinate System (WCS) result in a User Coordinate System (UCS). It is the plane that you work on. It enables the user to draw 3 dimensional objects.  To create a new UCS, type ucs on the command window, then say New and specify 3 points on your new UCS plane.
  • 21. Lets change the UCS  —Prompt: Command: Type ucs and press Enter.  —Prompt: Enter and option [New/Move/ orthoGraphic /Prev/ Restore/Save/Del/ Apply/?/World] <World>: Type in n for the New option and press Enter. —Prompt: Specify origin of new UCS or [Zaxis/ 3point/ OBject/ Face/ View/X/Y/Z <0,0,0>: Type 3 to select the 3point option and press Enter.  —Prompt: Specify a new origin point <0,0,0>:Use an Osnap or coordinate to select the position for a new 0,0,0 point (this selects the junction of the X, Y, and Z axes). NOTE: The intersection Osnap will NOT work with solid models.  —Prompt: Specify point on positive portion of X-axis <1.000,0.000,0.000>:Use an Osnap or coordinate to select the direction of the desired X-axis. NOTE: The numbers inside the brackets< > will not necessarily be the same as those shown in this example.  —Prompt: Specify point on positive-y portion of the UCS XY plane <1.000,0.000,0.000>: Use an Osnap or coordinate to select the direction of the Y-axis. The UCS icon should change position to indicate the new UCS orientation.
  • 22. Homework Assignment  Your perspective assignments are due next week (March 16, 2006, 5pm)  You will submit your *.dwg files by email.  Late submission will be accepted subject to a mark penalty of 20% per day, up to two days. No late submission will be accepted after March 18, 2006.  You can email me with your questions, or stop by my office anytime (A301)
  • 23. AutoCAD Advantage  Removal of Data Translations  SolidWorks / Solid Edge / Inventor Compatibility  Industry Standard Translators  Reduced Training Time/Cost  Rapid Product Advancements
  • 24. Disadvantages of AutoCAD  Line  Limited File Formats  Color, Fill and Texture  Non-Parametric

Editor's Notes

  1. 1