Chapter 1 Working with Action Recorder in AutoCAD

Size: px
Start display at page:

Download "Chapter 1 Working with Action Recorder in AutoCAD"

Transcription

1 Contents Chapter 1 Working with Action Recorder in AutoCAD Usage Scenario Features Covered in This Tutorial Tutorial Files Before You Begin In This Tutorial Lesson 1: Record the Steps to Create a New Layer Lesson 2: Record Commands and Input Values Lesson 3: Stop Recording and Save an Action Macro Lesson 4: Insert a User Message Lesson 5: Insert a Request for User Input Lesson 6: Play Back an Action Macro Lesson 7: Create an Action Macro to Update the Layer for Mtext and Multileaders Using the Properties Palette Lesson 8: Automate Drawing Cleanup Index i

2 ii

3 Working with Action Recorder in AutoCAD Side View of a Deck The above model shows the side view of a deck off the back of a single story house. The side view shows a proposed deck and its overall size and the types of construction materials that will be required. This tutorial outlines the following procedures involved in creating an action macro that records a series of actions for creating a new layer and draw a multileader with two leaders. Audience: AutoCAD users who want to reduce the amount of time and effort spent in performing repetitive tasks. 1

4 Prerequisites: Working knowledge of AutoCAD Time to complete: 35 minutes Usage Scenario John Marc is a structural engineer. His goal at work is to stay productive. Problem: Being a structural engineer, John uses the base drawings that are provided by the architect. John realizes that he is spending a lot of time in repeating the same series of commands. He wants to record the actions for creating a new layer and draw a multileader on the new layer to call out a design element for the deck. Solution: John can use the Action Recorder to help automate repetitive tasks. Benefits of using the Action Recorder are: a b c Increased Productivity: Allows drafters to create action macros and reuse them without having to think about how to create them. This improves the overall drafting experience due to having fewer repetitions. Reduction in Errors and Omissions: Reduces the chance of forgetting an action as compared to completing the same series of steps manually. Flexibility and Adaptability of Action Reenactment: Provides the ability to record a series of actions and later modify, during playback, the initial values that were captured when the actions were recorded. Features Covered in This Tutorial 1 Record the actions used to create a new layer 2 Record the actions used to create a multileader 3 Stop recording and save an action macro 4 Insert a user message in an action macro 5 Insert a request for user input 6 Play back an action macro 7 Create an action macro that changes the layer of objects 2 Chapter 1 Working with Action Recorder in AutoCAD 2009

5 8 Remove unused named objects from a drawing Tutorial Files All the necessary files for this tutorial can be found in Recommended Before starting the tutorials: 1 Download the working_with_action_recorder.zip file from 2 Unzip working_with_action_recorder.zip file to C:\My Documents\tutorials. Before You Begin Before you start any of the lessons listed in this tutorial, you must know the following concepts: With action macros, you can automate repetitive tasks without any previous experience in programming. The Action Recorder is a panel on the ribbon and contains the tools to record, playback, and modify an action macro. During the playback, editing, or recording of an action macro, you can expand the Action Recorder panel to access the individual actions of the current action macro from the Action tree. In This Tutorial Lesson 1: Record the Steps to Create a New Layer on page 4 Lesson 2: Record Commands and Input Values on page 6 Lesson 3: Stop Recording and Save an Action Macro on page 9 Lesson 4: Insert a User Message on page 13 Tutorial Files 3

6 Lesson 5: Insert a Request for User Input on page 15 Lesson 6: Play Back an Action Macro on page 18 Lesson 7: Create an Action Macro to Update the Layer for Mtext and Multileaders Using the Properties Palette on page 22 Lesson 8: Automate Drawing Cleanup on page 28 Lesson 1: Record the Steps to Create a New Layer In this lesson, you will help John to record the series of steps for creating a new layer. File Name: deck_side_view.dwg Command Entry: ACTRECORD With Action Recorder, you can create an action macro that makes a new layer and then draws objects on the new layer. Objects that you can draw can be a series of lines to draw a box, hatch, or a multileader. To record the steps to create a new layer 1 Click Start menu (Windows) Programs Autodesk AutoCAD 2009 AutoCAD Click File Open. TIP You can also use the Quick Access toolbar to open a drawing file. For more information about the Quick Access Toolbar, see the AutoCAD User s Guide. 3 Navigate to C:\My Documents\tutorials. Open the deck_side_view.dwg file. 4 On the ribbon, click Tools tab Action Recorder panel Record. 4 Chapter 1 Working with Action Recorder in AutoCAD 2009

7 5 At the Command prompt, enter -LAYER and then press ENTER. 6 At the Enter an option [?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/ MATerial/Plot/Freeze/Thaw/LOck/Unlock/stAte/Description/rEconcile]: prompt, enter Make and press ENTER. 7 At the Enter name for new layer (becomes the current layer) <0>: prompt, enter Annotation and press ENTER. 8 At the Enter an option [?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/ MATerial/Plot/Freeze/Thaw/LOck/Unlock/stAte/Description/rEconcile]: prompt, enter Color and press ENTER. 9 At the New color [Truecolor/COlorbook]: prompt, enter 30 and press ENTER. 10 At the Enter name list of layer(s) for color 30 <Annotation>: prompt, press ENTER. 11 At the Enter an option [?/Make/Set/New/Rename/ON/OFF/Color/Ltype/LWeight/ MATerial/Plot/Freeze/Thaw/LOck/Unlock/stAte/Description/rEconcile]: prompt, press ENTER. You have helped John to record the actions for creating a new layer named "Annotation". Lesson 1: Record the Steps to Create a New Layer 5

8 Next Lesson: Lesson 2: Record Commands and Input Values on page 6 Lesson 2: Record Commands and Input Values In this lesson, you will help John to record commands and input values to create and modify objects. File Name: deck_side_view.dwg Command Entry: ACTRECORD In the previous lesson, you recorded the actions for creating the Annotation layer and set it current. Next, you will create a multileader to call out design elements for the deck. Once the multileader object is drawn, you will add an additional leader to the multileader object to call out the same design element used for the deck. To start recording commands and input values to create and modify objects 1 On the ribbon, click Annotate tab Multileaders panel Multileader. 2 At the Specify leader arrowhead location or [leader Landing first/content first/options] <Options>: prompt, pick the point (lower-left corner of the upper part of the deck railing) as shown in the following illustration. 6 Chapter 1 Working with Action Recorder in AutoCAD 2009

