Top Productivity Tips for AutoCAD 2009

Size: px
Start display at page:

Download "Top Productivity Tips for AutoCAD 2009"

Transcription

1 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 data with Design Center, automate repetitive steps with the Action Recorder, link to MS Office, and control multiple scales for annotation. Instructor: Jonathan Christie Application Engineer KETIV Technologies Jonathan is a certified Autodesk instructor, and has a BS in Engineering from Lafayette College. Jonathan applied his AutoCAD skills as a designer for an engineering firm for several years before joining KETIV where he trains and supports AutoCAD users.

2 Intro... 3 Increase your efficiency... 3 Action Recorder... 3 Annotation Scaling... 4 Improve the accuracy of your drawings... 4 Data Links... 5 Reuse information... 6 Design Center... 6 Tool Palettes... 6 Additional tools... 7 Multi leaders... 7 MText Editor... 8 Viewport Layer controls... 8 Find & Replace... 9 Conclusion of 10

3 Intro Welcome. We will be looking at some of the tools that can provide significant increases in productivity. Some of these tools are brand new, and some are expansions of existing capabilities. But all will help you complete your designs faster and with less errors and omissions. Increase your efficiency There is hardly a designer around who wouldn t prefer tools that automate repetitive processes. Over the years, designers and programmers have come up with some workarounds or best practices to minimize duplication of efforts. One such method was writing macros, lists of commands to automate. Another example was using a series of text styles for each viewport scale, to ensure that the printed text height would be appropriate. AutoCAD 2009 has incorporated some of these practices into new features which will help improve efficiency with less initial effort. Action Recorder The first of these is the new Action Recorder which creates a macro for you. The Action Recorder tool is best used from the Tools Ribbon Tab. To use the Action Recorder, start recording, then go about the steps you want to record, and stop the recording. This tool is flexible and works with most commands, but will not record any choices you make within a dialog box. As such, its best to use the command line versions of commands that open dialog boxes (typically this is done by adding a dash mark in front of the command). If it is necessary to include a dialog box in a macro, playing the action will pause for you to fill out the dialog box. As an example, we will use the Action Recorder tool to create a macro that will clean up a drawing. 1. Go to Tools Ribbon tab and click on Start recording button. 2. Type scalelistedit. Using the dynamic input, select Reset, Yes, and Exit. 3. Then type purge. Again, using dynamic input, choose No. Hit enter to select all object names. Type No when asked about prompts for object names. 4. Finally, click on the Audit button (also found on the Tools Ribbon tab). Type Yes. 5. Now click on the Stop recording button to complete this recording. 3 of 10

4 6. Assign a name for this macro, such as DrawingCleanup and click OK. 7. Now edit any commands as necessary. Right click on a step and choose Request User Input. 8. To run this macro at a later time, select the name DrawingCleanup from the dropdown in the Action Recorder panel, and click on Play. Annotation Scaling The second efficiency tool, annotation scaling, replaces the lists of text styles by establishing a printed text height for each style, and then scales the annotation objects in each viewport accordingly. In each style editor dialog box as well as in block and hatch creation settings, you will have a checkbox to make the objects annotative. This merely gives those objects the ability to scale when called upon. To take advantage of this capability, you need to switch modes from creating objects in model space to displaying them in paper space. Each viewport will need to be set to a fixed scale, as opposed to zooming in/out and leaving it at an approximate value. To use this tool effectively, you are best to set your drawing scale to the viewport scale you expect to use most commonly. Later, when you go to your layouts, turn on Annotation Visibility (the scale with a lightbulb) so that you can see all annotation objects, regardless if they are scaled as necessary for this viewport. Then select all the annotation objects that need to scale for this viewport, right click, and select Annotative Object Scale>Add Scale. These objects will then be scaled to the predefined paper text height in their respective styles. Improve the accuracy of your drawings Once a design has been completed, a set of documents is created to outline the fabrication of the item. This includes a parts list, which provides the list of parts needed, as well as give as 4 of 10

