Las Vegas, Nevada December 3-6, Course: Working with Custom menus in ADT

Size: px
Start display at page:

Download "Las Vegas, Nevada December 3-6, Course: Working with Custom menus in ADT"

Transcription

1 Las Vegas, Nevada December 3-6, 2002 Speaker Name: Bob Callori Course: Working with Custom menus in ADT Course Description Want to customize ADT so that the Design Center symbol library content appears in toolbar format? Discussions include methods for creating custom toolbars using ADT design content or your own custom symbols and how to display toolbars from a pulldown menu. The instructor will cover basic toolbar customization issues including how to switch between the CSI Master and AutoDesk Architectural Desktop format pulldown menus. Bob Callori, AIA IA Interior Architects, Inc callori@jps.net Voice: c:\documents and settings\t_wurcj\local settings\temporary internet files\olk2\adt custom menu1.doc 1 9/23/2002 8:59 AM

2 COURSE OBJECTIVES 1. Duplicate the Design Content Imperial Toolbar to open Design Center symbol folders 2. Create toolbar that would open subfolders, such as Dishwasher, in Design Center 3. Create toolbar flyouts with icon buttons for each ADT symbol to place ADT symbols into drawings (instead of drag and drop from Design Center)...Place ADT symbols on specified layer...display user friendly prompts at command line...include appropriate object snap mode during symbol insertion...set orthomode on if appropriate...open attribute dialog if appropriate...easily edit symbol s path or location 4. Create custom toolbar to place symbols into drawings Place an ADT, CSI folder or Office Standard symbol on specified layer Display user friendly prompts at command line Include appropriate object snap mode during symbol insertion Set orthomode on if appropriate Open attribute dialog if appropriate Easily edit symbol s path or location c:\documents and settings\t_wurcj\local settings\temporary internet files\olk2\adt custom menu1.doc 2 9/23/2002 8:59 AM

3 STARTING YOUR AUTOCAD SESSION Click on the ADT for AU Library shortcut on your disk. This will automatically add the custom library folders and paths to your AutoCAD session. The following is furnished For Your Information only - 1. You can save your current settings to an.arg file name and recall these settings by clicking on the desktop shortcut. 2. Open the Options dialog and click the Export button. The.ARG file can be saved on a network drive. 3. The Target edit box contains the following: "C:\Program Files\Autodesk Architectural Desktop 3\acad.exe" /t "c:\program Files\Autodesk Architectural Desktop 3\Template\Aec Arch (Imperial - Intl).dwt" /p "C:\Library\library.arg" Code Comment "C:\Program Files\Autodesk Architectural Acad.exe starts the ADT program Desktop 3\acad.exe" /t "c:\program Files\Autodesk Architectural Refers to the template file that appears when the Desktop 3\Template\Aec Arch (Imperial - ADT session first opens Intl).dwt" /p "C:\Library\library.arg" Library.arg save all the settings: Search paths, menus, template file, etc. c:\documents and settings\t_wurcj\local settings\temporary internet files\olk2\adt custom menu1.doc 3 9/23/2002 8:59 AM

4 MENUS AND FOLDERS \Program Files\ADT Content folder AecArchX.mns Custom library located in the \Library\CSI Content folder Adt.menu The Appliances ADT menu command expands the Design folder in DesignCenter. This toolbar also expands the main Design folders in DesignCenter. Picking the Appliances icon displays the Appliances folder The CSI format of the Design folders A custom office standard Symbols folder Note: Pick each main folder to expand the main folder. c:\documents and settings\t_wurcj\local settings\temporary internet files\olk2\adt custom menu1.doc 4 9/23/2002 8:59 AM

5 Appliances (D1) command displays DC-Appliances toolbar Opens the ADT Design Center and displays the Dishwasher subfolder under Appliances Opens the ADT Design Center and displays the Kitchen Unit subfolder under Appliances Opens the ADT Design Center and displays the Misc subfolder under Appliances Appliances (T1) command displays Appliances toolbar which opens flyouts with icons of individual symbols: Dishwasher flyout Kitchen unit flyout Misc flyout Range flyout Refrigerator flyout 1 Inserts Standard dishwasher 2 Inserts Convertible dishwasher First flyout (shown below) 3 Inserts Undercounter dishwasher c:\documents and settings\t_wurcj\local settings\temporary internet files\olk2\adt custom menu1.doc 5 9/23/2002 8:59 AM

6 Standard ADT Menus Acad.mns Accovl.mns 1. The Design Content Imperial toolbar is part of the AecArchx menu. Express.mns AecArchx.mns Acad.mns 2. Design Content Imperial toolbar is shown below. Pick the Appliances icon. 3. The Appliances icon opens the Appliances folder in the Architectural Desktop library Standard ADT Menu with custom menus This is a toolbar/icon version of the ADT Design Content Library that places ADT symbols into your drawing based on your current dimscale with user friendly prompts. ADT Library (ADT.mns) Custom Library (Custom.mns) c:\documents and settings\t_wurcj\local settings\temporary internet files\olk2\adt custom menu1.doc 6 9/23/2002 8:59 AM