9 3 At the Specify leader landing location: prompt, move the crosshairs down and to the left from the first point you picked. When the arrowhead for the multileader can be seen, click in the drawing window. 4 In the In-place Text Editor, type 2x4 RAILING. 5 Click in the drawing window outside the In-place Text Editor. Lesson 2: Record Commands and Input Values 7

10 6 On the ribbon, click Annotate tab Multileaders panel Add Leader. 7 At the Select a multileader: prompt, select the multileader that you created. 8 At the Specify leader arrowhead location: prompt, pick the point (upper-left corner of the side part of the deck railing) as shown in the following illustration and press ENTER. You successfully created a multileader object. 8 Chapter 1 Working with Action Recorder in AutoCAD 2009

11 You have helped John to record the commands and input values used to create a multileader object with two leaders on the Annotation layer. Next Lesson: Lesson 3: Stop Recording and Save an Action Macro on page 9 Lesson 3: Stop Recording and Save an Action Macro In this lesson, you will help John to save recorded actions to an action macro file. File Name: deck_side_view.dwg Command Entry: ACTSTOP After recording actions, you have the option to save or discard them as an action macro. If you save an action macro, you must specify a name and optionally, a description and playback settings for the action macro. To stop recording and save an action macro 1 On the ribbon, click Tools tab Action Recorder panel Stop. 2 In the Action Macro dialog box, do the following: In the Action Macro Command Name box, enter DoubleLeader. Lesson 3: Stop Recording and Save an Action Macro 9

12 In the Description box, enter Creates a multileader with two leaders. 10 Chapter 1 Working with Action Recorder in AutoCAD 2009

13 3 Click OK. Lesson 3: Stop Recording and Save an Action Macro 11

14 You have helped John to save an action macro that creates a new layer and then draws a multileader object on the Annotation layer. Next Lesson: Lesson 4: Insert a User Message on page Chapter 1 Working with Action Recorder in AutoCAD 2009

15 Lesson 4: Insert a User Message In this lesson, you will help John to learn how to insert a user message in an action macro. File Name: deck_side_view.dwg Command Entry: ACTUSERMESSAGE User messages can be inserted into an action macro to provide information about specific instructions for playing back an action macro. To insert a user message 1 On the ribbon, click Tools tab Action Recorder panel. Click the panel's title bar to expand the panel. 2 In the Action Tree, right-click the DoubleLeader node. 3 Click Insert User Message. Lesson 4: Insert a User Message 13

16 4 In the Insert User Message dialog box, enter Creates a multileader with two leaders. During playback you are prompted for the placement of the leaders and the multiline text (mtext) for the multileader. 5 Click OK. You have helped John to insert a user message in an action macro. 14 Chapter 1 Working with Action Recorder in AutoCAD 2009

17 Next Lesson: Lesson 5: Insert a Request for User Input on page 15 Lesson 5: Insert a Request for User Input In this lesson, you will help John to learn how to insert a request for user input. File Name: deck_side_view.dwg Command Entry: ACTUSERINPUT To insert a request for user input 1 On the ribbon, click Tools tab Action Recorder panel. Click the panel's title bar to expand the panel. 2 In the Action Tree, right-click the Absolute Coordinate Point value node under the MLEADER action node. Lesson 5: Insert a Request for User Input 15

18 3 Click Request User Input. 4 Right-click the Relative Coordinate Point value node under the MLEADER action node. 5 Click Request User Input. 16 Chapter 1 Working with Action Recorder in AutoCAD 2009

19 6 Right-click Text Formatting node value under the MLEADER action node and click Request User Input. 7 Right-click the Relative Coordinate Point value node under the AIMLEADEREDITADD action node and click Request User Input. Lesson 5: Insert a Request for User Input 17

20 You have helped John to insert multiple requests for user input. Next Lesson: Lesson 6: Play Back an Action Macro on page 18 Lesson 6: Play Back an Action Macro In this lesson, you will help John to learn how to play back an action macro from the Action Recorder. File Name: deck_side_view.dwg After an action macro is recorded with the Action Recorder, you can play back the series of recorded commands and input values. To play back an action macro 1 On the ribbon, click Tools tab. 2 On the Action Recorder panel, click the down arrow on the Action Macro drop-down list and select DoubleLeader. 18 Chapter 1 Working with Action Recorder in AutoCAD 2009

21 3 On the Action Recorder panel, click Play. 4 In the User Message dialog box, click Yes. 5 In the Action Macro - Input Request dialog box, click Provide input. Lesson 6: Play Back an Action Macro 19

22 6 Pick the endpoint of the line between the two side views of the 2x10 joists as shown in the following illustration. 7 In the Action Macro - Input Request dialog box, click Provide input. 8 Move the crosshairs down below the ground line and to the left from the first point you picked and pick a point in the drawing. 9 In the In-place Text Editor, type 2 PLY 2x10 HEADER. 20 Chapter 1 Working with Action Recorder in AutoCAD 2009

23 10 Click in the drawing window outside the In-place Text Editor. 11 In the Action Macro - Request Input dialog box, click Provide input. 12 Pick the endpoint of the line between the two side views of the 2x10 joists as shown in the following illustration. 13 In the Action Macro - Playback Complete dialog box, click OK. Lesson 6: Play Back an Action Macro 21

24 You have helped John to play back the series of recorded actions to create a multileader with two leaders. Next Lesson: Lesson 7: Create an Action Macro to Update the Layer for Mtext and Multileaders Using the Properties Palette on page 22 Lesson 7: Create an Action Macro to Update the Layer for Mtext and Multileaders Using the Properties Palette In this lesson, you will help John to create an action macro to update the layer for mtext and multileaders using the Properties palette. File Name: deck_side_view.dwg Command Entry: ACTRECORD, ACTSTOP 22 Chapter 1 Working with Action Recorder in AutoCAD 2009

25 You can create an action macro to display and change the current properties for any object in your drawing using the Properties palette. To create an action macro to update the layer for mtext and multileaders using the Properties palette 1 On the ribbon, click View tab > Palettes panel > Properties. The Properties Palette is displayed. NOTE You can move the Properties palette anywhere in the drawing area to make the Action Recorder panel visible. 2 On the ribbon, click Tools tab Action Recorder panel Record. 3 Select the mtext DECK SIDE VIEW and one of the multileaders in the drawing window as shown in the illustration. 4 On the Properties palette, select MText(1) from the Object Type drop-down list and then choose Annotation from the Layer property. Lesson 7: Create an Action Macro to Update the Layer for Mtext and Multileaders Using the Properties Palette 23