5 estimate of costs. Excel is an excellent program for creating and modifying tables; however, we then need to bring the parts list into AutoCAD without using OLE objects. Data links will help us with this last step connecting our AutoCAD drawing to the external spreadsheet. Data Links AutoCAD s Data Link feature creates the actual link to the spreadsheet, including what format should be used when a table is inserted, and which cells should be included in this connection. Once this association has been built, insert a table. In the Insert Table dialog box, choose to build the table from a Data Link instead of the usual option of starting with a blank table. Beyond this, a table created from a Data Link behaves somewhat like an x reference, updating when the Excel file changes; in addition, if you choose the appropriate settings, you can update the table and save the changes out to the Excel spreadsheet. This will minimize the errors that arise from having two lists. For our example, we will start with an Excel spreadsheet for a lighting plan. It contains a list of all the parts needed for this project. 1. Go to Tools>Data Links on the Ribbon and select the Data Link button. 2. Make sure that Preview is unchecked and click on Create a new Excel Data Link. 3. Give the data link a name, such as Lighting Plan. 4. Browse to the Excel file containing your item list. 5. In the New Excel Data Link dialog box, choose the settings that will govern this connection, including which cells to include and what formatting to use for the table. We will use the default settings. Then click OK. Click OK a second time to close the Data Link Manager. 6. Now, insert a new table by clicking on the Table button. For Insert Options, choose From a Data Link and select Lighting Plan from the dropdown menu. Click OK to insert into the drawing. 7. Selecting and then hovering over a cell will reveal two symbols: a lock and a coupled link. This shows that the cells are locked as well as linked to a spreadsheet. To unlock the cells, select the cells you wish to edit, rightclick, and choose Locking>Unlocked. 8. Edit the cells as necessary, including the addition of new columns/rows. When edits are finalized, lock the cells by selecting the modified cells, right clicking and choosing Locking>Content Locked. 9. To update the Excel spreadsheet, select the table, right click and choose Write Data Links to External Source. 5 of 10

6 Reuse information Palettes were introduced to AutoCAD 2004, and have developed further since then. Today we will focus on two of them in particular: Design Center and Tool Palettes. These palettes give us access to existing drawing objects. Design Center The first palette, Design Center, provides access to various styles (e.g., Text, Dimension, etc.) as well as layers with their corresponding properties, linetypes, and even x refs. Design Center is found at View>Palettes on the Ribbon; you can also toggle it on by typing Ctrl+2. Design Center allows you to look inside a drawing, even close drawings, to find styles, x references, layers, and blocks that you might want to use in your current drawing. To use this tool, navigate to the drawing containing the style or drawing object you want to use. On the left side of this palette you will be able to point to the object category within the drawing of interest. On the right side, you will have access to all the objects in that category. To add a drawing object to the current drawing, simply double click on the icon and it will be introduced to the new file. Use this tool to eliminate the re creation of styles and layers, or locating occasionally used blocks. Tool Palettes As with the first palette, Tool Palettes can be accessed from View>Palettes on the Ribbon, or by typing the shortcut Ctrl+3. The Tool Palettes are a series of tabs which allow you to sort and store blocks and other tools. Any tool you add to these palettes is available in any drawing, unlike styles or most other features that are on a per drawing basis. To add any tool to your current drawing, find the tool and click on it once; then place it in the drawing. 6 of 10

7 You can create new tabs per your needs and add blocks or command by first selecting them once, and then dragging the linework (NOT the grips) into the palette. Most companies have large directories of blocks for all different purposes. The Tool Palettes are not intended to replace this, but to supplement it; use these palettes to store the most commonly blocks. To add a block to the Tool Palettes, the block must be part of a saved drawing, and the path of that drawing must remain the same for the tool to function. Use palettes to store commands such as hatches. When you add a hatch pattern to the Tool Palettes, it retains not only the Hatch command, but also the hatch patter, scale, layer (including layer properties) and object properties. Storing your commonly used hatches here will save time when filling in areas on a construction plan. Modify properties of any tool by right clicking on it. This will open a small dialog box which allows you to change the objects name, properties, layer, etc. You can also use this to repair broken paths to blocks when their source drawings have changed. Additional tools Multi leaders Building on the leader tool available in AutoCAD for several versions, the 2009 release allows you to create multi leaders which allow you to point one call out to multiple instances. Multileaders use their own styles, which include leader appearance, text height, and attachment type (text or block at the end of the leader). Use the Multi leader button to create leaders the same as the past. The new step is adding additional leaders to the same callout; use the Add Leader button (leader with + sign) and add as many leaders as necessary. Easily remove individual leaders by using the Remove Leader button (leader with sign). Once you have completed the layout of leaders, use the Align Leaders button to align a series of multi leaders. This command will prompt you to select the leaders to align, and the leader that should be held. The command then allows you to choose the angle to line up all multi leaders neatly. 7 of 10

