Section 1. Introduction and Review. Objectives: Log on to the computer Launch AutoCAD Create, open, and save a drawing Review AutoCAD basics

Size: px
Start display at page:

Download "Section 1. Introduction and Review. Objectives: Log on to the computer Launch AutoCAD Create, open, and save a drawing Review AutoCAD basics"

Transcription

1

2 Section 1 Introduction and Review Objectives: Log on to the computer Launch AutoCAD Create, open, and save a drawing Review AutoCAD basics Drawing Assignments: NCAA Basketball Court Plot Style Table (Check-off)

3 Back to Basics This course assumes that you are familiar with AutoCAD s fundamentals of operation. Our focus in the 20B class is how to get under the hood and find out what makes AutoCAD tick. We want the software to do more of the work for us. That is, to be more productive. If you have not been in front of AutoCAD for a while, it may be of benefit to cover some of the basics. The following is a quick review of the fundamentals. You may want to cover some of your notes from the 20A class or scan through other material covering the essentials of AutoCAD operation. Main Window The first and most obvious change is the main menu interface. Starting with AutoCAD 2009, we now have the new Menu Ribbon Bar as another option for interfacing with AutoCAD. If you have worked with other Windows applications (Microsoft Office for example), then you may be familiar with this type of interface. The objective is to combine menus, toolbars, and the like into a more compact menu structure and free up more screen space for editing drawings.

4 Application Menu The application menu is used to open, plot, save, and export drawings, among other things. The left pane of the Application menu displays the different commands. Clicking or hovering over a command displays a menu of its options in the right pane. Quick Access Toolbar At the top of the application window, the Quick Access toolbar displays frequently used tools. You may add tools to the Quick Access toolbar. Tools that extend past the maximum length of the toolbar are displayed in a drop-down button. Ribbon The ribbon is displayed by default when you open a file, providing a compact palette of all of the tools necessary to create or modify your drawing. The ribbon is organized with tabs, panels, and tools. Tools are the commands used to complete your drawings. They are grouped by type on panels. In the picture above, the draw and modify tools are grouped together on panels. Above the ribbon, there are tabs which group tools used in different phases of the drawing process. UCS Icon The User Coordinate System (UCS) icon is shown in the lower-left corner of the drawing area. The icon is used to keep you oriented in your drawing. It is especially useful when creating complex 2D or 3D drawings. Command Window (Command Line) The command line is where AutoCAD displays responses to your input while you re using a command. This line shows the current responses to your command input as well as command options. This is where

5 AutoCAD will talk back to you. I suggest that you dock the command window at the bottom of the screen and adjust it to show three lines of history. Status Bar The application status bar displays the cursor location, drawing tools, and tools that affect your drawing environment. The application status bar gives quick access to some of the most commonly used drawing tools. You can toggle settings such as snap, grid, polar tracking, object snap, and orthogonal mode or access additional settings from the shortcut menu. The coordinates shown in the left-hand side indicate the current location of the cursor. Creating a New Drawing To begin a new drawing in AutoCAD, simply choose a template file with the settings you desire. A template file (.dwt) is a file that has some of the drawing settings already in place. You may also open an existing drawing and saveas a new drawing, thereby copying the original drawing without making any changes to it. When starting a new drawing in this class, use the template method and select the Acad.dwt file. Saving a Drawing Save drawing files for later use just as you do with other applications. When you work on a drawing, you should save it frequently. Saving protects you from losing work in the event of a power failure or other unexpected event. If you want to create a new version of a drawing without affecting the original drawing, you can save it under another name using the saveas command. The file extension for drawing files is.dwg, and unless you change the default file format in which drawings are saved, drawings are saved in the latest drawing file format. In this class you should ALWAYS save on the network drive. DO NOT save your work to the local computer (C:). Drafting Shortcuts As you become more proficient at using AutoCAD, you will look for ways to speed up the drawing process. There are a number of methods and tricks that, in the right circumstance, can save a great deal of time and reduce the chance for errors. Below are listed a few shortcuts and how they apply. Selection Sets Selection sets are a temporary grouping of entities that AutoCAD tracks during a given operation. For example, you wish to move a set of mounting plates within a drawing. The first step is to use the Move command and then select the entities (individually, by window, crossing, etc.) that will be moved. Note: You can also select entities first then issue a command such as Move. This order of operation is termed Noun/Verb (Object/Action) or Verb/Noun (Action/Object). Issuing the Move command then

6 selecting entities would be a Verb/Noun mode of operation. The system variable PICKFIRST governs if the Noun/Verb mode is enabled. After completing the operation, a record of the selected entities still remains and can be used as an argument to another command. To reference a previous selection set, use the key word Previous (shortcut P ). In our example, it is determined that the mounting plates are no longer needed. Use the Erase command and rather than selecting the same entities again, simply enter P and the selection set created in the Move operation is used to highlight the same entities. Selection sets can also be created apart from any editing operation. The command Select will allow you to create a selection set in the standard manner; that is a single pick, window or crossing methods. The selection set can then be used as an input to an editing command as just described. A note of caution - selection sets are temporary and immediate. They do not exist between editing session and cannot be saved or named. Furthermore, as soon as one or more entities are selected for an operation, the previous selection set is overwritten. Selecting Entities When selecting objects for an operation such as Move, the selection mode defaults to Add. While in the selection mode, you may enter Remove (shortcut R ) at the command line to de-select entities that you do not wish to include in the selection set. Entering Add (shortcut A ) will place you back in add mode where additional entities can be added to the selection set. An easier method for removing entities from a selection set is to hold down the Shift key while selecting. As soon as the Shift key is released, AutoCAD reverts back to Add mode. Groups While a selection set is transitory and cannot be saved, groups do allow the collection, naming, and saving of entities. Groups then are essentially named selection sets. You can define and save a group with the drawing. Groups, however, are not inferred. That is you must use the GROUP command which will display the Group Dialog where a name is established and entities selected. Tracking Tracking offers visual feedback that allows you draw objects or locate points in relation to other geometry. AutoCAD supports Polar Tracking and Tracking to points on objects. With polar tracking turned on, an alignment path (dotted line) will be displayed as you move from a current point along one of the preset angles. By default, polar tracking is set to 90-degree increments. You can change the polar settings through the Drafting Settings dialog. From the Tools menu, select Drafting Settings or type DSETTINGS on the command line. Tracking to points allows you to find phantom intersections between object snap points of existing entities. With object snap turned on, move to an object s snap point (i.e. endpoint) and pause for a moment. As you then move away, AutoCAD will display an alignment path along orthogonal lines. Move to a second snap point on another objects and repeat the same steps. Moving along alignment paths