7 SETTING SEARCH PATHS Save symbol search paths in Options dialog: FILES Tab Autodesk Architectural Desktop Content \Program Files\Autodesk Architectural Desktop 3\Support \Program Files\Autodesk Architectural Desktop 3\Fonts \Program Files\Autodesk Architectural Desktop 3\Help \Program Files\Autodesk Architectural Desktop 3\Content\Layers \Program Files\Autodesk Architectural Desktop 3\Express Custom Library \Library\Support \Library\Bmp AEC CONTENT Tab c:\documents and settings\t_wurcj\local settings\temporary internet files\olk2\adt custom menu1.doc 7 9/23/2002 8:59 AM

8 CREATING AN ACADDOC.LSP FILE 1. Create an Acaddoc.lsp file to: Define search paths for your custom symbols and for the ADT symbols located in the \Library\Content folders. Define your custom routines or commands for icon buttons. 2. Save the Acaddoc.lsp file in the \Library\Support folder. The acaddoc file is a custom file that can be created by an end user. It allows you to store/set system variables, autocad paths and autolisp programming code. 3. Using a setq function, you can assign any name or group of letters to represent the entire path and place minimal code in the Macro associated with this button section of the Customize dialog as shown below: C:/Library/symbols/ Represents an Autolisp function Alias name to represent full path Actual full path "C:/Library/symbols/") - Full path can be used in toolbar code to represent the full path. sign is used just to make the alias name unique). - this is an autolisp function used to set quote (the path) in memory. You can use one forward slash(/) in the acaddoc.lsp file or two backward slashes (\\) between each folder name. 4. The Acaddoc.lsp file can be used to define the location of your symbols: C:\Library\symbols is where your office standard symbols can be stored C:\Program Files\Autodesk Architectural Desktop 3\Content\Imperial\Design folders is where you can retrieve the Autodesk architectural desktop symbols C:\Library\Content\Imperial\Design folders is where I have placed the CSI directory structure folders which contain duplicate symbols as in the Autodesk architectural desktop symbols (for this demonstration). c:\documents and settings\t_wurcj\local settings\temporary internet files\olk2\adt custom menu1.doc 8 9/23/2002 8:59 AM

9 5. Routines can be defined in the Acaddoc.lsp file. INSBLK is the name of the routine for this training session. Notice that the variable for Osnap is assigned the letters OSM in the acaddoc.lsp file, but in the toolbar code it will appear as nea. ;(start) autolisp PROGRAM FOR TOOLBARS (start) ;;Toolbar code: ^C^C(insblk5 "duplex-e") "a-power-e" "14" "nea" pause "1" "1" "0" "Pick to place existing duplex outlet, then pick to orient." nil) ;;Code analysis: ({routine name} {path + block name} {layer name} {layer color} {osnap} {user allowed to pick angle} {unique prompt}) (defun insblk (BLK LAY COL OSM ROT ORTH ATTD ATTR PMT / pt1) ;This section saves current variables (SETQ OLDCMDECHO (GETVAR "CMDECHO")) (SETQ OLDLAYER (GETVAR "CLAYER")) (SETQ OLDORTHOMODE (GETVAR "ORTHOMODE")) (SETQ OLDATTMODE (GETVAR "ATTMODE")) (SETQ OLDATTREQ (GETVAR "ATTREQ")) (SETQ OLDATTDIA (GETVAR "ATTDIA")) ;Sets system variables (SETVAR "CMDECHO" 0) (SETVAR "ATTMODE" 1) ;Assign variables to commands - (command "OSNAP" OSM) (command "LAYER" "M" LAY "c" COL LAY "") (command "ORTHOMODE" ORTH) (command "ATTDIA" ATTD) (command "ATTREQ" ATTR) ;Set specific object snaps ;Make Layer/layer color ;Set Ortho mode on/off ;Set attribute dialog display on/off ;Set attribute dialog prompt request on/off ;Display unique command prompt for each icon (princ (strcat "\n" PMT)) ;Display this prompt when user picks point to insert symbol (SETQ pt1 (GETPOINT "\npick point for symbol...")) ;Insert object based on current dimscale value with variable for rotation of object (COMMAND "INSERT" BLK pt1 (getvar "dimscale") (getvar "dimscale") ROT) ;;;Rotates attribute horizontally upon insertion (defun dxf (code elist) (cdr (assoc code elist)) ) (setq entname (dxf -1 (entget (entlast)))) (while (and entname (/= (dxf 0 (setq entdata (entget entname))) "SEQEND")) (cond ((and (dxf 2 entdata) (= (dxf 0 entdata) "ATTRIB")) (entmod (list (cons -1 entname) (cons 50 0))) )) (setq entname (entnext entname)) ) (entupd (entlast)) ;This section restores original variable values (SETVAR "CLAYER" OLDLAYER) (SETVAR "CMDECHO" OLDCMDECHO) (SETVAR "ORTHOMODE" OLDORTHOMODE) (SETVAR "ATTMODE" OLDATTMODE) (SETVAR "ATTREQ" OLDATTREQ) (SETVAR "ATTDIA" OLDATTDIA) (PRINC) ) ;(end) autolisp PROGRAM FOR TOOLBARS (end) c:\documents and settings\t_wurcj\local settings\temporary internet files\olk2\adt custom menu1.doc 9 9/23/2002 8:59 AM