8 MText Editor The improved MText Editor enables you to have many of the word processing features common to Microsoft Office inside of AutoCAD. Anytime you are laying out or editing MText, the special MText Editor will open as a special tab on the Ribbon panel. Options on this panel include text justification, styles, text height, paragraph settings. The newest feature inside the MText Editor is the ability to split a large text object into columns. Press the Columns buttons and choose Dynamic Columns>Auto Height. This column setting provides the most automation of columns. You set the height limit of the first column and succeeding columns are automatically created. You can use the manual option to individually control the column heights. Viewport Layer controls One of the most frustrating challenges of producing the finished set of documents is showing the same object differently in two places. We often come across this situation when showing existing equipment with the proposed modifications. While the emphasis of one viewport or layout may be what the situation is currently, it is common practice to display existing objects in some sort of grayscale when showing proposed designs. Using the Viewport layer controls you can accomplish just this. When in an active viewport, if you open the Layer Properties Manager, additional columns will appear for VP properties (color, linetype, lineweight). This gives you the flexibility to draft the existing model and display it in typical colors, but then gray it out in viewports where it serves as a background. Layers modified in this way (as well as the specific properties altered) will show up with teal shading. 8 of 10

9 In the example to the right, the existing pipes are shown without overrides in the upper viewport, but have been modified with viewport layer controls to display as gray in the lower viewport. Find & Replace Throughout the design of any project, changes are expected. How these are effected results on gained or lost productivity. One of the simple tasks that can add up during a project is updating text, whether it be dates or project names, in the title block or in model space. A new tool works similar to the find function in Word, finding a specific word or phrase with the option to replace it and saving you time. 1. Go to the Annotate Ribbon Tab, and expand the Text panel. Type in the desired wording on the Find text line, and click on the search button. 2. This will open the Find and Replace dialog box. Choose Replace All to replace the desired wording through the drawing. You can also click on Find to find the next instance of that particular phrase and zoom right to it. 3. Click on the blue down arrow at the lower left hand corner to see the settings controlling the search limits. Here you can choose which annotation types will be searched as well as where the search will be performed. Conclusion The tools and commands I covered today are mostly new ways to do old tricks a little bit more efficiently and accurately. I hope you have found these tools helpful. To learn about more time saving tools, check out the New Feature Workshop that can be found on the Help pull down menu. Thanks for attending. 9 of 10

10 2008 KETIV Technologies of California, Inc. All rights reserved. About KETIV Technologies KETIV Technologies is a leading Autodesk solutions provider with 25 years experience delivering CAD software and services. KETIV s team of industry experts increase the profitability of engineering services companies by helping them simplify the process of conceptualization, design and production. KETIV serves the manufacturing, plant and civil engineering industries. For more information, visit or call of 10

How Smart Are Your Tables? Jeanne Aarhus Aarhus Associates, LLC

How Smart Are Your Tables? Jeanne Aarhus Aarhus Associates, LLC How Smart Are Your Tables? Jeanne Aarhus Aarhus Associates, LLC AC2251-L Are you using tables in AutoCAD software to their fullest potential? Do you still manually collect data from your AutoCAD file,

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

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

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

Chapter 1 Working with Action Recorder in AutoCAD

Chapter 1 Working with Action Recorder in AutoCAD Contents Chapter 1 Working with Action Recorder in AutoCAD 2009......... 1 Usage Scenario............................... 2 Features Covered in This Tutorial..................... 2 Tutorial Files................................

More information

Design Review: Fundamentals

Design Review: Fundamentals Design Review: Fundamentals Understanding Autodesk Design Review Autodesk Design Review improves team collaboration and communication by using design information the way it is intended to be used by the

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

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

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

MS Office Word Tabs & Tables Manual. Catraining.co.uk Tel:

MS Office Word Tabs & Tables Manual. Catraining.co.uk Tel: MS Office 2010 Word Tabs & Tables Manual Catraining.co.uk Tel: 020 7920 9500 Table of Contents TABS... 1 BASIC TABS WITH ALIGNMENT... 1 DEFAULT TAB STOP... 1 SET MANUAL TAB STOPS WITH RULER... 2 SET MANUAL

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

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

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