7 established by the two snap points will yield an intersection point that you can then use as the base or starting point for drawing an new object. Relative coordinate moves Any point can be identified by coordinate pairs relative to the origin or to another point. This is the idea behind relative coordinate moves. For example, if you needed to draw a line from the points (1,1) to (6,17), those coordinates could be used as inputs to the Line command. The second point, however, can also be identified as a relative move of (5,16) units away from the start point. To specify a relative move, preface the coordinate pair with the at symbol (@). The full sequence of steps then would be to start the Line command, enter 1,1 as the starting point as the relative move to the absolute position of 6,17. Last point (@) symbol can also be used to recall the last referenced point. To continue our example just used for making a relative move, you now wish to draw a circle at the terminating point of the line, that is the point 6,17. The typical method would be to snap to the end point and draw the circle. in response to the circle command s prompt for the center point would also reference the last point or 6,17. In this situation it may seem inconsequential, but we will see in a later lesson where symbol can be very useful in custom menu macros. Shortcut / Floating Menus As mentioned previously, AutoCAD supports shortcut or floating menus. These are menus that are context sensitive and displayed at the current cursor location when the right mouse button is pressed. One of the most useful is the Osnap menu. When creating graphics and you need to specify a particular snap mode for a single pick, hold down the shift key and click the right mouse button. This will display a floating menu with snap options on screen. Plotting your drawing The terms printing and plotting can be used interchangeably for CAD output. Historically, printers would generate text only, and plotters would generate vector graphics. As printers became more powerful and could generate high-quality raster images of vector data, the distinction largely disappeared. In addition to paper output, electronic delivery of multiple drawing sheets uses the encompassing term, publishing. The process of generating physical models in plastic and metal is called 3D printing. The Plot dialog box is shown below.

8 When you are ready to plot in this class, you need to change the settings in the following areas: Printer/plotter Set it to the appropriate Laser plotter for the room you are in (either MS9 or MS10). Paper size Depending on the drawing, you will use either letter or 11 x 17 Plot area When plotting from model space, select extents from the drop-down list. Plot offset When plotting from model space, select the center the plot check box. When plotting from paper space, make sure the layout option is chosen. Plot scale Uncheck the Fit to paper check box and select the proper scale from the drop-down list.

9 Plot style table Create the ALL_BLACK style as described below. Be sure to save it to your network drive. Use the drop-down to select ALL_BLACK from the list of styles available. This will make all lines plot black, regardless of what color they are on the screen. You will not have this setting if plotting from home. Preview All other settings may be accepted with the default settings. Always preview a drawing before clicking on the OK button. If the plot does not appear on the screen the way you want it to print, then something is wrong press escape and try again!

10 Creating the Plot Style Table A plot style table is a collection of plot styles assigned to a layout or to the Model tab. There are two types of plot style tables: color-dependent plot style tables and named plot style tables. Color-dependent plot style tables (CTB) use an object's color to determine characteristics such as lineweight. Every red object in a drawing is plotted the same way. While you can edit plot styles in a color-dependent plot style table, you cannot add or delete plot styles. There are 256 plot styles in a colordependent plot style table, one for each color. We are going to create a CTB that will make all of the colors on the regular color index plot black except for the shades of grey. You can use the Plot Style Manager to add, delete, rename, copy, and edit plot style tables. Both colordependent and named plot style tables are stored in the Plot Styles folder by default. 1. On the OPTIONS dialog box, select the Plot and Publish tab.

11 2. Pick the Plot Style Table Settings button. The Plot Style Table Settings box is displayed. 3. Pick the Add or Edit Plot Style Tables button. When the next box appears, double-click the Add-A-Plot Style Table Wizard shortcut. 4. When the Add a Plot Style Table dialog box appears, click next. 5. Make sure that the Start from scratch button is selected. Click next.

12 6. Verify that the Color-Dependent Plot Style Table radio button is selected. Click Next. 7. For the file name, type in ALL_BLACK. When complete, click next. 8. When the finish screen appears, click the Plot Style Table Editor button.

13 9. When the Plot Style Table Editor ALL_BLACK dialog box appears, use shift-select all colors from as shown below. After the colors have been selected, change the color in the Properties area from Use object color to black. 10. When complete, choose Save and Close to exit the editor. 11. In the window that contained the Add-A-Plot Style Table Wizard shortcut, you will now see the new ALL_BLACK.ctb. Use Windows Explorer to copy that file to your network drive. NOTE: The next time you log on to the computer, you will need to copy the saved CTB file to the Plot Styles folder before you plot. You will need to go back to the OPTIONS dialog box and repeat steps 1 3, but do not click on the Wizard. Instead, browse to your network drive and find the ALL_BLACK.ctb file. When you locate the file, right-click and copy it, then back up and paste it tin the Plot Styles folder.