10 6. Toolbar code shows the Macro associated with the Duplex Outlet symbol. The bulleted items below identify settings for variables that have been identifed in the acaddoc.lsp file....name of command that runs the routine insblk...path and block name [BLK] duplex )...Layer name [LAY] a-power...layer color assignment [COL] 3...Osnap(s) appropriate to block name [OSM] nea...rotation of block [ROT] pause or 0...Orthomode [ORTH] 1 (on)...display Attribute dialog (Attdia) [ATTD] 0 (off)...prompt for Attribute dialog (Attreq) [ATTR] 0 (off)...prompt specific to block being inserted into drawing [PMT] Pick to place duplex outlet, then pick to orient. 7. To open the Customize dialog...tools > Customize > Toolbars or Right-click icon, then pick Customize...Right-click the icon button, then pick Properties c:\documents and settings\t_wurcj\local settings\temporary internet files\olk2\adt custom menu1.doc 10 9/23/2002 8:59 AM

11 LOADING THE CUSTOM MENU The following is furnished For Your Information only - 1. Use the Menuload command to add additional menus to the current menus loaded. 2. Enter the MENULOAD command to open the Menu Customization dialog box and click on the Menu Groups tab. 3. Pick BROWSE 4. Locate the CUSTOM.MNS file in the C:\Library\Support folder, then click OPEN. Once the file is selected, the menu name, ex. custom.mns appears in the File Name edit box in the Menu Customization dialog. 5. Click LOAD and the custom.mns file will display the MENUGROUP name (identified at the top of the custom.mns file) in the Menu Groups list box. ***MENUGROUP=Custom c:\documents and settings\t_wurcj\local settings\temporary internet files\olk2\adt custom menu1.doc 11 9/23/2002 8:59 AM

12 6. The MENUGROUP name shown in the Menu Groups list box. 7. Click the Menu Bar tab. Highlight Custom in the Menu Group list box at the left. The Custom Library menu will appear in the Menus List box. 8. Highlight Concept in the Menu Bar list box at the right. Click the INSERT>> button to place the Custom Library menu in the menu bar before the Concept menu. 9. Pick CLOSE to exit the dialog. c:\documents and settings\t_wurcj\local settings\temporary internet files\olk2\adt custom menu1.doc 12 9/23/2002 8:59 AM

13 EXERCISES We will use this Sample Symbols toolbar to demonstrate how to edit Macro values and customize each icon button. Changing Description and Command line prompt Existing New Existing Description: Round table with chairs: Uses architects in-house Library symbol folder Existing Macro (prompt): ^C^C(insblk "conf8") "a-furn" "2" "nea" "0" "1" "0" "0" "Pick to place round table with 4 chairs.") Changing Orthomode New Description: Rectangular table with chairs: Uses architects inhouse Library symbol folder New Macro (prompt): ^C^C(insblk "conf8") "a-furn" "2" "nea" "0" "1" "0" "0" "Pick to place rectangular table with 4 chairs.") Existing New Existing Macro (orthomode=on): ^C^C(insblk "chair") "a-furn" "2" "nea" pause "1" "0" "0" "Pick to place chair, then pick to orient.") New Macro (orthomode=off): ^C^C(insblk "chair") "a-furn" "2" "nea" pause "0" "0" "0" "Pick to place chair, then pick to orient.") c:\documents and settings\t_wurcj\local settings\temporary internet files\olk2\adt custom menu1.doc 13 9/23/2002 8:59 AM

14 Changing display/suppression of attribute dialog box Existing New Existing Macro (attribute dialog suppressed): ^C^C(insblk "duplex") "a-power" "3" "nea" pause "1" "1" "0" "Pick to place duplex outlet, then pick to orient.") New Macro (attribute dialog opens): ^C^C(insblk "duplex") "a-power" "3" "nea" pause "1" "1" "1" "Pick to place duplex outlet, then pick to orient.") Changing symbol path from ADT to Library\Content folder Existing New Existing Macro (symbol path): "C:/Library/Content/Imperial/Design/Div15 - Mechanical/ Plumbing Fixtures/Drains/") ^C^C(insblk "roof drain") "A- Flor-Pfix" "140" "" "0" "1" "1" "0" "Pick point to place roof drain. ") New Macro (symbol path): "C:/Program Files/Autodesk Architectural Desktop 3/Content/Imperial/Design/Plumbing/Drains/") ^C^C(insblk "roof drain") "A-Flor- Pfix" "140" "" "0" "1" "1" "0" "Pick point to place roof drain. ") c:\documents and settings\t_wurcj\local settings\temporary internet files\olk2\adt custom menu1.doc 14 9/23/2002 8:59 AM

Course Title: Mastering the Visual LISP Integrated Development Environment (IDE)

Course Title: Mastering the Visual LISP Integrated Development Environment (IDE) Las Vegas, Nevada, December 3 6, 2002 Speaker Name: R. Robert Bell Course Title: Mastering the Visual LISP Integrated Development Environment (IDE) Course ID: CP42-1 Course Outline: The introduction of