Network-Based Tool Palettes the "Easy" Way Eric A Bogenschutz BSA LifeStructures

Network-Based Tool Palettes the Easy Way Eric A Bogenschutz BSA LifeStructures Eric A Bogenschutz BSA LifeStructures CM25-2 In this session, we will discuss the process of creating a network-based Tool Catalog that can be shared by all of your users. This catalog can be edited or

More information

Office 2010: Transition from Office Contents. Moving to Microsoft Office Microsoft Office 2010 Project Transition from Office 2003

Office 2010: Transition from Office Contents. Moving to Microsoft Office Microsoft Office 2010 Project Transition from Office 2003 Office 2010: Transition from Office 2003 Contents Office 2010: Transition from Office 2003... 1 Moving to Microsoft Office 2010... 1 Universal Features... 2 KeyTips... 2 Backstage View... 2 Quick Access

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

PowerPoint 2016 Building a Presentation

PowerPoint 2016 Building a Presentation PowerPoint 2016 Building a Presentation What is PowerPoint? PowerPoint is presentation software that helps users quickly and efficiently create dynamic, professional-looking presentations through the use

More information

Week 5 Creating a Calendar. About Tables. Making a Calendar From a Table Template. Week 5 Word 2010

Week 5 Creating a Calendar. About Tables. Making a Calendar From a Table Template. Week 5 Word 2010 Week 5 Creating a Calendar About Tables Tables are a good way to organize information. They can consist of only a few cells, or many cells that cover several pages. You can arrange boxes or cells vertically

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

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

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

Word Tips & Tricks. Status Bar. Add item to Status Bar To add an itme to the status bar, click on the item and a checkmark will display.

Word Tips & Tricks. Status Bar. Add item to Status Bar To add an itme to the status bar, click on the item and a checkmark will display. Status Bar The status bar is located on the bottom of the Microsoft Word window. The status bar displays information about the document such as the current page number, the word count in the document,

More information

C3D Data Shortcuts & References

C3D Data Shortcuts & References Section 9.1 C3D Data Shortcuts & References Overview - Section 9.1 Data Shortcuts and Data References allow the users to share any Civil 3D information with other users on the same project. For example,

More information

Excel 2007 New Features Table of Contents

Excel 2007 New Features Table of Contents Table of Contents Excel 2007 New Interface... 1 Quick Access Toolbar... 1 Minimizing the Ribbon... 1 The Office Button... 2 Format as Table Filters and Sorting... 2 Table Tools... 4 Filtering Data... 4

More information

Microsoft How to Series

Microsoft How to Series Microsoft How to Series Getting Started with EXCEL 2007 A B C D E F Tabs Introduction to the Excel 2007 Interface The Excel 2007 Interface is comprised of several elements, with four main parts: Office

More information

MS Word Professional Document Alignment

MS Word Professional Document Alignment MS Word Professional Document Alignment Table of Contents CHARACTER VS. PARAGRAPH FORMATTING...5 Character formatting...5 Paragraph Formatting...5 USING SHOW/HIDE TO REVEAL NON-PRINTING CHARACTERS...5

More information

Beginner s Guide to Microsoft Excel 2002

Beginner s Guide to Microsoft Excel 2002 Beginner s Guide to Microsoft Excel 2002 Microsoft Excel lets you create spreadsheets, which allow you to make budgets, track inventories, calculate profits, and design charts and graphs. 1. Open Start

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

Microsoft Excel 2010 Part 2: Intermediate Excel

Microsoft Excel 2010 Part 2: Intermediate Excel CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Excel 2010 Part 2: Intermediate Excel Spring 2014, Version 1.0 Table of Contents Introduction...3 Working with Rows and

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

Sheet Metal Overview. Chapter. Chapter Objectives

Sheet Metal Overview. Chapter. Chapter Objectives Chapter 1 Sheet Metal Overview This chapter describes the terminology, design methods, and fundamental tools used in the design of sheet metal parts. Building upon these foundational elements of design,

More information

Microsoft PowerPoint 2013 Beginning

Microsoft PowerPoint 2013 Beginning Microsoft PowerPoint 2013 Beginning PowerPoint Presentations on the Web... 2 Starting PowerPoint... 2 Opening a Presentation... 2 File Tab... 3 Quick Access Toolbar... 3 The Ribbon... 4 Keyboard Shortcuts...

More information

HELPFUL HINTS TABLE OF CONTENTS