14 NCAA Basketball Court Often when completing an assignment for a client, you will need information that you do not have. The best place to get that information varies sometimes it is the client, other times it is not. For example, when you are creating a drawing that must conform to a standard size, the best place to find the information is the regulating agency. For this assignment, assume that you have been hired to lay out a basketball court for a university. Because the basketball court must conform to NCAA standards, you will get the needed dimensions and information from the NCAA website. Draw the basketball court and add the items listed below in model space. Set units to Architectural (UNITS command). Set limits to 120 x 80 (LIMITS command) Create the layers shown below for the drawing. Name Color Lineweight Linetype Backboard & Hoop 251 Default Default Lines White Default Default Logo 253 Default Default 3 Point Line 252 Default Default Restraining Line White Default Hidden2 Create the drawings in model space. Use the rectangle and polyline commands to draw the lines. Be sure to set the line width to 2. Be sure to consider the width of the line when drawing the lines and arcs. Some of the dimensions are specific to where dimensions should be made. Some of the dimensions seem to disagree. Always use a more specific dimension instead of a less specific one. Use your best judgment on anything not dimensioned (such as the thickness of the backboard). Change the linetype scale on the Retaining Lines to 100. Create a text style for the ROMANS font. For this assignment only, set the height of the text to 1-0 Use MTEXT to place your name in the bottom right NCAA logo area. Be sure to use the ROMANS style and the Middle Center justification. Your name should be on the Logo layer. Do NOT add any dimensions or notes. You will plot two sheets to turn in. o Plot one of the whole drawing from Model Space at a plot scale of 1/8 = 1-0 o Plot a window of the right side only (not including the Retaining Line) at a scale of 1/4 =1-0 When complete, staple the two together and turn them in. Plot Style Table Check-Off Have the instructor check your ALL_BLACK plot style table.

AutoCAD 2020 Fundamentals

AutoCAD 2020 Fundamentals Autodesk AutoCAD 2020 Fundamentals ELISE MOSS Autodesk Certified Instructor SDC PUBLICATIONS Better Textbooks. Lower Prices. www.sdcpublications.com Powered by TCPDF (www.tcpdf.org) Visit the following

More information

Creating and Editing Plot Style Tables

Creating and Editing Plot Style Tables AutoCAD and Its Applications BASICS Supplemental Material Chapter 28 Creating and Editing Plot Style Tables The plot style tables supplied with AutoCAD are appropriate for many plotting applications. Use

More information

Table of Contents. Part I Introduction to CorelCAD Introducing CorelCAD About CorelCAD Benefits of Using CorelCAD...

Table of Contents. Part I Introduction to CorelCAD Introducing CorelCAD About CorelCAD Benefits of Using CorelCAD... Table of Contents Part I Introduction to C 2013.... 1 1 Introducing C 2013.... 3 About C... 4 Benefits of Using C....4 Impressive Compatibility... 4 Familiar User Interface.... 5 Drafting Tools.... 5 Collaboration....

More information

Making Standard Note Blocks and Placing the Bracket in a Drawing Border

Making Standard Note Blocks and Placing the Bracket in a Drawing Border C h a p t e r 12 Making Standard Note Blocks and Placing the Bracket in a Drawing Border In this chapter, you will learn the following to World Class standards: Making standard mechanical notes Using the

More information

AutoCAD 2018 Fundamentals

AutoCAD 2018 Fundamentals Autodesk AutoCAD 2018 Fundamentals Elise Moss SDC PUBLICATIONS Better Textbooks. Lower Prices. www.sdcpublications.com Powered by TCPDF (www.tcpdf.org) Visit the following websites to learn more about

More information

AutoCAD Tutorial First Level. 2D Fundamentals. Randy H. Shih SDC. Better Textbooks. Lower Prices.

AutoCAD Tutorial First Level. 2D Fundamentals. Randy H. Shih SDC. Better Textbooks. Lower Prices. AutoCAD 2018 Tutorial First Level 2D Fundamentals Randy H. Shih SDC PUBLICATIONS Better Textbooks. Lower Prices. www.sdcpublications.com Powered by TCPDF (www.tcpdf.org) Visit the following websites to

More information

Template Drawings. Template Drawings. AutoCAD Essentials

Template Drawings. Template Drawings. AutoCAD Essentials AutoCAD Essentials Starting a new drawing using any CAD software requires a series of steps. Measurement units, sheet size, layer designations, text fonts and text sizes plus many more items must be set.

More information

1: INTRODUCTION TO AUTOCAD

1: INTRODUCTION TO AUTOCAD AutoCAD syllabus 1: INTRODUCTION TO AUTOCAD Starting AutoCAD AutoCAD Screen Components Drawing Area Command Window Navigation bar Status bar Invoking Commands in AutoCAD Keyboard Ribbon Application Menu

More information

Autodesk AutoCAD 2013 Fundamentals

Autodesk AutoCAD 2013 Fundamentals Autodesk AutoCAD 2013 Fundamentals Elise Moss SDC P U B L I C AT I O N S Schroff Development Corporation Better Textbooks. Lower Prices. www.sdcpublications.com Visit the following websites to learn more

More information

06/17/02 Page 1 of 12

06/17/02 Page 1 of 12 Understanding the Graphical User Interface When you start AutoCAD, the AutoCAD window opens. The window is your design work space. It contains elements that you use to create your designs and to receive

More information

Residential Design using AutoCAD 2007

Residential Design using AutoCAD 2007 Residential Design using AutoCAD 2007 Daniel John Stine SDC PUBLICATIONS Schroff Development Corporation www.schroff.com www.schroff-europe.com Lesson 2 Crash Course Introduction (the Basics) This lesson

More information

Creating and Editing Plot Style Tables

Creating and Editing Plot Style Tables AutoCAD and Its Applications BASICS Supplemental Material Chapter 28 2013 Creating and Editing Plot Style Tables The plot style tables supplied with AutoCAD are appropriate for many plotting applications.

More information

Chapter 6 Title Blocks

Chapter 6 Title Blocks Chapter 6 Title Blocks In previous exercises, every drawing started by creating a number of layers. This is time consuming and unnecessary. In this exercise, we will start a drawing by defining layers

More information

with MultiMedia CD Randy H. Shih Jack Zecher SDC PUBLICATIONS Schroff Development Corporation

with MultiMedia CD Randy H. Shih Jack Zecher SDC PUBLICATIONS Schroff Development Corporation with MultiMedia CD Randy H. Shih Jack Zecher SDC PUBLICATIONS Schroff Development Corporation WWW.SCHROFF.COM Lesson 1 Geometric Construction Basics AutoCAD LT 2002 Tutorial 1-1 1-2 AutoCAD LT 2002 Tutorial

More information

Tutorial 2: Setting up the Drawing Environment

Tutorial 2: Setting up the Drawing Environment Drawing size With AutoCAD all drawings are done to FULL SCALE. The drawing limits will depend on the size of the items being drawn. For example if our drawing is the plan of a floor 23.8m X 15m then we

More information