26 5 On the Properties palette, select Multileader(1) from the Object Type drop-down list and then choose Annotation from the Layer property. 6 On the ribbon, click Tools tab Action Recorder panel Stop. 7 In the Action Macro dialog box, Action Macro Command Name box, enter FixLayers. 24 Chapter 1 Working with Action Recorder in AutoCAD 2009

27 8 Click OK. 9 On the Action Recorder panel, in the Action tree, right-click the Pickfirst value node under the action macro node. 10 Click Use Pick First Set. Lesson 7: Create an Action Macro to Update the Layer for Mtext and Multileaders Using the Properties Palette 25

28 11 On the Quick Access Toolbar, click Undo a few times to undo the recent property changes made with the Properties palette. 12 On the Action Recorder panel, select FixLayers from the Action Macro list. 13 Click Play. 14 In the Action Macro - No Objects Selected dialog box, click Select Objects and Continue. 26 Chapter 1 Working with Action Recorder in AutoCAD 2009

29 15 In the drawing window, select mtext and multileader objects in the drawing window and press ENTER to complete the object selection. 16 In the Action Macro - Playback Complete dialog box, click OK. You should notice that the color of the mtext has changed because the selected objects are now on the Annotation layer. 17 On the Quick Access Toolbar, click Undo again to undo the changes made by the action macro. 18 Select mtext and mulitleader objects and click Play. NOTE The Action Macro - No Objects Selected dialog box is not displayed this time. You have created an action macro to update the layer for mtext and multileaders using the Properties palette. Lesson 7: Create an Action Macro to Update the Layer for Mtext and Multileaders Using the Properties Palette 27

30 Next Lesson: Lesson 8: Automate Drawing Cleanup on page 28 Lesson 8:Automate Drawing Cleanup In this lesson, you will help John to learn how to automate drawing cleanup. File Name: deck_side_view.dwg Command Entry: ACTRECORD, ACTSTOP You can create an action macro to remove unused named objects like layers, linetypes, and text styles in a drawing using the PURGE command. To automate drawing cleanup 1 On the ribbon, click Tools tab Action Recorder panel Record. 2 At the Command prompt, enter -PURGE and press ENTER. 3 At the Enter type of unused objects to purge [Blocks/Dimstyles/LAyers/LTypes/MAterials/MUltileaderstyles/Plotstyles/ SHapes/textSTyles/Mlinestyles/Tablestyles/Visualstyles/Regapps/All]: prompt, enter la and press ENTER. 4 At the Enter name (s) to purge <*>: prompt, enter * and press ENTER. 5 At the Verify each name to be purged? [Yes/No] <Y>: prompt, enter n and press ENTER. 6 At the Command prompt, enter -PURGE and press ENTER. 7 At the Enter type of unused objects to purge [Blocks/Dimstyles/LAyers/LTypes/MAterials/MUltileaderstyles/Plotstyles/ SHapes/textSTyles/Mlinestyles/Tablestyles/Visualstyles/Regapps/All]: prompt, enter lt and press ENTER. 28 Chapter 1 Working with Action Recorder in AutoCAD 2009

31 8 At the Enter name (s) to purge <*>: prompt, enter * and press ENTER. 9 At the Verify each name to be purged? [Yes/No] <Y>: prompt, enter n and press ENTER. 10 Click File Save. TIP You can also use the Quick Access toolbar to save the changes. For more information about the Quick Access Toolbar, see the AutoCAD User s Guide. 11 On the ribbon, click Tools tab Action Recorder panel Stop. 12 In the Action Macro dialog box, Action Macro Command Name box, enter DrawingCleanup. 13 Click OK. 14 On the Quick Access toolbar, click Undo a few times. 15 On the Action Recorder panel, select DrawingCleanup from the Action Macro list. 16 Click Play. Lesson 8:Automate Drawing Cleanup 29

32 17 In the Action Macro - Playback Complete dialog box, click OK. You have helped John to automate the drawing cleanup process. Congratulations! You have helped John to create an action macro that records a series of actions for creating a layer and draw a multileader with two leaders on a new layer. You also helped him to create an action macro to update the layer for mtext and multileaders using the Properties palette, and to automate the cleanup of a drawing. 30 Chapter 1 Working with Action Recorder in AutoCAD 2009

33 Index 31 Index

34 32

Control the Workplane

Control the Workplane Control the Workplane This tutorial outlines the procedures to understand and control the user coordinate system (UCS). You can realign and reorient the UCS to create and modify 3D objects on 2D workplanes

More information

Chapter 1 Switching Workspaces in AutoCAD

Chapter 1 Switching Workspaces in AutoCAD Contents Chapter 1 Switching Workspaces in AutoCAD 2009............. 1 Usage Scenario............................... 2 Features covered in this tutorial:...................... 2 In This Tutorial...............................

More information

Top Productivity Tips for AutoCAD 2009

Top Productivity Tips for AutoCAD 2009 Top Productivity Tips for AutoCAD 2009 Jonathan Christie Course Summary: Find out how to apply new and existing AutoCAD power tools and watch your drafting productivity improve. Learn how to re-use design

More information

Annotation Scaling in AutoCAD : Bringing the Technology Home

Annotation Scaling in AutoCAD : Bringing the Technology Home Annotation Scaling in AutoCAD : Bringing the Technology Home KaDe King U.S. CAD AC2660-L Learn how to implement annotation scaling in your organization. Whether you would like to start with baby steps

More information

Section Table of Contents: Section 13.0

Section Table of Contents: Section 13.0 Section 13.0 Table of Contents: Section 13.0 Overview - Section 13.0... 13.0-3 Annotate Tab... 13.0-3 Labels & Tables Panel... 13.0-5 Text Panel... 13.0-5 Dimensions Panel... 13.0-5 Leaders Panel (Multileaders)...

More information

Annotation Scaling: Making Drawings Smarter with Intelligent Text. David Cohn S4-1

Annotation Scaling: Making Drawings Smarter with Intelligent Text. David Cohn S4-1 AutoCAD 2009 Annotation Scaling: Making Drawings Smarter with Intelligent Text David Cohn S4-1 Course Summary: Do you find it confusing that you drawing everything full size in AutoCAD, but when it comes

More information

To change the shape of a floating toolbar

To change the shape of a floating toolbar Modifying toolbars You can change the size of toolbar buttons and reposition, add, or delete toolbar buttons. You can also change the toolbar name and turn tooltips on and off. An important item to note-