HELPFUL HINTS TABLE OF CONTENTS CIVIL 3D (2008) **REMEMBER TO SAVE OFTEN** 1 of 5 TABLE OF CONTENTS Add the Toolspace toolbar 2 Change the point marker.. 2 Change the point label colors... 2 Change the contour interval. 2 Smooth contours

More information

Revit 2018 Architecture Certification Exam Study Guide

Revit 2018 Architecture Certification Exam Study Guide ELISE MOSS Autodesk Autodesk Certified Instructor Revit 2018 Architecture Certification Exam Study Guide Certified User and Certified Professional SDC P U B L I C AT I O N S Better Textbooks. Lower Prices.

More information

Controlling the Drawing Display

Controlling the Drawing Display Controlling the Drawing Display In This Chapter 8 AutoCAD provides many ways to display views of your drawing. As you edit your drawing, you can control the drawing display and move quickly to different

More information

Microsoft Excel 2010 Basic

Microsoft Excel 2010 Basic Microsoft Excel 2010 Basic Introduction to MS Excel 2010 Microsoft Excel 2010 is a spreadsheet software in the new Microsoft 2010 Office Suite. Excel allows you to store, manipulate and analyze data in

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

The Ten Commandments of Equipment and Part Building in Autodesk AutoCAD Plant 3D

The Ten Commandments of Equipment and Part Building in Autodesk AutoCAD Plant 3D The Ten Commandments of Equipment and Part Building in Autodesk AutoCAD Plant 3D Creg Dieziger Sr. Designer, Morrison-Maierle, Inc. PD2940-L 90 Minutes - Hands-on Lab - 12/3/13 (Tuesday) 8:00 AM In this

More information

Microsoft Word 2011 Basics

Microsoft Word 2011 Basics Microsoft Word 2011 Basics Note: Illustrations for this document are based on Word 2010 for windows. There are significant differences between Word for Windows and Word for Mac. Start Word From the gallery

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

IBM TRIRIGA Application Platform Version 3.3. Graphics User Guide. Copyright IBM Corp i

IBM TRIRIGA Application Platform Version 3.3. Graphics User Guide. Copyright IBM Corp i IBM TRIRIGA Application Platform Version 3.3 Graphics User Guide Copyright IBM Corp. 2011 i Note Before using this information and the product it supports, read the information in Notices on page 33. This

More information

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited

EVALUATION COPY. Unauthorized Reproduction or Distribution Prohibited INTRODUCTION TO MICROSOFT WORD 2016 Introduction to Microsoft Word 2016 (WRD2016.1 version 1.0.0) Copyright Information Copyright 2016 Webucator. All rights reserved. The Authors Dave Dunn Dave Dunn joined

More information

Revit 2017 Architecture Certification Exam Study Guide

Revit 2017 Architecture Certification Exam Study Guide ELISE MOSS Autodesk Autodesk Certified Instructor Revit 2017 Architecture Certification Exam Study Guide Certified User and Certified Professional SDC P U B L I C AT I O N S Better Textbooks. Lower Prices.

More information

DRAFT. Table of Contents About this manual... ix About CuteSITE Builder... ix. Getting Started... 1

DRAFT. Table of Contents About this manual... ix About CuteSITE Builder... ix. Getting Started... 1 DRAFT Table of Contents About this manual... ix About CuteSITE Builder... ix Getting Started... 1 Setting up... 1 System Requirements... 1 To install CuteSITE Builder... 1 To register CuteSITE Builder...

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

Class #2 Lab: Basic CAD Skills & Standards. Basic AutoCAD Interface AutoCAD Skills AutoCAD Standards

Class #2 Lab: Basic CAD Skills & Standards. Basic AutoCAD Interface AutoCAD Skills AutoCAD Standards Class #2 Lab: Basic CAD Skills & Standards 1230 Building Tech II NYC College of Technology Professor: Daniel Friedman AIA LEED AP Fall 2012 Paperspace/ Layouts Paperspace Paperspace Paperspace Paperspace

More information

FLIR Tools+ and Report Studio

FLIR Tools+ and Report Studio Creating and Processing Word Templates http://www.infraredtraining.com 09-20-2017 2017, Infrared Training Center. 1 FLIR Report Studio Overview Report Studio is a Microsoft Word Reporting module that is

More information

Microsoft PowerPoint 2007 Tutorial