Relative Coordinates

Relative Coordinates AutoCAD Essentials Most drawings are created using relative coordinates. This means that the next point is set from the last point drawn. The last point drawn is stored as temporary 0,0". AutoCAD uses

More information

AutoCAD Lab 1 Basics and Drawing Fundamentals. EGS 1007 Engineering Concepts and Methods

AutoCAD Lab 1 Basics and Drawing Fundamentals. EGS 1007 Engineering Concepts and Methods AutoCAD Lab 1 Basics and Drawing Fundamentals EGS 1007 Engineering Concepts and Methods Will the Computer Ever REPLACE Pencil and Paper Drawings? Maybe someday When a computer becomes as light, small,

More information

Making a Drawing Template

Making a Drawing Template C h a p t e r 8 Addendum: Metric Making a Drawing Template In this chapter, you will learn the following to World Class standards: 1. Starting from Scratch 2. Creating New Layers in an progecad Drawing

More information

Principles and Practice

Principles and Practice Principles and Practice An Integrated Approach to Engineering Graphics and AutoCAD 2011 Randy H. Shih Oregon Institute of Technology SDC PUBLICATIONS www.sdcpublications.com Schroff Development Corporation

More information

Come Back to the Other Side - AutoCAD for MicroStation Users

Come Back to the Other Side - AutoCAD for MicroStation Users 11/30/2005-8:00 am - 9:30 am Room:Peacock 2 (Swan) Walt Disney World Swan and Dolphin Resort Orlando, Florida Come Back to the Other Side - AutoCAD for MicroStation Users Mark Mates - ProSoft GD31-2 This

More information

AutoCAD Architecture 2018 Fundamentals

AutoCAD Architecture 2018 Fundamentals Elise Moss Autodesk AutoCAD Architecture 2018 Fundamentals SDC P U B L I C AT I O N S Better Textbooks. Lower Prices. www.sdcpublications.com Powered by TCPDF (www.tcpdf.org) Visit the following websites

More information

AutoCAD LT 2012 Tutorial. Randy H. Shih Oregon Institute of Technology SDC PUBLICATIONS. Schroff Development Corporation

AutoCAD LT 2012 Tutorial. Randy H. Shih Oregon Institute of Technology SDC PUBLICATIONS.   Schroff Development Corporation AutoCAD LT 2012 Tutorial Randy H. Shih Oregon Institute of Technology SDC PUBLICATIONS www.sdcpublications.com Schroff Development Corporation AutoCAD LT 2012 Tutorial 1-1 Lesson 1 Geometric Construction

More information

Assignment 5 CAD Mechanical Part 1

Assignment 5 CAD Mechanical Part 1 Assignment 5 CAD Mechanical Part 1 Objectives In this assignment you will apply polyline, offset, copy, move, and rotated dimension commands, as well as skills learned in earlier assignments. Getting Started

More information

After completing this lesson, you will be able to:

After completing this lesson, you will be able to: LEARNING OBJECTIVES After completing this lesson, you will be able to: 1. Create a Circle using 6 different methods. 2. Create a Rectangle with width, chamfers, fillets and rotation. 3. Set Grids and Increment

More information

**IT IS STRONGLY RECOMMENDED THAT YOU WATCH THE HOW-TO VIDEOS (BY PROF. SCHULTE-GRAHAME), POSTED ON THE COURSE WEBSITE, PRIOR TO ATTEMPTING THIS LAB

**IT IS STRONGLY RECOMMENDED THAT YOU WATCH THE HOW-TO VIDEOS (BY PROF. SCHULTE-GRAHAME), POSTED ON THE COURSE WEBSITE, PRIOR TO ATTEMPTING THIS LAB **IT IS STRONGLY RECOMMENDED THAT YOU WATCH THE HOW-TO VIDEOS (BY PROF. SCHULTE-GRAHAME), POSTED ON THE COURSE WEBSITE, PRIOR TO ATTEMPTING THIS LAB GETTING STARTED Step 1. Login to your COE account with

More information

Autodesk AutoCAD 2012: Fundamentals. Elise Moss. autodesk authorized publisher SDC PUBLICATIONS

Autodesk AutoCAD 2012: Fundamentals. Elise Moss. autodesk authorized publisher SDC PUBLICATIONS Autodesk AutoCAD 2012: Fundamentals Elise Moss autodesk authorized publisher SDC PUBLICATIONS www.sdcpublications.com Schroff Development Corporation Autodesk AutoCAD 2012: Fundamentals Lesson 3.0 Drawing

More information

Residential Design Using AutoCAD 2013

Residential Design Using AutoCAD 2013 Residential Design Using AutoCAD 2013 Includes video instruction Daniel John Stine CSI, CDT Multimedia DVD SDC P U B L I C AT I O N S Schroff Development Corporation Better Textbooks. Lower Prices. www.sdcpublications.com

More information

AutoCAD 2D. Table of Contents. Lesson 1 Getting Started

AutoCAD 2D. Table of Contents. Lesson 1 Getting Started AutoCAD 2D Lesson 1 Getting Started Pre-reqs/Technical Skills Basic computer use Expectations Read lesson material Implement steps in software while reading through lesson material Complete quiz on Blackboard

More information

Part I Introduction to CorelCAD

Part I Introduction to CorelCAD Table of Contents Part I Introduction to CorelCAD 1 Introducing CorelCAD for Mac... 3 About CorelCAD... 3 Benefits of Using CorelCAD....4 Impressive Compatibility... 4 Familiar User Interface.... 4 Drafting

More information

SDC. AutoCAD LT 2007 Tutorial. Randy H. Shih. Schroff Development Corporation Oregon Institute of Technology

SDC. AutoCAD LT 2007 Tutorial. Randy H. Shih. Schroff Development Corporation   Oregon Institute of Technology AutoCAD LT 2007 Tutorial Randy H. Shih Oregon Institute of Technology SDC PUBLICATIONS Schroff Development Corporation www.schroff.com www.schroff-europe.com AutoCAD LT 2007 Tutorial 1-1 Lesson 1 Geometric

More information

Second Third