More information

Beyond AutoLISP Basics

Beyond AutoLISP Basics CHAPTER Beyond AutoLISP Basics Learning Objectives After completing this chapter, you will be able to: Identify ways to provide for user input. Retrieve and use system variable values in AutoLISP programs.

More information

AutoCAD Tip Sheet by. Customizing the Keyboard. Using the Customize Dialog. Commands

AutoCAD Tip Sheet by.  Customizing the Keyboard. Using the Customize Dialog. Commands Customizing the Keyboard AutoCAD functions can be assigned to keys on the keyboard using the Customize window or by manually modifying a menu file. Many shortcut keys are already assigned to AutoCAD functions.

More information

AUGI Tips and Tricks GD12-2. Donnia Tabor-Hanson - MossCreek Designs

AUGI Tips and Tricks GD12-2. Donnia Tabor-Hanson - MossCreek Designs 11/28/2005-10:00 am - 11:30 am Room:S. Hemispheres (Salon II) (Dolphin) Walt Disney World Swan and Dolphin Resort Orlando, Florida AUGI Tips and Tricks Donnia Tabor-Hanson - MossCreek Designs GD12-2 Did

More information

Chapter 28 Beyond AutoLISP Basics. Learning Objectives

Chapter 28 Beyond AutoLISP Basics. Learning Objectives Chapter Beyond AutoLISP Basics Learning Objectives After completing this chapter, you will be able to: Identify ways to provide for user input. Retrieve and use system variable values in AutoLISP programs.

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

*.lsp Commands: + - * / setq setvar getvar getpoint defun command getstring appload vlide

*.lsp Commands: + - * / setq setvar getvar getpoint defun command getstring appload vlide *.lsp Commands: + - * / setq setvar getvar getpoint defun command getstring appload vlide Autolisp is version of an old programming language (circa 1960) called LISP (List Processor) Autolisp programs

More information

AutoLISP - Beyond the Crash Course Robert Green Robert Green Consulting Group

AutoLISP - Beyond the Crash Course Robert Green Robert Green Consulting Group AutoLISP - Beyond the Crash Course Robert Green Robert Green Consulting Group CP111-1 So you ve started using AutoLISP/Visual LISP but now you want to gain more functionality and build more elegant routines?

More information

AutoLISP Productivity Power

AutoLISP Productivity Power AutoLISP Productivity Power Robert Green CAD-Manager.com Quick bio Mechanical engineer turned computer geek Private consultant since 1991 AutoLISP programmer since the beginning Focusing on CAD standardization,

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

1 - System Requirements

1 - System Requirements Structural Desktop - Single-Seat Workstation Professional Version 4.0 Installation Instructions Please read Section 4, Registering Your License, before registering your purchase of Structural Desktop.

More information

Las Vegas, Nevada, December 3 6, Speaker Name: dave espinosa-aguilar. Course Title: Fundamentals of AutoLISP.

Las Vegas, Nevada, December 3 6, Speaker Name: dave espinosa-aguilar. Course Title: Fundamentals of AutoLISP. Las Vegas, Nevada, December 3 6, 2002 Speaker Name: dave espinosa-aguilar Course Title: Fundamentals of AutoLISP Course ID: CP11-2 Course Outline: AutoLISP has been around for a long time and has always

More information

Migrating from Autodesk Land Desktop to Autodesk Civil 3D CV42-3L

Migrating from Autodesk Land Desktop to Autodesk Civil 3D CV42-3L December 2-5, 2003 MGM Grand Hotel Las Vegas Migrating from Autodesk Land Desktop to Autodesk Civil 3D CV42-3L About the Speaker: Pete Kelsey is an Autodesk Authorized Consultant an Autodesk Certified

More information

The Anglemaker Program

The Anglemaker Program C h a p t e r 3 The Anglemaker Program In this chapter, you will learn the following to World Class standards: 1. Drawing and Labeling the Anglemaker Programming Sketch 2. Launching the Visual LISP Editor

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

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

AutoLISP Tricks for CAD Managers Speaker: Robert Green

AutoLISP Tricks for CAD Managers Speaker: Robert Green December 2-5, 2003 MGM Grand Hotel Las Vegas AutoLISP Tricks for CAD Managers Speaker: Robert Green CM42-1 You already know that AutoLISP is a powerful programming language that can make AutoCAD do great

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

Script... Programming for Dummies. R. Yoshi Honda. What are Script files (.scr)

Script... Programming for Dummies. R. Yoshi Honda. What are Script files (.scr) Script... Programming for Dummies Yoshi Honda Friday, December 5 9:30 a.m. 11:00 a.m. R. Yoshi Honda Pacific CADD Services, Inc. Honolulu, Hawaii yoshi.honda@pacificcadd.com www.pacificcadd.com What are

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

Getting Started. Introduction to the Basics. Cadpipe Control Center

Getting Started. Introduction to the Basics. Cadpipe Control Center Getting Started Introduction to the Basics Cadpipe Control Center When you first select the Cadpipe Program icon on your desktop, you will automatically start up the Cadpipe Control Center. The control

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

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

Book IX is designed to help both AutoCAD and AutoCAD LT users