Microsoft PowerPoint 2007 Tutorial Microsoft PowerPoint 2007 Tutorial Prepared By:- Mohammad Murtaza Khan I. T. Expert Sindh Judicial Academy Contents Getting Started... 5 Presentations... 5 Microsoft Office Button... 5 Ribbon... 6 Quick

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

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

Making Your Label Styles Work For You in C3D

Making Your Label Styles Work For You in C3D Making Your Label Styles Work For You in C3D Mark Hultgren Smith Engineering CV110-5 Once you have completed this course, you'll understand and be able to apply the methods for developing a complete set

More information

1. WELDMANAGEMENT PRODUCT

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

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

Microsoft Word 2011 Tutorial

Microsoft Word 2011 Tutorial Microsoft Word 2011 Tutorial GETTING STARTED Microsoft Word is one of the most popular word processing programs supported by both Mac and PC platforms. Microsoft Word can be used to create documents, brochures,

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

Tips and tricks. AutoCAD 2010

Tips and tricks. AutoCAD 2010 Tips and tricks AutoCAD 2010 Parametric Drawing Powerful new parametric drawing functionality in AutoCAD 2010 enables you to dramatically increase productivity by constraining drawing objects based on

More information

Setting Up Your Drawing Environment

Setting Up Your Drawing Environment Setting Up Your Drawing Environment In This Chapter 3 After you start a drawing, you can change its settings, including drawing units and limits, snap and grid settings, and layer, linetype, and lettering

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 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

Forms/Distribution Acrobat X Professional. Using the Forms Wizard

Forms/Distribution Acrobat X Professional. Using the Forms Wizard Forms/Distribution Acrobat X Professional Acrobat is becoming a standard tool for people and businesses to use in order to replicate forms and have them available electronically. If a form is converted

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

11.1 Create Speaker Notes Print a Presentation Package a Presentation PowerPoint Tips... 44

11.1 Create Speaker Notes Print a Presentation Package a Presentation PowerPoint Tips... 44 Contents 1 Getting Started... 1 1.1 Presentations... 1 1.2 Microsoft Office Button... 1 1.3 Ribbon... 2 1.4 Mini Toolbar... 2 1.5 Navigation... 3 1.6 Slide Views... 4 2 Customize PowerPoint... 5 2.1 Popular...

More information

San Pedro Junior College. WORD PROCESSING (Microsoft Word 2016) Week 4-7

San Pedro Junior College. WORD PROCESSING (Microsoft Word 2016) Week 4-7 WORD PROCESSING (Microsoft Word 2016) Week 4-7 Creating a New Document In Word, there are several ways to create new document, open existing documents, and save documents: Click the File menu tab and then

More information

How to Create Custom Name Badge Inserts with a Mail Merge in Microsoft Word 2007

How to Create Custom Name Badge Inserts with a Mail Merge in Microsoft Word 2007 Many people know that you can use the Mail Merge feature in Microsoft Word 2007 to easily create mailing labels, but did you know you can use it to quickly create custom name badge inserts? Here, you will

More information

Getting Started. In This Chapter

Getting Started. In This Chapter Getting Started In This Chapter 2 This chapter introduces concepts and procedures that help you get started with AutoCAD. You learn how to open, close, and manage your drawings. You also learn about the

More information

Introduction to Excel 2013

Introduction to Excel 2013 Introduction to Excel 2013 Copyright 2014, Software Application Training, West Chester University. A member of the Pennsylvania State Systems of Higher Education. No portion of this document may be reproduced

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

EXCEL CONNECT USER GUIDE

EXCEL CONNECT USER GUIDE USER GUIDE Developed and published by Expedience Software Copyright 2012-2017 Expedience Software Excel Connect Contents About this Guide... 1 The Style Palette User Guide 1 Excel Connect Overview... 2

More information

Introduction to Word 2010

Introduction to Word 2010 Introduction to Word 2010 Screen Elements 4 1 2 3 5 10 6 7 8 9 1. File Tab: The File tab will bring you into the Backstage View. The Backstage View is where you manage your files and the data about them

More information

PowerPoint 2016 Basics for Mac

PowerPoint 2016 Basics for Mac 1 PowerPoint 2016 Basics for Mac PowerPoint 2016 Basics for Mac Training Objective To learn the tools and features to get started using PowerPoint more efficiently and effectively. What you can expect

More information