Second Third STEP 1: Everything that you draw in is exact. It will be more accurate than you will ever need it to be, All objects drawn on the screen are placed there based on a simple X,Y coordinate system. In this

More information

Residential Design Using AutoCAD 2018

Residential Design Using AutoCAD 2018 Daniel John Stine CSI, CDT Residential Design Using AutoCAD 2018 Includes video instruction SDC P U B L I C AT I O N S Better Textbooks. Lower Prices. www.sdcpublications.com ACCESS CODE UNIQUE CODE INSIDE

More information

80 ` AutoCAD 2D I. Module 11. Object Snap PREPARED BY. IAT Curriculum Unit. February 2011

80 ` AutoCAD 2D I. Module 11. Object Snap PREPARED BY. IAT Curriculum Unit. February 2011 80 ` AutoCAD 2D I Object Snap PREPARED BY IAT Curriculum Unit February 2011 Institute of Applied Technology, 2011 Auto CAD Self-paced Learning Modules AutoCAD 2D Object Snap Learning Outcomes: When you

More information

Chapter 2. Drawing Sketches for Solid Models. Learning Objectives

Chapter 2. Drawing Sketches for Solid Models. Learning Objectives Chapter 2 Drawing Sketches for Solid Models Learning Objectives After completing this chapter, you will be able to: Start a new template file to draw sketches. Set up the sketching environment. Use various

More information

An Introduction to Dimensioning Dimension Elements-

An Introduction to Dimensioning Dimension Elements- An Introduction to Dimensioning A precise drawing plotted to scale often does not convey enough information for builders to construct your design. Usually you add annotation showing object measurements

More information

Autocad Basics 7/28/2009. Chapter 14 - Learning Objectives

Autocad Basics 7/28/2009. Chapter 14 - Learning Objectives Chapter 14 - Learning Objectives Autocad Basics Chapter 14 July 28, 2009 Use grips to stretch, copy, move, rotate, scale, and mirror objects. Edit objects using the Quick Properties panel and the Properties

More information

Tutorial Guide to AutoCAD 2015

Tutorial Guide to AutoCAD 2015 Tutorial Guide to AutoCAD 2015 2D Drawing, 3D Modeling Shawna Lockhart SDC P U B L I C AT I O N S For Microsoft Windows Better Textbooks. Lower Prices. www.sdcpublications.com Powered by TCPDF (www.tcpdf.org)

More information

Toothbrush Holder. A drawing of the sheet metal part will also be created.

Toothbrush Holder. A drawing of the sheet metal part will also be created. Prerequisite Knowledge Previous knowledge of the following commands is required to complete this lesson; Sketch (Line, Centerline, Circle, Add Relations, Smart Dimension,), Extrude Boss/Base, and Edit

More information

CAD Orientation (Mechanical and Architectural CAD)

CAD Orientation (Mechanical and Architectural CAD) Design and Drafting Description This is an introductory computer aided design (CAD) activity designed to give students the foundational skills required to complete future lessons. Students will learn all

More information

Assignment 13 CAD Mechanical Part 2

Assignment 13 CAD Mechanical Part 2 Assignment 13 CAD Mechanical Part 2 Objectives In this assignment you will learn to apply the hatch and break commands along with commands previously learned. General Instructions Hatching 1. When AutoCAD's

More information

Drawing 8e CAD#11: View Tutorial 8e: Circles, Arcs, Ellipses, Rotate, Explode, & More Dimensions Objective: Design a wing of the Guggenheim Museum.

Drawing 8e CAD#11: View Tutorial 8e: Circles, Arcs, Ellipses, Rotate, Explode, & More Dimensions Objective: Design a wing of the Guggenheim Museum. Page 1 of 6 Introduction The drawing used for this tutorial comes from Clark R. and M.Pause, "Precedents in Architecture", VNR 1985, page 135. Stephen Peter of the University of South Wales developed the

More information

Symbols and Standards (Architectural CAD)

Symbols and Standards (Architectural CAD) Design and Drafting Description In this activity the teacher will give an orientation to the symbols and conventions of Architectural CAD. Industry common symbols are used for most of the fixtures and

More information

Table of Contents PART I INTRODUCTION TO CORELCAD Introducing CorelCAD About CorelCAD Benefits of Using CorelCAD...

Table of Contents PART I INTRODUCTION TO CORELCAD Introducing CorelCAD About CorelCAD Benefits of Using CorelCAD... Table of Contents PART I INTRODUCTION TO CORELCAD.... 1 1 Introducing CorelCAD.... 3 About CorelCAD... 3 Benefits of Using CorelCAD....4 Impressive Compatibility... 4 Familiar User Interface.... 4 Drafting

More information

Using Layers and Object Properties

Using Layers and Object Properties Using Layers and Object Properties In This Chapter 10 Layers are like transparent overlays on which you organize and group different kinds of drawing information. The objects you create have common properties

More information

AutoCAD Civil 3D 2009 ESSENTIALS

AutoCAD Civil 3D 2009 ESSENTIALS AutoCAD Civil 3D 2009 ESSENTIALS SDC PUBLICATIONS Schroff Development Corporation www.schroff.com Better Textbooks. Lower Prices. Alignments and Profiles Section 2: Profiles In this section you learn how

More information

AutoCAD LT 2009 Tutorial

AutoCAD LT 2009 Tutorial AutoCAD LT 2009 Tutorial Randy H. Shih Oregon Institute of Technology SDC PUBLICATIONS Schroff Development Corporation www.schroff.com Better Textbooks. Lower Prices. AutoCAD LT 2009 Tutorial 1-1 Lesson

More information

Tutorial Guide to AutoCAD 2014

Tutorial Guide to AutoCAD 2014 Tutorial Guide to AutoCAD 2014 2D Drawing, 3D Modeling Shawna Lockhart SDC P U B L I C AT I O N S For Microsoft Windows Better Textbooks. Lower Prices. www.sdcpublications.com Visit the following websites

More information

Tutorial Guide to AutoCAD 2013

Tutorial Guide to AutoCAD 2013 Tutorial Guide to AutoCAD 2013 2D Drawing, 3D Modeling Shawna Lockhart SDC P U B L I C AT I O N S Schroff Development Corporation For Microsoft Windows Better Textbooks. Lower Prices. www.sdcpublications.com

More information

Create all plan and profile sheets in the current drawing. Create all plan and profile sheets in individual drawings.

Create all plan and profile sheets in the current drawing. Create all plan and profile sheets in individual drawings. NOTES Module 18 Roadway Plan Production In this module, you learn how to work with Roadway Plan Production tools in AutoCAD Civil 3D. The Plan Production tools are used to automate the generation of plan

More information

State of Florida Department of Transportation. FDOT Traffic Plans. Signing & Pavement Markings (CE ) Signalization (CE ) Lighting

State of Florida Department of Transportation. FDOT Traffic Plans. Signing & Pavement Markings (CE ) Signalization (CE ) Lighting State of Florida Department of Transportation FDOT Traffic Plans Signing & Pavement Markings (CE-11-0117) Signalization (CE-11-0119) Lighting (CE-11-0118) User Training Manual October 2017 PRODUCTION SUPPORT

More information

Making an Architectural Drawing Template

Making an Architectural Drawing Template C h a p t e r 8 Addendum: Architectural Making an Architectural Drawing Template In this chapter, you will learn the following to World Class standards:! Starting from Scratch for the Last time! Creating

More information

SolidWorks 95 User s Guide

SolidWorks 95 User s Guide SolidWorks 95 User s Guide Disclaimer: The following User Guide was extracted from SolidWorks 95 Help files and was not originally distributed in this format. All content 1995, SolidWorks Corporation Contents

More information

Zooming in on Architectural Desktop Layouts Alexander L. Wood

Zooming in on Architectural Desktop Layouts Alexander L. Wood December 2-5, 2003 MGM Grand Hotel Las Vegas Alexander L. Wood Code BD41-3L Take advantage of both AutoCAD and Autodesk Architectural Desktop Layout features. We'll look at the basics of setting up AutoCAD

More information

ARC By default AutoCAD will draw an ARC through three selected points. Options can be set at the start and within the command.

ARC By default AutoCAD will draw an ARC through three selected points. Options can be set at the start and within the command. DFTG 1309 Final Review Notes I. Draw commands: LINE (draws a series of lines) Valid input: Pick button Cartesian coordinates Absolute (2,3) Relative rectangular (@2,3) Relative polar (@ 2

More information

Section Table of Contents: Section 16.0

Section Table of Contents: Section 16.0 Section 16.0 Table of Contents: Section 16.0 Overview - Section 16.0... 16.0-3 Plotting Single Sheets... 16.0-3 Publishing... 16.0-5 Creating DWFs or PDFs (with Sheet Sets)... 16.0-6 Overview - Section

More information

Making an Architectural Drawing Template

Making an Architectural Drawing Template C h a p t e r 8 Addendum: Architectural Making an Architectural Drawing Template In this chapter, you will learn the following to World Class standards: 1. Starting from Scratch 2. Creating New Layers

More information

Autodesk Architectural Desktop Functionality for the Autodesk Building Systems User

Autodesk Architectural Desktop Functionality for the Autodesk Building Systems User 11/28/2005-1:00 pm - 2:30 pm Room:N. Hemispheres (Salon A1) (Dolphin) Walt Disney World Swan and Dolphin Resort Orlando, Florida Autodesk Architectural Desktop Functionality for the Autodesk Building Systems

More information

Drawing Layouts Paper space & Model Space

Drawing Layouts Paper space & Model Space Drawing Layouts Paper space & Model Space Users of Bricscad will have seen the tabs at the bottom left of the drawings area labelled: Model, Layout1, Layout2 but may not know how to use them or what they

More information

Stratigraphy Modeling Boreholes and Cross. Become familiar with boreholes and borehole cross sections in GMS

Stratigraphy Modeling Boreholes and Cross. Become familiar with boreholes and borehole cross sections in GMS v. 10.3 GMS 10.3 Tutorial Stratigraphy Modeling Boreholes and Cross Sections Become familiar with boreholes and borehole cross sections in GMS Objectives Learn how to import borehole data, construct a

More information

Draw IT 2016 for AutoCAD

Draw IT 2016 for AutoCAD Draw IT 2016 for AutoCAD Tutorial for System Scaffolding Version: 16.0 Copyright Computer and Design Services Ltd GLOBAL CONSTRUCTION SOFTWARE AND SERVICES Contents Introduction... 1 Getting Started...

More information

SPRINGFIELD TECHNICAL COMMUNITY COLLEGE ACADEMIC AFFAIRS

SPRINGFIELD TECHNICAL COMMUNITY COLLEGE ACADEMIC AFFAIRS SPRINGFIELD TECHNICAL COMMUNITY COLLEGE ACADEMIC AFFAIRS Course Number: ARBT 125 Department: Architecture and Building Technology Course Title: Architectural CAD I Semester: Fall Year: 2013 Objectives/

More information

Fundamentals III PROJECT EXERCISE

Fundamentals III PROJECT EXERCISE 4 Fundamentals III PROJECT EXERCISE This project exercise provides point-by-point instructions for setting up the drawing with layers and then creating the objects shown in Figure P4 1. project EXERCISE

More information

Create Compelling 2D Sections, Details, and Auxiliary Views from AutoCAD 3D Models

Create Compelling 2D Sections, Details, and Auxiliary Views from AutoCAD 3D Models GEN20552-L Create Compelling 2D Sections, Details, and Auxiliary Views from AutoCAD 3D Models J.C. Malitzke Digital JC CAD Learning Objectives Learn how to create drawing views of AutoCAD 3D models for

More information

Autodesk AutoCAD Architecture 2015 Fundamentals

Autodesk AutoCAD Architecture 2015 Fundamentals Autodesk AutoCAD Architecture 2015 Fundamentals Elise Moss SDC P U B L I C AT I O N S Authorized Author Better Textbooks. Lower Prices. www.sdcpublications.com Powered by TCPDF (www.tcpdf.org) Visit the

More information

SolidWorks Part I - Basic Tools SDC. Includes. Parts, Assemblies and Drawings. Paul Tran CSWE, CSWI

SolidWorks Part I - Basic Tools SDC. Includes. Parts, Assemblies and Drawings. Paul Tran CSWE, CSWI SolidWorks 2015 Part I - Basic Tools Includes CSWA Preparation Material Parts, Assemblies and Drawings Paul Tran CSWE, CSWI SDC PUBLICATIONS Better Textbooks. Lower Prices. www.sdcpublications.com Powered

More information

Autodesk. AutoCAD Architecture Fundamentals. Elise Moss SDC PUBLICATIONS. Schroff Development Corporation

Autodesk. AutoCAD Architecture Fundamentals. Elise Moss SDC PUBLICATIONS. Schroff Development Corporation Autodesk AutoCAD Architecture 2008 Fundamentals Elise Moss SDC PUBLICATIONS Schroff Development Corporation www.schroff.com www.schroff-europe.com Lesson 3 Floor Plans The floor plan is central to any

More information

Revit Structure 2012 Basics:

Revit Structure 2012 Basics: SUPPLEMENTAL FILES ON CD Revit Structure 2012 Basics: Framing and Documentation Elise Moss autodesk authorized publisher SDC PUBLICATIONS www.sdcpublications.com Schroff Development Corporation Structural

More information

IN-CLASS DEMONSTRATION. Introduction to AutoCAD 2011 and 2-Dimensional Drawing

IN-CLASS DEMONSTRATION. Introduction to AutoCAD 2011 and 2-Dimensional Drawing IN-CLASS DEMONSTRATION Introduction to AutoCAD 2011 and 2-Dimensional Drawing GISC, UNIVERSITY OF CALIFORNIA BERKELEY LABORATORY GOALS In this module you will be introduced to the AutoCAD 2011 interface

More information

Getting Started Guide

Getting Started Guide SOLIDWORKS Getting Started Guide SOLIDWORKS Electrical FIRST Robotics Edition Alexander Ouellet 1/2/2015 Table of Contents INTRODUCTION... 1 What is SOLIDWORKS Electrical?... Error! Bookmark not defined.

More information

Rhinoceros modeling tools for designers. Using Layouts in Rhino 5

Rhinoceros modeling tools for designers. Using Layouts in Rhino 5 Rhinoceros modeling tools for designers Using Layouts in Rhino 5 RH50-TM-LAY-Apr-2014 Rhinoceros v5.0, Layouts, Training Manual Revised April 8, 2014, Mary Fugier mary@mcneel.com Q&A April 8, 2014, Lambertus

More information

UNIVERSITY OF SHEFFIELD; LANDSCAPE DEPARTMENT AUTOCAD 2013/14/15 TUTORIALS - SESSION 2 SESSION TWO

UNIVERSITY OF SHEFFIELD; LANDSCAPE DEPARTMENT AUTOCAD 2013/14/15 TUTORIALS - SESSION 2 SESSION TWO SESSION TWO In this session we will look at another drawing tool HATCH and some more modifying / editing tools EXTEND, FILLET, MIRROR, SCALE and RECTANGULAR ARRAY. We will also look at LAYERS, LINETYPE,

More information

Lesson 6 2D Sketch Panel Tools

Lesson 6 2D Sketch Panel Tools Lesson 6 2D Sketch Panel Tools Inventor s Sketch Tool Bar contains tools for creating the basic geometry to create features and parts. On the surface, the Geometry tools look fairly standard: line, circle,

More information

Engineering Technology

Engineering Technology Engineering Technology Introduction to Parametric Modelling Engineering Technology 1 See Saw Exercise Part 1 Base Commands used New Part This lesson includes Sketching, Extruded Boss/Base, Hole Wizard,

More information

Dimensioning the Rectangular Problem

Dimensioning the Rectangular Problem C h a p t e r 3 Dimensioning the Rectangular Problem In this chapter, you will learn the following to World Class standards: 1. Creating new layers in an AutoCAD drawing 2. Placing Centerlines on the drawing

More information

Appendix B: Autocad Booklet YR 9 REFERENCE BOOKLET ORTHOGRAPHIC PROJECTION

Appendix B: Autocad Booklet YR 9 REFERENCE BOOKLET ORTHOGRAPHIC PROJECTION Appendix B: Autocad Booklet YR 9 REFERENCE BOOKLET ORTHOGRAPHIC PROJECTION To load Autocad: AUTOCAD 2000 S DRAWING SCREEN Click the start button Click on Programs Click on technology Click Autocad 2000

More information

Getting Started. with Easy Blue Print

Getting Started. with Easy Blue Print Getting Started with Easy Blue Print User Interface Overview Easy Blue Print is a simple drawing program that will allow you to create professional-looking 2D floor plan drawings. This guide covers the

More information

Isometric Drawings. Figure A 1

Isometric Drawings. Figure A 1 A Isometric Drawings ISOMETRIC BASICS Isometric drawings are a means of drawing an object in picture form for better clarifying the object s appearance. These types of drawings resemble a picture of an

More information

Plotting from A to Z

Plotting from A to Z Las Vegas, Nevada, December 3 6, 2002 Speaker Name: J.C. Malitzke Course Title: Plotting from A to Z Course ID: GD23-2 Course Outline: This class offers both AutoCAD veterans and new users the chance to

More information

Parametric Drawing Using Constraints

Parametric Drawing Using Constraints CHAPTER 10 Parametric Drawing Using Constraints PROJECT EXERCISE This project exercise provides point-by-point instructions for creating the objects shown in Figure P10 1. In this exercise, you will apply

More information

Anna Gresham School of Landscape Design. CAD for Beginners. CAD 3: Using the Drawing Tools and Blocks

Anna Gresham School of Landscape Design. CAD for Beginners. CAD 3: Using the Drawing Tools and Blocks Anna Gresham School of Landscape Design CAD for Beginners CAD 3: Using the Drawing Tools and Blocks Amended for DraftSight V4 October 2013 INDEX OF TOPICS for CAD 3 Pages ESnap 3-5 Essential drawing tools

More information

Revit Structure 2014 Basics

Revit Structure 2014 Basics Revit Structure 2014 Basics Framing and Documentation Elise Moss Authorized Author SDC P U B L I C AT I O N S Better Textbooks. Lower Prices. www.sdcpublications.com Powered by TCPDF (www.tcpdf.org) Visit

More information

Circles and Drawing Aids

Circles and Drawing Aids DIXMC02_0131713884.qxd 8/29/05 12:21 PM Page 44 2 Circles and Drawing Aids COMMANDS CIRCLE ERASE OOPS SNAP DDRMODES GRID PLOT UNITS DIST HELP RECTANGLE OVERVIEW This chapter is loaded with new material

More information

COMPUTER AIDED DRAFTING LAB (333) SMESTER 4

COMPUTER AIDED DRAFTING LAB (333) SMESTER 4 COMPUTER AIDED DRAFTING LAB (333) SMESTER 4 Introduction to Computer Aided Drafting: The method of preparing engineering drawing by using the computer software is known as Computer Aided Drafting (CAD).

More information

Learning Guide. ASR Automated Systems Research Inc. # Douglas Crescent, Langley, BC. V3A 4B6. Fax:

Learning Guide. ASR Automated Systems Research Inc. # Douglas Crescent, Langley, BC. V3A 4B6. Fax: Learning Guide ASR Automated Systems Research Inc. #1 20461 Douglas Crescent, Langley, BC. V3A 4B6 Toll free: 1-800-818-2051 e-mail: support@asrsoft.com Fax: 604-539-1334 www.asrsoft.com Copyright 1991-2013

More information

Creating a 2D Drawing in Paper Space

Creating a 2D Drawing in Paper Space C h a p t e r 16 Creating a 2D Drawing in Paper Space In this chapter, we will learn the following to World Class standards: 1. Converting 3D Solids to 2D Orthographic Views 2. Open the Solid Part Drawing

More information

Getting Started. Chapter. Objectives

Getting Started. Chapter. Objectives Chapter 1 Getting Started Autodesk Inventor has a context-sensitive user interface that provides you with the tools relevant to the tasks being performed. A comprehensive online help and tutorial system

More information

Basic 2D drawing skills in AutoCAD 2017

Basic 2D drawing skills in AutoCAD 2017 Basic 2D drawing skills in AutoCAD 2017 This Tutorial is going to teach you the basic functions of AutoCAD and make you more efficient with the program. Follow all the steps so you can learn all the skills.

More information

Block References and Attributes

Block References and Attributes CHAPTER 11 Block References and Attributes PROJECT EXERCISE 11A This project exercise provides point-by-point instructions for creating the objects shown in Figure P11A 1. In this exercise, you will apply

More information

Plotting from Start to Finish With AutoCAD 2004

Plotting from Start to Finish With AutoCAD 2004 December 2-5, 2003 MGM Grand Hotel Las Vegas Plotting from Start to Finish With AutoCAD 2004 Speaker: J.C. Malitzke Assistant: David Harrington Assistant: Shaan Hurley Driver: Craig Black Code: GD11-1L

More information

Getting Started. Before You Begin, make sure you customized the following settings:

Getting Started. Before You Begin, make sure you customized the following settings: Getting Started Getting Started Before getting into the detailed instructions for using Generative Drafting, the following tutorial aims at giving you a feel of what you can do with the product. It provides

More information

ACAD-BAU TUTORIAL For BricsCAD platform

ACAD-BAU TUTORIAL   For BricsCAD platform ACAD-BAU TUTORIAL WWW.ARHINOVA.SI For BricsCAD platform August 06 WORKSPACE ACAD-BAU RIBBON ACAD-BAU CONTROL BAR F ACAD-BAU PALETTES BASIC SETTINGS Use New command and open the template called ACB_International.DWT.

More information

Dean Muccio AutoCAD Interior Designer. for the. AutoCAD for Mac and PC SDC. Better Textbooks. Lower Prices.

Dean Muccio AutoCAD Interior Designer. for the. AutoCAD for Mac and PC SDC. Better Textbooks. Lower Prices. Dean Muccio AutoCAD 2020 for the Interior Designer AutoCAD for Mac and PC SDC P U B L I C AT I O N S Better Textbooks. Lower Prices. www.sdcpublications.com Powered by TCPDF (www.tcpdf.org) Visit the following

More information

14 - Dimensioning. Dimension Styles & settings. Arrows tab.

14 - Dimensioning. Dimension Styles & settings. Arrows tab. 14 - Dimensioning Dimensioning is always a complex topic in any CAD system because there are so many options and variables to deal with. progecad collects all the numerous settings together in the Dimension

More information

Introduction to AutoCAD 2012

Introduction to AutoCAD 2012 Page 1 Introduction to AutoCAD 2012 Alf Yarwood Answers to Multiple choice questions Chapter 1 1. The toolbar at the top of the AutoCAD 2012 window is: (a) The Draw toolbar (b) The Modify toolbar (c) The

More information

GEN20604 Intelligent AutoCAD Model Documentation Made Easy

GEN20604 Intelligent AutoCAD Model Documentation Made Easy GEN20604 Intelligent AutoCAD Model Documentation Made Easy David Cohn 4D Technologies Learning Objectives Learn how to create base views and projected views from 3D models Learn how to create and control

More information

Assignment 12 CAD Mechanical Part 2

Assignment 12 CAD Mechanical Part 2 Assignment 12 CAD Mechanical Part 2 Objectives In this assignment you will learn to apply the hidden lines, isometric snap, and ellipses commands along with commands previously learned.. General Hidden

More information

Dean Muccio. AutoCAD 2018 for the. Interior Designer. AutoCAD for Mac and PC SDC. Better Textbooks. Lower Prices.

Dean Muccio. AutoCAD 2018 for the. Interior Designer. AutoCAD for Mac and PC SDC. Better Textbooks. Lower Prices. Dean Muccio AutoCAD 2018 for the Interior Designer AutoCAD for Mac and PC SDC P U B L I C AT I O N S Better Textbooks. Lower Prices. www.sdcpublications.com Powered by TCPDF (www.tcpdf.org) Visit the following

More information

On completion of this exercise you will have:

On completion of this exercise you will have: Prerequisite Knowledge To complete this exercise you will need; to be familiar with the SolidWorks interface and the key commands. basic file management skills the ability to rotate views and select faces

More information