More information

AutoCAD 2009 User InterfaceChapter1:

AutoCAD 2009 User InterfaceChapter1: AutoCAD 2009 User InterfaceChapter1: Chapter 1 The AutoCAD 2009 interface has been enhanced to make AutoCAD even easier to use, while making as much screen space available as possible. In this chapter,

More information

ENGR 1204 Engineering Graphics

ENGR 1204 Engineering Graphics ENGR 1204 Engineering Graphics Lecture 09 Text Styles and Multiline Text Edmund Morris HCCS Department of Engineering Email: edmund.morris@hccs.edu 1 Objectives Describe and use proper text standards.

More information

Review the interactive to learn how to navigate and interact with slides in the PowerPoint window.

Review the interactive to learn how to navigate and interact with slides in the PowerPoint window. Getting Started with PowerPoint Introduction Page 1 PowerPoint 2010 is a presentation software that allows you to create dynamic slide presentations that may include animation, narration, images, videos

More information

Annotation Scaling: Making Drawings Smarter with Intelligent Text. David Cohn Independent Consultant

Annotation Scaling: Making Drawings Smarter with Intelligent Text. David Cohn Independent Consultant Annotation Scaling: Making Drawings Smarter with Intelligent Text David Cohn Independent Consultant Evaluation Forms Please remember to fill out your evaluation form (In Hall B or via an email you receive.

More information

Painless Productivity Programming with the Autodesk AutoCAD Action Recorder Revealed!

Painless Productivity Programming with the Autodesk AutoCAD Action Recorder Revealed! Painless Productivity Programming with the Autodesk AutoCAD Action Recorder Revealed! Matt Murphy 4D Technologies/CADLearning AC2098 Productivity through programming has never been a friendly or intuitive

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 template. 2. Understand the AutoCAD Window. 3. Understand the use of the function keys. 4. Select commands using the Pull-down

More information

Heads Up Design: Focusing on the drawing area

Heads Up Design: Focusing on the drawing area Autodesk AutoCAD 2006 New Features By Ellen Finkelstein Here are some of my favorite new features. If you want a detailed description and applicable exercises, you'll find them in my book -- AutoCAD 2006

More information

7/14/2009. Chapters Autocad Multi Line Text Tools. Multi Line Text Tool Ribbon. Multi Line Text Tool. July 14, 2009

7/14/2009. Chapters Autocad Multi Line Text Tools. Multi Line Text Tool Ribbon. Multi Line Text Tool. July 14, 2009 Chapters 9-11 July 14, 2009 Chapter 9 Learning Objectives Describe and use proper text standards. Calculate drawing scale and text height. Develop and use text styles. Make multiple lines of text with

More information

Introduction. Step-by-Step Tutorial: Editing Parameters. New Commands in AutoCAD 2010: Part 4 Parametric Formulas by Ralph Grabowski

Introduction. Step-by-Step Tutorial: Editing Parameters. New Commands in AutoCAD 2010: Part 4 Parametric Formulas by Ralph Grabowski New Commands in AutoCAD 2010: Part 4 Parametric Formulas by Ralph Grabowski Introduction Dimensional constraints become powerful when you use formulas, as I've hinted in the previous tutorials. Indeed,

More information

Starting Kidspiration. To start Kidspiration on a Macintosh: Open the Kidspiration 3 folder and double-click the Kidspiration icon.

Starting Kidspiration. To start Kidspiration on a Macintosh: Open the Kidspiration 3 folder and double-click the Kidspiration icon. Tutorial Seven: Creating an open-ended problem in the Free Workspace The Free Workspace allows for the creation of an open-ended problem where students can choose any tool with which to complete their

More information

Lesson 1 CAD Mechanical Part 1 Beginning Drawing Objectives

Lesson 1 CAD Mechanical Part 1 Beginning Drawing Objectives Lesson 1 CAD Mechanical Part 1 Beginning Drawing Objectives In this assignment you will learn to identify important terminology and functions of AutoCAD, to begin a new drawing and save data in the proper

More information

AutoCAD and Its Applications BASICS Supplemental Material Chapter 4

AutoCAD and Its Applications BASICS Supplemental Material Chapter 4 AutoCAD and Its Applications BASICS Supplemental Material Chapter 4 Multilines Multilines are objects that can consist of up to 16 parallel lines. The individual lines in a multiline are called elements.

More information

ArcGIS Basics Working with Labels and Annotation

ArcGIS Basics Working with Labels and Annotation ArcGIS Basics Working with Labels and Annotation Labeling in ArcGIS has changed considerably from the old ArcView 3.X version. In ArcGIS label positions are generated automatically, are not selectable,

More information

Using Annotation Sets Part 3 TIP TUTORIAL. Using Annotation Sets Part 3

Using Annotation Sets Part 3 TIP TUTORIAL. Using Annotation Sets Part 3 TIP TUTORIAL Using Annotation Sets Part 3 INTRODUCTION In Annotation Sets Part 3 you will learn how to work with annotation sets. An annotation set is basically a collection of defaults and layers, which

More information

Supplemental Material Chapter 4. Drawing Multilines

Supplemental Material Chapter 4. Drawing Multilines AutoCAD and Its Applications BASICS 2012 Supplemental Material Chapter 4 Multilines Multilines are combinations of parallel lines consisting of up to 16 individual lines called elements. Like polyline

More information

Introduction to Multilines

Introduction to Multilines Introduction to Multilines Engineering Design Technology Sacramento City College Introduction to Multilines 1 Drawing Multilines A multiline consists of between 1 and 16 parallel lines that act as one

More information

AutoCAD LT Preview Guide.

AutoCAD LT Preview Guide. AutoCAD LT 2008 Preview Guide www.autodesk.com/autocadlt Contents Introduction... 3 Participating in the Customer Involvement Program... 3 User Interface... 4 Managing Workspaces... 4 Using the Dashboard...

More information

Installing a Custom AutoCAD Toolbar (CUI interface)

Installing a Custom AutoCAD Toolbar (CUI interface) Installing a Custom AutoCAD Toolbar (CUI interface) I used 2008LT for this tutorial; you may have a later AutoCAD with a different appearance. However, the customize user interface (cui) should be similar.

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 template. 2. Understand the AutoCAD Window. 3. Understand the use of the function keys. 4. Select commands using the Pull-down

More information

CM6186-L - Autodesk AutoCAD Customization Boot Camp: Basics (No Experience Required)

CM6186-L - Autodesk AutoCAD Customization Boot Camp: Basics (No Experience Required) CM6186-L - Autodesk AutoCAD Customization Boot Camp: Basics (No Experience Required) Lee Ambrosius Autodesk, Inc. Principal Learning Content Developer IPG AutoCAD Products Learning Experience Join us on

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. Add a Single Line of text to your drawing. 2. Add a paragraph, using Multiline Text. 3. Control tabs, indents and line spacing.

More information

Dynamic Blocks in AutoCAD 2006

Dynamic Blocks in AutoCAD 2006 AutoCAD 2006 Dynamic Blocks in AutoCAD 2006 Part 1 of 3: Dynamic Block Overview and Quick-Start Tutorial In AutoCAD 2006 software, you can now create blocks that are intelligent and flexible. This exciting

More information

Tutorial 3D Max (for beginners) PART I

Tutorial 3D Max (for beginners) PART I Tutorial 3D Max (for beginners) PART I The Interface Introduction This tutorial gives a brief explanation of the MAX interface items commonly used and introduces you to the important areas of the interface.

More information

LESSON 5 LEARNING OBJECTIVES. After completing this lesson, you will be able to:

LESSON 5 LEARNING OBJECTIVES. After completing this lesson, you will be able to: LEARNING OBJECTIVES After completing this lesson, you will be able to: 1. Create a Multiline Style 2. Draw a multiline 3. Edit a Multiline 4. Create and use Layer States LT users only 5. Double Line LESSON

More information

Arch 226 CAD in Practice Fall 2011 Class-04 AutoCAD

Arch 226 CAD in Practice Fall 2011 Class-04 AutoCAD STEP 1: Open the File WALL SECTION.dwg from the Class 04 - Resources folder. Select all the viewports in the layout. Toggle to the STATUS BAR, next to the scale, select the LOCK to LOCK all Viewports selected.

More information

Learning Objectives. About the Speaker. So You Think Your Version is Enough? Jeanne Aarhus Aarhus Associates, LLC AC6405-V

Learning Objectives. About the Speaker. So You Think Your Version is Enough? Jeanne Aarhus Aarhus Associates, LLC AC6405-V Jeanne Aarhus Aarhus Associates, LLC AC6405-V If you are using an older version of the software and you can t decide when or what to upgrade to, or you still use the current version like an old version

More information

Navigating the User Interface

Navigating the User Interface Navigating the User Interface CHAPTER 1 If you re new to the AutoCAD Civil 3D software environment, then your first experience has probably been a lot like staring at the instrument panel of an airplane.

More information

AutoCAD Preview Guide.

AutoCAD Preview Guide. AutoCAD 2009 Preview Guide www.autodesk.com/autocad Contents Introduction... 3 User Interface... 3 Application Window... 3 Menu Browser... 3 Quick Access Toolbar... 6 InfoCenter... 6 Ribbon... 7 Status

More information

Features and Benefits

Features and Benefits AutoCAD 2005 Features and s AutoCAD 2005 software provides powerhouse productivity tools that help you create single drawings as productively as possible, as well as new features for the efficient creation,

More information

Tutorial : First board in CircuitMaker.

Tutorial : First board in CircuitMaker. Tutorial : First board in CircuitMaker. Objectives 1. Create a new project in CircuitMaker. 2. Design electronic circuit in CircuitMaker schematic editor. 3. Design a pcb board for your circuit in CircuitMaker

More information

Ogres Have Layers: Beginning with their Templates

Ogres Have Layers: Beginning with their Templates 12/3/2008-10:15 am - 11:45 am Room:Murano 3301 (PTD) Ogres Have Layers: Beginning with their Templates Colleen Klein - Training Content Manager, MasterGraphics and David Braun (Assistant); Volker Cocco

More information

Architectural Drafting Using AutoCAD Creating and Adjusting Tool Palettes

Architectural Drafting Using AutoCAD Creating and Adjusting Tool Palettes Architectural Drafting Using AutoCAD Creating and Adjusting Tool Palettes S u p p l e m e n t a l m a t e r i a l The Tool Palettes window, shown in Figure 1, provides a quick way to access blocks, hatch

More information

Lesson 4 Customize the ToolBox

Lesson 4 Customize the ToolBox Lesson 4 Customize the ToolBox In this lesson you will learn how to: Change the toolbox to be a Floating toolbox or a toolbox anchored on the Sidebar. Change the combo ToolBox size and highlighting. Change

More information

Redlining Commands After retrieving a drawing to be redlined, select Redline from the Slick! menu bar or pick from one of the icons in the tool bar.

Redlining Commands After retrieving a drawing to be redlined, select Redline from the Slick! menu bar or pick from one of the icons in the tool bar. Annotate / Redlining During the design review process in working with engineering or architectural drawings, it is often useful to have the ability to look at a drawing and mark it up with comments or

More information

Readme: Autodesk Impression

Readme: Autodesk Impression Seite 1 von 6 Readme: Autodesk Impression Thank you for your interest in Autodesk Impression. Impression converts precision drawings to eye-catching design illustrations by applying appearance styles that

More information

Welcome to AutoCAD 2018

Welcome to AutoCAD 2018 Welcome to AutoCAD 2018 Drawing File Format AutoCAD 2018 comes with a drawing file format change. Previously, the AutoCAD 2013 Drawing File Format has been used. As you can see in the screenshot, the text

More information

Getting Started with Excel

Getting Started with Excel Getting Started with Excel Introduction Excel is a spreadsheet program that allows you to store, organize, and analyze information. In this lesson, you will learn your way around the Excel 2010 environment,

More information

Tutorials. Lesson 3 Work with Text

Tutorials. Lesson 3 Work with Text In this lesson you will learn how to: Add a border and shadow to the title. Add a block of freeform text. Customize freeform text. Tutorials Display dates with symbols. Annotate a symbol using symbol text.

More information

Using Attributes. Engineering Design Technology Sacramento City College. Using Attributes 1

Using Attributes. Engineering Design Technology Sacramento City College. Using Attributes 1 Engineering Design Technology Sacramento City College 1 Objectives Assign attributes to blocks. Edit attributes defined for existing blocks. Create a template file for the storage of block attribute data.

More information

White Paper. Project-Specific Tool Palettes. Introduction. Procedures. AutoCAD P&ID Add New Tool Palettes and Populate them with Tools

White Paper. Project-Specific Tool Palettes. Introduction. Procedures. AutoCAD P&ID Add New Tool Palettes and Populate them with Tools White Paper Project-Specific Tool Palettes AutoCAD P&ID 2009 Introduction Audience: Administrators responsible for setting up project-specific tool palettes An engineering company can be working on a single

More information

AutoCAD. Multilines. Drawing Multilines. Multiline Justification MLINE

AutoCAD. Multilines. Drawing Multilines. Multiline Justification MLINE Multilines Multilines are combinations of parallel lines consisting of up to 16 individual lines called elements. Like polylines, several connected multiline segments form a single object. Multilines are

More information

The Department of Construction Management and Civil Engineering Technology CMCE-1110 Construction Drawings 1 Lecture Introduction to AutoCAD What is

The Department of Construction Management and Civil Engineering Technology CMCE-1110 Construction Drawings 1 Lecture Introduction to AutoCAD What is The Department of Construction Management and Civil Engineering Technology CMCE-1110 Construction Drawings 1 Lecture Introduction to AutoCAD What is AutoCAD? The term CAD (Computer Aided Design /Drafting)

More information

Managing Content with AutoCAD DesignCenter

Managing Content with AutoCAD DesignCenter Managing Content with AutoCAD DesignCenter In This Chapter 14 This chapter introduces AutoCAD DesignCenter. You can now locate and organize drawing data and insert blocks, layers, external references,

More information

Confessions of an AutoCAD Evangelist who discovered BIM. Heidi Hewett AutoCAD Technical Marketing Manager

Confessions of an AutoCAD Evangelist who discovered BIM. Heidi Hewett AutoCAD Technical Marketing Manager Confessions of an AutoCAD Evangelist who discovered BIM Heidi Hewett AutoCAD Technical Marketing Manager Class summary Do you use Autodesk AutoCAD software for your building design and documentation? Have

More information

1. WELDMANAGEMENT PRODUCT

1. WELDMANAGEMENT PRODUCT Table of Contents WeldManagement Product.................................. 3 Workflow Overview........................................ 4 Weld Types.............................................. 5 Weld

More information

AutoCAD Productivity Review

AutoCAD Productivity Review AutoCAD Productivity Review After the Revit Kool-Aid: Customizing AutoCAD for Maximum Productivity Thursday, August 13, 2015 1:00 2:00 Presented by Michael E. Beall Autodesk Authorized Author & Award Winning

More information

Lesson 1: Getting Familiar with Microsoft Word 2007 for Windows

Lesson 1: Getting Familiar with Microsoft Word 2007 for Windows Lesson 1: Getting Familiar with Microsoft Word 2007 for Windows Microsoft Word is a word processing software package. You can use it to type letters, reports, and other documents. This tutorial teaches

More information

CBCL Limited Tool Palettes Tutorial 2012 REV. 01. CBCL Design Management & Best CAD Practices. Our Vision

CBCL Limited Tool Palettes Tutorial 2012 REV. 01. CBCL Design Management & Best CAD Practices. Our Vision CBCL Limited Tool Palettes Tutorial CBCL Design Management & Best CAD Practices 2012 REV. 01 Our Vision To be the most respected and successful Atlantic Canada based employeeowned firm, delivering multidiscipline

More information

PRODUCTIVITY TIPS USING OUTLOOK Washtenaw Community College

PRODUCTIVITY TIPS USING OUTLOOK Washtenaw Community College PRODUCTIVITY TIPS USING OUTLOOK 2016 Washtenaw Community College August 23, 2018 TABLE OF CONTENTS Email Management... 3 1. Create a Rule:... 3 2. Add a Folder to Your Favorites... 3 To Show Folders in

More information

REVIT IMPLEMENTATION

REVIT IMPLEMENTATION REVIT IMPLEMENTATION This one sheet is my first attempt at putting down in one place a list of Revit specific items that need to be addressed as an office migrates into Revit. I realize that each firm

More information

Customizing Interface Elements and Commands Part 02

Customizing Interface Elements and Commands Part 02 Customizing Interface Elements and Commands Part 02 Sacramento City College Engineering Design Technology Customizing Interface Elements and Commands 1 Creating New Commands Customizing Interface Elements

More information

in gcadplus drawings gcad + gcadplus User Guide v

in gcadplus drawings gcad + gcadplus User Guide v in gcadplus drawings entities in gcadplus drawings can be drawn using either CAD fonts or Windows fonts. All text is placed using the current style setting. Styles are created via Format > Text Styles

More information

Achieving Contentment with the AutoCAD Architecture Content Browser Douglas Bowers, AIA

Achieving Contentment with the AutoCAD Architecture Content Browser Douglas Bowers, AIA Achieving Contentment with the AutoCAD Architecture Content Browser Douglas Bowers, AIA AB110-3 If you have created AutoCAD Architecture (formerly ADT) object styles and want to know how to easily share

More information

From the Insert Tab (1), highlight Picture (2) drop down and finally choose From Computer to insert a new image

From the Insert Tab (1), highlight Picture (2) drop down and finally choose From Computer to insert a new image Inserting Image To make your page more striking visually you can add images. There are three ways of loading images, one from your computer as you edit the page or you can preload them in an image library

More information

AutoCAD 2018 and AutoCAD LT 2018 Preview Guide

AutoCAD 2018 and AutoCAD LT 2018 Preview Guide AutoCAD 2018 and AutoCAD LT 2018 Preview Guide Stay at the forefront of the design world with the new features in Autodesk AutoCAD 2018 software. Create and share precise drawings with innovative productivity

More information

Click the buttons in the interactive below to learn how to navigate and interact with slides in the

Click the buttons in the interactive below to learn how to navigate and interact with slides in the PowerPoint 2010 Getting Started with PowerPoint Introduction Page 1 PowerPoint 2010 is a presentation software that allows you to create dynamic slide presentations that may include animation, narration,

More information

Never Digitize Again! Converting Paper Drawings to Vector

Never Digitize Again! Converting Paper Drawings to Vector December 2-5, 2003 MGM Grand Hotel Las Vegas Never Digitize Again! Converting Paper Drawings to Vector Felicia Provencal GD42-3L How many hours have you spent hunched over a digitizing board converting

More information

Back to Flat Producing 2D Output from 3D Models

Back to Flat Producing 2D Output from 3D Models Back to Flat Producing 2D Output from 3D Models David Cohn Modeling in 3D is fine, but eventually, you need to produce 2D drawings. In this class, you ll learn about tools in AutoCAD that let you quickly

More information

A set of annotation templates that maybe used to label objects using information input in the data model mentioned above.

A set of annotation templates that maybe used to label objects using information input in the data model mentioned above. AUTOCAD MAP 3D 2009 WHITE PAPER Industry Toolkits Introduction In today s world, passing of information between organizations is an integral part of many processes. With this comes complexity in a company

More information

CHAPTER 1 COPYRIGHTED MATERIAL. Finding Your Way in the Inventor Interface

CHAPTER 1 COPYRIGHTED MATERIAL. Finding Your Way in the Inventor Interface CHAPTER 1 Finding Your Way in the Inventor Interface COPYRIGHTED MATERIAL Understanding Inventor s interface behavior Opening existing files Creating new files Modifying the look and feel of Inventor Managing

More information

GstarCAD Complete Features Guide

GstarCAD Complete Features Guide GstarCAD 2017 Complete Features Guide Table of Contents Core Performance Improvement... 3 Block Data Sharing Process... 3 Hatch Boundary Search Improvement... 4 New and Enhanced Functionalities... 5 Table...

More information

DOING MORE WITH WORD: MICROSOFT OFFICE 2010

DOING MORE WITH WORD: MICROSOFT OFFICE 2010 DOING MORE WITH WORD: MICROSOFT OFFICE 2010 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT WORD PAGE 03 Viewing Toolbars Adding and Removing Buttons MORE TASKS IN MICROSOFT WORD

More information

AutoCAD 2D Tutorial Chapter 25 Advanced Selection Commands

AutoCAD 2D Tutorial Chapter 25 Advanced Selection Commands Chapter 25 Advanced Selection Commands - 186 - Selection Modes 25.1 1. Choose Tools, Options... 2. Choose the Selection TAB from the following dialog. 3. Change the settings as desired. Noun/Verb Selection

More information

INTRODUCTION... 1 DOCUMENT CONVENTIONS... 1

INTRODUCTION... 1 DOCUMENT CONVENTIONS... 1 INTRODUCTION... 1 DOCUMENT CONVENTIONS... 1 BEGINNING AUTOCAD... 2 USING THE START BUTTON TO LAUNCH AUTOCAD... 2 USING A SHORTCUT TO LAUNCH AUTOCAD... 2 AUTOCAD USER INTERFACE... 3 CHOOSING COMMANDS...

More information

Blocks reduce drawing size since multiple instances of a block are stored in one definition.

Blocks reduce drawing size since multiple instances of a block are stored in one definition. AGENDA: 1. Blocks and Controlling Block Properties 2. Creating and Inserting Blocks 3. Editing Blocks after Insertion 4. Storing Blocks Blocks A block is a collection of entities, grouped together and

More information

Tutorial 3: Constructive Editing (2D-CAD)

Tutorial 3: Constructive Editing (2D-CAD) (2D-CAD) The editing done up to now is not much different from the normal drawing board techniques. This section deals with commands to copy items we have already drawn, to move them and to make multiple

More information

Kate Morrical s Tips and Tricks for Using AutoCAD LT 2011

Kate Morrical s Tips and Tricks for Using AutoCAD LT 2011 Kate Morrical s s and Tricks for Using AutoCAD LT 2011 This table of contents is interactive! Clicking on the section title or page number will bring you right to that section. The User Interface 2 The

More information

The Rectangular Problem

The Rectangular Problem C h a p t e r 2 The Rectangular Problem In this chapter, you will cover the following to World Class standards: The tools for simple 2D Computer Aided Drafting (CAD) The Command Line and the Tray The Line

More information

v Annotation Tools GMS 10.4 Tutorial Use scale bars, North arrows, floating images, text boxes, lines, arrows, circles/ovals, and rectangles.

v Annotation Tools GMS 10.4 Tutorial Use scale bars, North arrows, floating images, text boxes, lines, arrows, circles/ovals, and rectangles. v. 10.4 GMS 10.4 Tutorial Use scale bars, North arrows, floating images, text boxes, lines, arrows, circles/ovals, and rectangles. Objectives GMS includes a number of annotation tools that can be used

More information

Creating Universally Designed PowerPoint 2010 Documents - Quick Start Guide

Creating Universally Designed PowerPoint 2010 Documents - Quick Start Guide Creating Universally Designed PowerPoint 2010 Documents - Quick Start Guide Overview A universally designed PowerPoint presentation takes into account the various needs of the audience, whether they are

More information

DOING MORE WITH WORD: MICROSOFT OFFICE 2007

DOING MORE WITH WORD: MICROSOFT OFFICE 2007 DOING MORE WITH WORD: MICROSOFT OFFICE 2007 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT WORD PAGE 03 Viewing Toolbars Adding and Removing Buttons MORE TASKS IN MICROSOFT WORD

More information

Autodesk REVIT (Architecture) Mastering

Autodesk REVIT (Architecture) Mastering Autodesk REVIT (Architecture) Mastering Training details DESCRIPTION Revit software is specifically built for Building Information Modeling (BIM), empowering design and construction professionals to bring

More information

CHAPTER 1 COPYRIGHTED MATERIAL. Getting to Know AutoCAD. Opening a new drawing. Getting familiar with the AutoCAD and AutoCAD LT Graphics windows

CHAPTER 1 COPYRIGHTED MATERIAL. Getting to Know AutoCAD. Opening a new drawing. Getting familiar with the AutoCAD and AutoCAD LT Graphics windows CHAPTER 1 Getting to Know AutoCAD Opening a new drawing Getting familiar with the AutoCAD and AutoCAD LT Graphics windows Modifying the display Displaying and arranging toolbars COPYRIGHTED MATERIAL 2

More information

AutoCAD. Professional Tips and Techniques. Lynn A l l e n Scott Onstott JICENTENNIAL BICENTENNIAL

AutoCAD. Professional Tips and Techniques. Lynn A l l e n Scott Onstott JICENTENNIAL BICENTENNIAL AutoCAD Professional Tips and Techniques Lynn A l l e n Scott Onstott JICENTENNIAL BICENTENNIAL WILEY PUBLISHING, INC. Introduction xvii Chapter 1 Arranging the AutoCAD User Interface 1 Tweaking Windows

More information

Connect Databases to AutoCAD with dbconnect Nate Bartley Test Development Engineer autodesk, inc.

Connect Databases to AutoCAD with dbconnect Nate Bartley Test Development Engineer autodesk, inc. Connect Databases to AutoCAD with dbconnect Nate Bartley Test Development Engineer autodesk, inc. GD22-4 1 2 Agenda Introduction Overview of dbconnect Configure a data source Connect database to AutoCAD

More information

Tutorial Second Level

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

More information

Chapter 4. Part 1 AutoCAD Basics

Chapter 4. Part 1 AutoCAD Basics Chapter 4. Part 1 AutoCAD Basics Chapter Objectives Describe the AutoCAD screen layout. Perform an AutoCAD drawing setup, including setting units, limits, layers, linetypes, and lineweights. Explain the

More information

TUTORIAL TO CREATE AOI POLYGONS IN GOOGLE EARTH PRO

TUTORIAL TO CREATE AOI POLYGONS IN GOOGLE EARTH PRO TUTORIAL TO CREATE AOI POLYGONS IN GOOGLE EARTH PRO 1: You will need GoogleEarth Pro (freeware) to generate your Area of Interest (AOI). You can get a copy of GoogleEarth Pro from the link provided below.

More information

PowerPoint 2010: Basics Learning Guide

PowerPoint 2010: Basics Learning Guide PowerPoint 2010: Basics Learning Guide What s a PowerPoint Slide? PowerPoint presentations are composed of slides, just like conventional presentations. Like a 35mm film-based slide, each PowerPoint slide

More information

Basic WorkflowChapter1:

Basic WorkflowChapter1: Chapter 1 Basic WorkflowChapter1: This chapter describes the AutoCAD Electrical version of AutoCAD software. AutoCAD Electrical is created for electrical engineers who design industrial control systems.

More information

DOING MORE WITH POWERPOINT: MICROSOFT OFFICE 2013

DOING MORE WITH POWERPOINT: MICROSOFT OFFICE 2013 DOING MORE WITH POWERPOINT: MICROSOFT OFFICE 2013 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT POWERPOINT PAGE 03 Slide Views MORE TASKS IN MICROSOFT POWERPOINT PAGE 05 Formatting

More information

GEN20626 Creating Dynamic Blocks in AutoCAD Only You Can Prevent Bloated Block Libraries

GEN20626 Creating Dynamic Blocks in AutoCAD Only You Can Prevent Bloated Block Libraries GEN20626 Creating Dynamic Blocks in AutoCAD Only You Can Prevent Bloated Block Libraries Tracy Chadwick Hutchinson Community College Learning Objectives Learn how to create Dynamic Blocks that can stretch,

More information

DOING MORE WITH WORD: MICROSOFT OFFICE 2013

DOING MORE WITH WORD: MICROSOFT OFFICE 2013 DOING MORE WITH WORD: MICROSOFT OFFICE 2013 GETTING STARTED PAGE 02 Prerequisites What You Will Learn USING MICROSOFT WORD PAGE 03 Viewing Toolbars Adding and Removing Buttons MORE TASKS IN MICROSOFT WORD

More information

Learn about the creation and naming of tools as well as palettes. Learn how to save and distribute palettes from a network location

Learn about the creation and naming of tools as well as palettes. Learn how to save and distribute palettes from a network location ES120438 Tool Palettes: Beyond the Basics Justin Johnson GPD Group Akron, OH Learning Objectives Learn about the creation and naming of tools as well as palettes Learn how to organize the tools on the

More information

LmÉPï C Á npï À ƵÀ ïì itech Analytic Solutions

LmÉPï C Á npï À ƵÀ ïì itech Analytic Solutions LmÉPï C Á npï À ƵÀ ïì itech Analytic Solutions No. 9, 1st Floor, 8th Main, 9th Cross, SBM Colony, Brindavan Nagar, Mathikere, Bangalore 560 054 Email: itechanalytcisolutions@gmail.com Website: www.itechanalytcisolutions.com

More information

AutoCAD MEP 2010 Advanced Tips and Tricks

AutoCAD MEP 2010 Advanced Tips and Tricks Speaker Name David Butts MP214-1L The primary goal of this course is to take a deep dive into the more advanced features of AutoCAD MEP 2010, which will better assist users in meeting their design, documentation

More information

Autodesk 360 Hands- on

Autodesk 360 Hands- on Autodesk 360 Hands- on Randall Young, Bud Schroeder, Sandy Yu Autodesk AC4405- L Wondering what the Autodesk 360 cloud- based platform is all about? Here's your chance to experience it firsthand. In this

More information

Display Systems International Software Demo Instructions

Display Systems International Software Demo Instructions Display Systems International Software Demo Instructions This demo guide has been re-written to better reflect the common features that people learning to use the DSI software are concerned with. This

More information

TRAINING GUIDE LATHE-LESSON-1 FACE, ROUGH, FINISH AND CUTOFF

TRAINING GUIDE LATHE-LESSON-1 FACE, ROUGH, FINISH AND CUTOFF TRAINING GUIDE LATHE-LESSON-1 FACE, ROUGH, FINISH AND CUTOFF Mastercam Training Guide Objectives You will create the geometry for Lathe-Lesson-1, and then generate a toolpath to machine the part on a CNC

More information

Compelling Preparation Techniques for the New AutoCAD 2013 Certification Exam

Compelling Preparation Techniques for the New AutoCAD 2013 Certification Exam Compelling Preparation Techniques for the New AutoCAD 2013 Certification Exam J.C. Malitzke Digital JC CAD AC3317_AC5741-V_AC5742-V Accept the challenge! Are you ready? Explore the methodologies for passing

More information

TRAINING GUIDE. Sample. Distribution. not for LATHE-LESSON-1 FACE, ROUGH, FINISH AND CUTOFF

TRAINING GUIDE. Sample. Distribution. not for LATHE-LESSON-1 FACE, ROUGH, FINISH AND CUTOFF TRAINING GUIDE LATHE-LESSON-1 FACE, ROUGH, FINISH AND CUTOFF Mastercam Training Guide Objectives You will create the geometry for Lathe-Lesson-1, and then generate a toolpath to machine the part on a CNC

More information

You can make certain sections of the text clickable by creating hyperlinks. Once clicked, these links navigate users to different

You can make certain sections of the text clickable by creating hyperlinks. Once clicked, these links navigate users to different You can make certain sections of the text clickable by creating hyperlinks. Once clicked, these links navigate users to different pages or, as described in working with anchors, to different sections of

More information

Grips - Automatic Editing

Grips - Automatic Editing Grips - Automatic Editing Sacramento City College Engineering Design Technology Grips - Automatic Editing 1 Objectives Use grips to do automatic editing with the STRETCH, COPY, MOVE, ROTATE, SCALE and

More information