Introduction. Inserting and Modifying Tables. Word 2010 Working with Tables. To Insert a Blank Table: Page 1

Introduction. Inserting and Modifying Tables. Word 2010 Working with Tables. To Insert a Blank Table: Page 1 Word 2010 Working with Tables Introduction Page 1 A table is a grid of cells arranged in rows and columns. Tables can be customized and are useful for various tasks such as presenting text information

More information

Top 10 Reasons to Upgrade from AutoCAD 2000 to AutoCAD 2008

Top 10 Reasons to Upgrade from AutoCAD 2000 to AutoCAD 2008 AUTOCAD 2008 Top 10 Reasons to Upgrade from AutoCAD 2000 to AutoCAD 2008 Everyday Tools Are Better Than Before AutoCAD 2008 software has all your favorite tools, but now they re better than ever. You ll

More information

Step 5: Figures and Tables

Step 5: Figures and Tables Steps and directions are adapted from the UCF College of Graduate Studies Microsoft Word Formatting Modules. Step 5: Figures and Tables This PDF explains Step 5 of the step-by-step instructions that will

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

Microsoft Office Word 2016 for Mac

Microsoft Office Word 2016 for Mac Microsoft Office Word 2016 for Mac Formatting Your Document University Information Technology Services Learning Technologies, Training & Audiovisual Outreach Copyright 2016 KSU Division of University Information

More information

Complete Display Control in Autodesk Architectural Desktop

Complete Display Control in Autodesk Architectural Desktop 11/30/2005-10:00 am - 11:30 am Room:N. Hemispheres (Salon D) (Dolphin) Walt Disney World Swan and Dolphin Resort Orlando, Florida Complete Display Control in Autodesk Architectural Desktop Matt Dillon

More information

Linking a Table to Excel Data

Linking a Table to Excel Data AutoCAD and Its Applications BASICS Supplemental Material Chapter 21 Linking a Table to Excel Data You can use existing data entered in a Microsoft Excel spreadsheet or a CSV (comma-separated) file to

More information

download instant at

download instant at CHAPTER 1 - LAB SESSION INTRODUCTION TO EXCEL INTRODUCTION: This lab session is designed to introduce you to the statistical aspects of Microsoft Excel. During this session you will learn how to enter

More information

Links to Activities ACTIVITY 1.1. Links to Activities Links to Activities

Links to Activities ACTIVITY 1.1. Links to Activities Links to Activities EXCEL Analyzing Data Using Excel Section 1 Skills Start Excel and identify features in the Excel window Enter labels and values Use the fill handle to enter a series Enter formulas Create a formula using

More information

Excel Tables & PivotTables

Excel Tables & PivotTables Excel Tables & PivotTables A PivotTable is a tool that is used to summarize and reorganize data from an Excel spreadsheet. PivotTables are very useful where there is a lot of data that to analyze. PivotTables

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

Working with Excel CHAPTER 1

Working with Excel CHAPTER 1 CHAPTER 1 Working with Excel You use Microsoft Excel to create spreadsheets, which are documents that enable you to manipulate numbers and formulas to quickly create powerful mathematical, financial, and

More information

Working with Excel involves two basic tasks: building a spreadsheet and then manipulating the

Working with Excel involves two basic tasks: building a spreadsheet and then manipulating the Working with Excel You use Microsoft Excel to create spreadsheets, which are documents that enable you to manipulate numbers and formulas to create powerful mathematical, financial, and statistical models

More information

CREATE SEWER NETWORK CALL OUTS FOR PLAN VIEW IN CIVIL 3D:-

CREATE SEWER NETWORK CALL OUTS FOR PLAN VIEW IN CIVIL 3D:- CREATE SEWER NETWORK CALL OUTS FOR PLAN VIEW IN CIVIL 3D:- We need to create pipe labels to convey engineering and design information in plan or profile view. We can label any property of a pipe network,

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

Imagine. Create. Discover. User Manual. TopLine Results Corporation

Imagine. Create. Discover. User Manual. TopLine Results Corporation Imagine. Create. Discover. User Manual TopLine Results Corporation 2008-2009 Created: Tuesday, March 17, 2009 Table of Contents 1 Welcome 1 Features 2 2 Installation 4 System Requirements 5 Obtaining Installation

More information

button Double-click any tab on the Ribbon to minimize it. To expand, click the Expand the Ribbon button