Book IX is designed to help both AutoCAD and AutoCAD LT users Chapter 1: The Basics of Customizing In This Chapter Understanding the benefits of customizing Customizing the startup process Changing options and using user profiles Creating and managing command aliases

More information

Las Vegas, Nevada, December 3 6, Speaker Name: Heidi Hewett. Course ID:

Las Vegas, Nevada, December 3 6, Speaker Name: Heidi Hewett. Course ID: Las Vegas, Nevada, December 3 6, 2002 Speaker Name: Heidi Hewett Course Title: Course ID: GD34-4L Course Outline: During this presentation, you'll learn about all the AutoCAD 2002 extensions, including

More information

AutoLISP for CAD Managers Robert Green Robert Green Consulting Group

AutoLISP for CAD Managers Robert Green Robert Green Consulting Group Robert Green Robert Green Consulting Group CM305-1L AutoLISP/Visual LISP is a powerful way to extend the AutoCAD functionality, but many avoid using it because they think it's too hard to learn. This class

More information

Migration Made Easy! Speaker: Bud Schroeder, Autodesk Inc.

Migration Made Easy! Speaker: Bud Schroeder, Autodesk Inc. November 30 December 3, 2004 Las Vegas, Nevada Speaker: Bud Schroeder, Autodesk Inc. IT32-1 This presentation will focus on how to use existing built-in AutoCAD tools to migrate your customization from

More information

DuctworkPro. User Guide

DuctworkPro. User Guide DuctworkPro for AutoCAD User Guide Version 2.0, March. 2004 Copyright 2004, Randall C. Wilkinson By Randall C. Wilkinson Freeware Version Users: This document describes the Professional Version of Ductwork.

More information

Speaker Name: Bill Kramer. Course: CP42-2 A Visual LISP Wizard's Into to Reactor Magic. Course Description

Speaker Name: Bill Kramer. Course: CP42-2 A Visual LISP Wizard's Into to Reactor Magic. Course Description Speaker Name: Bill Kramer Course: CP42-2 A Visual LISP Wizard's Into to Reactor Magic Course Description Visual LISP reactors are the tools by which event-driven applications are created. If you want to

More information

PowerPoint X. 1. The Project Gallery window with the PowerPoint presentation icon already selected. 2. Click on OK.

PowerPoint X. 1. The Project Gallery window with the PowerPoint presentation icon already selected. 2. Click on OK. PowerPoint X Launching PowerPointX 1. Start PowerPointX by clicking on the PowerPoint icon in the dock or finding it in the hard drive in the Applications folder under Microsoft PowerPoint. PowerPoint

More information

Chapter 29 Introduction to Dialog Control Language (DCL)