button Double-click any tab on the Ribbon to minimize it. To expand, click the Expand the Ribbon button PROCEDURES LESSON 1: CREATING WD DOCUMENTS WITH HEADERS AND FOOTERS Starting Word 1 Click the Start button 2 Click All Programs 3 Click the Microsoft Office folder icon 4 Click Microsoft Word 2010 1 Click

More information

Tips and Tricks for Microsoft Word 2010

Tips and Tricks for Microsoft Word 2010 Tips and Tricks for Microsoft Word 2010 TABLE OF CONTENTS Shortcuts for Selecting Text... 1 Create Automatic Borders... 1 Bulleted and Numbered List Shortcuts... 1 Insert Normal Text Within a List... 2

More information

Working with PDF s. To open a recent file on the Start screen, double click on the file name.

Working with PDF s. To open a recent file on the Start screen, double click on the file name. Working with PDF s Acrobat DC Start Screen (Home Tab) When Acrobat opens, the Acrobat Start screen (Home Tab) populates displaying a list of recently opened files. The search feature on the top of the

More information

Word 2013 Quick Start Guide

Word 2013 Quick Start Guide Getting Started File Tab: Click to access actions like Print, Save As, and Word Options. Ribbon: Logically organize actions onto Tabs, Groups, and Buttons to facilitate finding commands. Active Document

More information

Sheets and Revisions A Super Duper Click Saver Production

Sheets and Revisions A Super Duper Click Saver Production Sheets and Revisions A Super Duper Click Saver Production Jarod Schultz, Director of Autodesk Services 1 P a g e J a r o d S c h u l t z, i n i t i a l. a e c 2 P a g e J a r o d S c h u l t z, i n i t

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

Word - Basics. Course Description. Getting Started. Objectives. Editing a Document. Proofing a Document. Formatting Characters. Formatting Paragraphs

Word - Basics. Course Description. Getting Started. Objectives. Editing a Document. Proofing a Document. Formatting Characters. Formatting Paragraphs Course Description Word - Basics Word is a powerful word processing software package that will increase the productivity of any individual or corporation. It is ranked as one of the best word processors.

More information

Smokin Hot AutoCAD MEP 2011 Tips

Smokin Hot AutoCAD MEP 2011 Tips David Butts Gannett Fleming ME333-1 Join us for this fast paced, information filled AutoCAD MEP infopalooza - and have fun at the same time! Discover my favorite tips, tricks and best practices for AutoCAD

More information

PowerPoint Multiple OUTPUT types Paper Onscreen Web presentation 6 x 6 rule 6 points 6 words

PowerPoint Multiple OUTPUT types Paper Onscreen Web presentation 6 x 6 rule 6 points 6 words PowerPoint 1 PowerPoint Multiple OUTPUT types: Paper Onscreen Web presentation 6 x 6 rule no more than 6 points per slide No more than 6 words per point Placeholder area of a slide reserved for text or

More information

Using Jive and SharePoint Together

Using Jive and SharePoint Together Using Jive and SharePoint Together Contents 2 Contents Using Jive and SharePoint Together... 3 Viewing SharePoint Content in Jive...3 Using Recent Activity Widgets... 3 Using SharePoint Sites Widgets...

More information

ECDL Module 6 REFERENCE MANUAL

ECDL Module 6 REFERENCE MANUAL ECDL Module 6 REFERENCE MANUAL Presentation Microsoft PowerPoint XP Edition for ECDL Syllabus Four PAGE 2 - ECDL MODULE 6 (USING POWERPOINT XP) - MANUAL 6.1 GETTING STARTED... 4 6.1.1 FIRST STEPS WITH

More information

BASIC MICROSOFT POWERPOINT

BASIC MICROSOFT POWERPOINT BASIC MICROSOFT POWERPOINT PART ONE PHONE: 504-838-1144 IT Training Team Jefferson Parish Library EMAIL: jpltrain@jplibrary.net In this class you will learn to: Launch, close, and interact with Microsoft

More information

BASIC NAVIGATION & VIEWS...

BASIC NAVIGATION & VIEWS... Content Overview VISUAL TOUR... 5 NEW FEATURES IN OUTLOOK 2010... 6 BASIC NAVIGATION & VIEWS... 7 SETTING PREFERENCES... 7 Creating an Outlook Shortcut... 7 Choosing a Startup View... 7 CUSTOMIZING INBOX

More information