Chapter 29 Introduction to Dialog Control Language (DCL) CHAPTER Introduction to Dialog Control Language (DCL Learning Objectives After completing this chapter, you will be able to: Describe the types of files that control dialog boxes. Define the components

More information

Blockbusters: Unleashing the Power of Dynamic Blocks Revealed!

Blockbusters: Unleashing the Power of Dynamic Blocks Revealed! Blockbusters: Unleashing the Power of Dynamic Blocks Revealed! Matt Murphy - ACADventures GD201-3P Discover the full potential of Dynamic Blocks in AutoCAD. Learn how each parameter and action behaves

More information

SMART Recorder. Record. Pause. Stop

SMART Recorder. Record. Pause. Stop SMART Recorder The recorder is used to record actions that are done on the interactive screen. If a microphone is attached to the computer, narration can be recorded. After the recording has been created,

More information

Chapter 1. Getting Started with AutoCAD

Chapter 1. Getting Started with AutoCAD Chapter 1 Getting Started with AutoCAD 3 4 AutoCAD 2002: The Complete Reference This chapter takes you on a tour of AutoCAD and provides an overview of the different components of the AutoCAD screen. It

More information

Speaker Name: Bill Kramer. Course: CP33-2 A Visual LISP Wizard's Intro to Object Magic. Course Description

Speaker Name: Bill Kramer. Course: CP33-2 A Visual LISP Wizard's Intro to Object Magic. Course Description Speaker Name: Bill Kramer Course: CP33-2 A Visual LISP Wizard's Intro to Object Magic Course Description This course introduces the use of objects in Visual LISP and demonstrates how they can be created

More information

PowerPoint Launching PowerPointX

PowerPoint Launching PowerPointX PowerPoint 2004 Launching PowerPointX 1. Start PowerPoint by clicking on the PowerPoint icon in the dock or finding it in the hard drive in the Applications folder under Microsoft Office 2004. PowerPoint

More information

The ABC's of the AutoCAD CUI

The ABC's of the AutoCAD CUI R. Robert Bell Sparling AU104-4 The Customize User Interface (CUI) is used to control your menus, toolbars, the ribbon, keyboard shortcuts, and double-click actions. There is plenty to do but you might

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

AutoSD Steel Detailing. Setup

AutoSD Steel Detailing. Setup AutoSD Steel Detailing Version 2018 Setup This file is located in your C:\autosd folder. The file name is AutoSD_Setup.htm Copyright 1990 2018 by AutoSD, Inc. This publication, or parts thereof, may not

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

Manage and Edit Sessions

Manage and Edit Sessions Manage and Edit Sessions With TurningPoint, you can stop and save a session, and pick up where you left off at a later time. You can also use a TurningPoint setting to create back-up files of your session.

More information

ARX Programming Environment

ARX Programming Environment ARX Programming Environment (from ARX Developer s Guide, Autodesk, Inc. 1996) A Brief Outline An ARX application is a dynamic link library (DLL) that shares AutoCAD's address space and makes direct function

More information

ACA 1095 Reporting - File Manager Overview. File Manager

ACA 1095 Reporting - File Manager Overview. File Manager File Manager The File Manager in the Multi Client version of ACA 1095 Reporting can be accessed from the home screen toolbar or off the File menu. Page 1 Opening Files The File Manager displays all ACA

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

Using the Customize Dialog Box

Using the Customize Dialog Box Toolbar Tools > Customize Using the Customize Dialog Box The Customize tool is used to define custom work environment, toolbar, and tool settings. The Customize dialog box appears when you access the Customize

More information

Introduction to AutoCAD 2012

Introduction to AutoCAD 2012 Page 1 Introduction to AutoCAD 2012 Alf Yarwood Chapter 6 Exercise 1 1. Open AutoCAD 2012 with a double-click on its shortcut icon in the Windows desktop. 2. Open the template acadiso.dwt. 3. Make sure

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

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

6/23/2009. AutoCAD Chapter 3 Objectives. Line Command. Coordinate Entry Methods. Rectangular Coordinate System

6/23/2009. AutoCAD Chapter 3 Objectives. Line Command. Coordinate Entry Methods. Rectangular Coordinate System Chapter 3 Objectives AutoCAD 2009 CHAPTER 3 JUNE 23, 2009 Use the correct entry format when entering numbers Demonstrate how to end or cancel commands Describe and use several point entry methods Draw

More information

A Quick Spin on Autodesk Architectural Studio

A Quick Spin on Autodesk Architectural Studio December 2-5, 2003 MGM Grand Hotel Las Vegas A Quick Spin on Autodesk Architectural Studio Mario Guttman, AIA Kevin Durham Christie Landry (Instructor) (Assistant) (Assistant) BD13-5L Autodesk Architectural

More information

Las Vegas, Nevada November 27-30, 2001

Las Vegas, Nevada November 27-30, 2001 Las Vegas, Nevada November 27-30, 2001 Speaker Name: LeAnne C. Thurmond Project Automation Services Fluor Daniel 100 Fluor Daniel Drive Greenville, SC 29607 USA Phone: 864-281-6855 Fax: 864-895-8161 leanne.thurmond@fluor.com

More information

The Autodesk Architectural Desktop Tool System Revealed

The Autodesk Architectural Desktop Tool System Revealed 11/30/2005-8:00 am - 9:30 am Room:N. Hemispheres (Salon D) (Dolphin) Walt Disney World Swan and Dolphin Resort Orlando, Florida The Autodesk Architectural Desktop Tool System Revealed Paul Aubin - Paul

More information

EXselectPRO MagiCAD plugin for AutoCAD

EXselectPRO MagiCAD plugin for AutoCAD EXselectPRO MagiCAD plugin for AutoCAD 2 (8) CONTENTS ABOUT THIS DOCUMENT... 3 INSTALLING THE SOFTWARE... 3 Required third-party software... 3 Installation... 3 STARTING THE PROGRAM... 4 EXSELECTPRO MAGICAD

More information

Real Estate Flyer. Projects 1

Real Estate Flyer. Projects 1 Projects 1 PagePlus provides a wide selection of design templates, which you can use as starting points for your own publications. In this project, we ll start with a real estate flyer template and customize

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

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

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

Las Vegas, Nevada. November 27-30, 2001

Las Vegas, Nevada. November 27-30, 2001 Las Vegas, Nevada November 27-30, 2001 Speaker Name: John Clauson Course Title: AutoCAD Gadgets and Gizmos Course ID: GD22-3 Course Outline: It s difficult to know everything about AutoCAD. It has many

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

Good Habits for Coding in Visual LISP

Good Habits for Coding in Visual LISP R. Robert Bell Sparling CP319-1 The power of AutoCAD lies in its customization capabilities. Visual LISP is a powerful tool for expanding your options. Unhappily, it is easy to have a scatter-shot approach

More information

Installation Guide MagiCAD UR-1 for AutoCAD

Installation Guide MagiCAD UR-1 for AutoCAD Installation Guide MagiCAD 2016.11 UR-1 for AutoCAD 2 (21) TABLE OF CONTENTS GENERAL... 3 SELECTING INSTALLATION PACKAGE... 3 UPDATING EXISTING SOFTWARE... 4 BEFORE YOU INSTALL MAGICAD 2016.11... 5 INSTALLING

More information

For additional information, please consult the Read-Me and Help documentation or contact Electro-Voice or Dynacord technical support.

For additional information, please consult the Read-Me and Help documentation or contact Electro-Voice or Dynacord technical support. Quick Start Guide Hello, and welcome to IRIS-Net software. We want you to get the most from your IRIS-Net projects and encourage you to explore the additional Read-Me and Help documentation provided with

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

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

Getting Started. Chapter

Getting Started. Chapter Chapter 1 Getting Started In this chapter you will launch AutoCAD P&ID and learn how to use the AutoCAD P&ID environment to create, edit and manage your piping and instrumentation diagrams. We will start

More information

ME009 Engineering Graphics and Design CAD 1. 1 Create a new part. Click. New Bar. 2 Click the Tutorial tab. 3 Select the Part icon. 4 Click OK.

ME009 Engineering Graphics and Design CAD 1. 1 Create a new part. Click. New Bar. 2 Click the Tutorial tab. 3 Select the Part icon. 4 Click OK. PART A Reference: SolidWorks CAD Student Guide 2014 2 Lesson 2: Basic Functionality Active Learning Exercises Creating a Basic Part Use SolidWorks to create the box shown at the right. The step-by-step

More information

BCM 4.0 Personal Call Manager User Guide. BCM 4.0 Business Communications Manager

BCM 4.0 Personal Call Manager User Guide. BCM 4.0 Business Communications Manager BCM 4.0 Personal Call Manager User Guide BCM 4.0 Business Communications Manager Document Status: Beta Document Version: 02 Part Code: N0027256 Date: January 2006 Copyright Nortel Networks Limited 2006

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

Thermacam Reporter 2000 Professional Template Building Tutorial

Thermacam Reporter 2000 Professional Template Building Tutorial Introduction: This tutorial will guide you step-by-step through the process of creating a new template using Thermacam Reporter 2000 Professional. The template consists of an item page with an IR image

More information

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

LESSON 6 LEARNING OBJECTIVES. After completing this lesson, you will be able to: LEARNING OBJECTIVES After completing this lesson, you will be able to: 1. Use the 4 Break command options. 2. Trim an object to a cutting edge. 3. Extend an object to a boundary. 4. Move an object(s) to

More information

Introduction to AutoCAD 2010

Introduction to AutoCAD 2010 Introduction to AutoCAD 2010 Alf Yarwood Chapter 3 Exercise 1 1. Open AutoCAD 2010 with a double-click on its shortcut icon in the Windows desktop. 2. Call the Line tool with a left-click on its tool icon

More information

Lesson 5 Solid Modeling - Constructive Solid Geometry

Lesson 5 Solid Modeling - Constructive Solid Geometry AutoCAD 2000i Tutorial 5-1 Lesson 5 Solid Modeling - Constructive Solid Geometry Understand the Constructive Solid Geometry Concept. Create a Binary Tree. Understand the basic Boolean Operations. Create

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

Introduction to AutoCAD 2010

Introduction to AutoCAD 2010 Page 1 Introduction to AutoCAD 2010 Alf Yarwood Chapter 2 Exercise 1 1. Open AutoCAD 2010 - either with a double-click on its start-up icon in the Windows desktop, or by using the method on the computer

More information

Creating a New Plan File

Creating a New Plan File 1 Tutorial NAME Creating a New Plan File 2 The first step in creating your own design is to open and name a new plan file. 1. From the MENU BAR, select File, New Plan. 2. From the MENU BAR, select File,

More information

VISTA DESKTOP. The following table explains the various features of the Windows Vista desktop.

VISTA DESKTOP. The following table explains the various features of the Windows Vista desktop. VISTA DESKTOP The following table explains the various features of the Windows Vista desktop. Feature Taskbar Recycle Bin Shortcut icon Program, folder, and document icons Sidebar Explanation By default,

More information

Using Object Snap to Draw a Rug Design

Using Object Snap to Draw a Rug Design Using Object Snap to Draw a Rug Design The objective of the rest of this tutorial is to learn the use of object snap and hatch. Because AutoCAD is based on vectors and coordinate geometry, it can easily

More information

LABEL MATRIX TEKLYNX V E R S I O N 8 Q U I C K S T A R T G U I D E

LABEL MATRIX TEKLYNX V E R S I O N 8 Q U I C K S T A R T G U I D E TEKLYNX LABEL MATRIX V E R S I O N 8 Q U I C K S T A R T G U I D E Note Quick Start Guide The information in this manual is not binding and may be modified without prior notice. Supply of the software

More information

Roadway Alignments and Profiles

Roadway Alignments and Profiles NOTES Module 15 Roadway Alignments and Profiles In this module, you learn how to create horizontal alignments, surface profiles, layout (design) profiles, and profile views in AutoCAD Civil 3D. This module

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

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

Working with AutoCAD in Mixed Mac and PC Environment

Working with AutoCAD in Mixed Mac and PC Environment Working with AutoCAD in Mixed Mac and PC Environment Pavan Jella Autodesk AC6907 With the introduction of AutoCAD for Mac, some professionals now work in hybrid environments one engineer may draft designs

More information

PBS BIM Export to DWG

PBS BIM Export to DWG CAD2BIM Page 1 PBS BIM Export to DWG Friday, March 12, 2010 3:23 PM Note: this list of suggestions is intended to clarify some efforts that would help to prepare BIM project files to be more CAD Compliant

More information

Feature-based CAM software for mills, multi-tasking lathes and wire EDM. Getting Started

Feature-based CAM software for mills, multi-tasking lathes and wire EDM.  Getting Started Feature-based CAM software for mills, multi-tasking lathes and wire EDM www.featurecam.com Getting Started FeatureCAM 2015 R3 Getting Started FeatureCAM Copyright 1995-2015 Delcam Ltd. All rights reserved.

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

Intermediate Word for Windows

Intermediate Word for Windows Intermediate Word for Windows Version: 2002 Academic Computing Support Information Technology Services Tennessee Technological University September 2003 1. Opening Word for Windows In the PC labs, click

More information

Microsoft Office 2013 (or Office) is a collection of software programs.

Microsoft Office 2013 (or Office) is a collection of software programs. 1 Microsoft Office 2013 (or Office) is a collection of software programs. Program Function Word - enables you to create documents such as letters and reports Excel - lets you work with numbers to prepare

More information

GEO 154 CARTOGRAPHY II- PLOTTING USING AUTOCAD- ASSIGMENT HELP

GEO 154 CARTOGRAPHY II- PLOTTING USING AUTOCAD- ASSIGMENT HELP GEO 154 CARTOGRAPHY II- PLOTTING USING AUTOCAD- ASSIGMENT HELP DOCUMENT. For one to two reasons data may not be in a format that can be integrated into AutoCAD software, but coordinates may be separated

More information

Copyrighted Material. Copyrighted Material. Copyrighted. Material. Copyrighted Material

Copyrighted Material. Copyrighted Material. Copyrighted. Material. Copyrighted Material AutoCAD Civil 3D 2008 INTRODUCTION FOR SITE GRADING PLANS SDC PUBLICATIONS Schroff Development Corporation www.schroff.com www.schroff-europe.com Exercise 3: Settings and Defaults Create a New Drawing

More information

Corel Ventura 8 Introduction

Corel Ventura 8 Introduction Corel Ventura 8 Introduction Training Manual A! ANZAI 1998 Anzai! Inc. Corel Ventura 8 Introduction Table of Contents Section 1, Introduction...1 What Is Corel Ventura?...2 Course Objectives...3 How to

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

CMI Standards Manager v11 User Training Manual

CMI Standards Manager v11 User Training Manual CMI Standards Manager v11 User Training Manual CAD Masters, Inc. 1111 Civic Drive, Suite 130 Walnut Creek, CA 94596 (925) 939-1378 sales (925) 939-1399 support Table of Contents CONVENTIONS USED IN THIS

More information

Design a Simple Fan in 123D Design

Design a Simple Fan in 123D Design Design a Simple Fan in 123D Design Learn to use 123D Design to make and print this simple fan. 123D Design is a free, powerful, yet simple 3D creation and editing tool. It allows you to design and build

More information

Daylighting design project zone 2E: Genzyme Reception Nicole Vlado & James Forren

Daylighting design project zone 2E: Genzyme Reception Nicole Vlado & James Forren Daylighting design project zone 2E: Genzyme Reception Nicole Vlado & James Forren GENZYME RECEPTION seating areas entry ATRIUM FULLY GLAZED FACADE planter N reception desk OBSERVATIONS OBSERVATIONS materials

More information

Getting Started COPYRIGHTED MATERIAL. Chapter 1. Exploring the AutoCAD 2013 for Windows User Interface. Exploring the Graphical User Interface

Getting Started COPYRIGHTED MATERIAL. Chapter 1. Exploring the AutoCAD 2013 for Windows User Interface. Exploring the Graphical User Interface Getting Started Chapter 1 P AutoCAD for Mac has a user interface that is customized to the Mac experience. Although the Mac user interface is not covered in this book, its commands and capabilities are

More information

Mechanical Drawings Gone Wild

Mechanical Drawings Gone Wild 11/28/2005-1:00 pm - 2:30 pm Room:Mockingbird 1/2 [Lab] (Swan) Walt Disney World Swan and Dolphin Resort Orlando, Florida Mechanical Drawings Gone Wild Colleen Klein - MasterGraphics and Jim Swain (Assistant);

More information

Impress Guide Chapter 11 Setting Up and Customizing Impress

Impress Guide Chapter 11 Setting Up and Customizing Impress Impress Guide Chapter 11 Setting Up and Customizing Impress This PDF is designed to be read onscreen, two pages at a time. If you want to print a copy, your PDF viewer should have an option for printing

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

CADAM Drafting Hints and Tips

CADAM Drafting Hints and Tips CADAM Drafting Hints and Tips Editing Associative Dimensions: Circles: You can globally associate all dimensions with their referenced geometry. That means you can import an unintelligent drawing using

More information

COPYRIGHTED MATERIAL. Starting to Draw. In this chapter, I explain the essentials that you need to start drawings. AutoCAD s advantages

COPYRIGHTED MATERIAL. Starting to Draw. In this chapter, I explain the essentials that you need to start drawings. AutoCAD s advantages Starting to Draw 1 C H A P T E R In this chapter, I explain the essentials that you need to start drawings. After a little background, I discuss the basics of the screen that you see when you open AutoCAD

More information