Las Vegas, Nevada November 27-30, 2001

Size: px
Start display at page:

Download "Las Vegas, Nevada November 27-30, 2001"

Transcription

1 Las Vegas, Nevada November 27-30, 2001 Speaker Name: LeAnne C. Thurmond Project Automation Services Fluor Daniel 100 Fluor Daniel Drive Greenville, SC USA Phone: Fax: Course: BUILDING BLOCKS Using Blocks in AutoCAD GD41-5 (Class, LT, All Levels) Friday, November 30, :30 am to 9:00 am Course Description: Blocks build your AutoCAD drawing. You create blocks to serve as templates to repeat graphical objects. These templates can in turn become AutoCAD drawings. Other drawings can be externally referenced or inserted as blocks. AutoCAD creates unnamed or anonymous blocks for associative dimensions, hatch patterns, images, and layouts. Learn to create intelligent blocks and how to manipulate them to build your drawings faster and better. 1

2 BUILDING BLOCKS Using Blocks in AutoCAD An AutoCAD drawing is made up of graphical and nongraphical objects. The graphical objects (lines, arcs, circles, etc.) are easy to see and understand. The nongraphical information, or named objects, like dimension and text styles, layers, and linetypes, manage the way the graphical objects appear. Named objects are maintained in symbol tables and data dictionaries that can store multiple named object entries. The symbol table of interest here is the BLOCK table. BLOCKS The Block symbol table contains a template of both graphical descriptions and nongraphical information that creates the named object. In other words, the block description includes geometry (lines, arcs, circles, text, attribute definitions, and other block definitions), a base insertion point, and a name. The multiple objects that are grouped together behave as a single object, with a single insertion point. The BLOCK and BMAKE commands create block definitions in the current drawing. The 2000i and 2002 dialog box interface allows you to choose to keep the objects, convert them to a block, or delete them. There is also an option to create a preview icon and description for the AutoCAD Design Center (ADC). At the Command: line, -BLOCK will automatically delete the objects that are selected to become part of the block. To restore the objects, use the OOPS command. Command: -block Enter block name or [?]: HEX Specify insertion base point: 0,0,0 Select objects: A block reference can contain other blocks nested within it. For example, you can insert a drawing of a mechanical assembly that contains a housing, a bracket, and fasteners, with each fastener composed of a bolt, washer, and nut. The only restriction on nested blocks is that they cannot insert or create blocks that reference themselves. 2

3 OBJECT CHARACTERISTICS for BLOCKS Objects that are created on layer 0, with color and linetype BYLAYER, that become part of a block will take on the color, linetype, and visibility characteristics of the layer on which the block is inserted. Objects that are created with color and linetype BYBLOCK that become part of a block will take on the color and linetype characteristics of the layer on which the block is inserted, but will still be controlled by the visibility of the layer on which they are created. Objects that are created on any layer other than 0 that become part of a block will maintain the color and linetype characteristics of the layer on which they were created. Objects assigned object color and/or object linetype will maintain that color and linetype regardless of the layer characteristics. BLOCK NAMES A block name should be as short as possible, but as long as necessary to be descriptive. Prior to AutoCAD 2000, the character limit on the length of internally named objects was 31 characters, any combination of letters, numerals, and the special characters dollar sign ($), hyphen (-), and underscore (_). Xreference names were limited to 8 characters. With AutoCAD 2000i and 2002, the object names can be up to 255 characters long, and include spaces and any special character not used by Windows or AutoCAD for others purposes [such as less-than and greater-than symbols (< >), forward slashes and backslashes (/ \), quotation marks ("), colons (:), semicolons (;), question marks (?), commas (,), asterisks (*), vertical bars ( ), equal signs (=), and backquotes (`)]. If you save an AutoCAD 2000i or 2002 drawing in the format of a previous release, AutoCAD replaces any illegal characters with underscores (_) and shortens the name to 31 characters. AutoCAD preserves the long name and restores it when you open it in AutoCAD 2000i or However, if the name is changed by an earlier AutoCAD version, the long name is lost. To get a list of all blocks in the drawing, enter? in BLOCK on the Command: line Command: -block Enter block name or [?]:? Enter block(s) to list <*>: Defined blocks. "hex" "City base map" Xref: resolved "City base map Arrow" Xdep: "City base map" 3

4 "City base map North Arrow" Xdep: "City base map" User External Dependent Unnamed Blocks References Blocks Blocks User Blocks are those in this drawing s block symbol table. External References are the xref objects. Dependent Blocks are those in the xref objects symbol table. Unnamed Blocks are associative dimensions and other AutoCAD-generated blocks. ATTRIBUTE Attributes are variable text associated with a block definition to store alphanumeric data. The values for the data can be constant (not prompted) or variable (prompted upon insertion). The Attribute Definition object is added as part of the block definition. If the attribute value is variable, the user is prompted for a value to enter into the tag field when the block is inserted. The values of multiple attributes can be edited using the DDATTE command. Attribute data can then be extracted from a drawing using the ATTEXT command or its dialog counterpart and inserted into external files. Attribute characteristics include the tag, prompt, value information, text formatting, location, and any optional modes, like preset or invisible. In 2002 these values can be edited in the Enhanced Attribute Editor dialog box. Using constant attributes in a block allows the text to be moved to a better location without redefining the block. WARNING! Redefinition affects previous as well as future insertions of a block reference. If the block has attached attributes, constant attributes are lost and replaced by any new constant attributes. Variable attributes remain unchanged, even if the new block definition has no attributes. New variable attributes are not added. If you want existing block insertions to use the new attributes, erase the insertions and insert them again. In AutoCAD 2002, the Block Attribute Manager (introduced first in the Express Tools), the Enhanced Attribute Editor, and the Enhanced Attribute Extract dialog box interfaces are BIG enhancements to the usability of attributes, finally getting away from the archaic Command line functions or programming. 4

5 INSERT When a block definition is INSERTed, the graphics are created by reading the template stored in the symbol table. The collection of geometry behaves like a single object. Any change in scaling and rotation will be applied to the Insert object. The scales and rotation can be typed in or specified on-screen. A larger X- than Y- scale will stretch the block along the X axis; the same is true along the other axes. Once a block has been described in a drawing, its name is available on the popdown list. Any drawing can be inserted as a block into any other drawing. The Browse button displays the file dialog box. When another drawing file is inserted, its graphics and symbol tables are written to the block symbol table, then an Insert object is generated to locate the other drawing s graphics. An easy way to insert blocks is drag and drop. Other drawings (*.dwg) can be dragged and dropped from Windows Explorer. The AutoCAD DesignCenter (ADC) allows dragging and dropping of individual blocks from within another drawing. To change the scaling of an insert object from DesignCenter, double click the ADC icon, or right click on the ADC icon of the block and select Insert Block, and enter the desired scale and rotation by typing or by picks. EXPLODE Exploding a block will break it into its constituent parts one level at a time. Nested blocks may need exploded multiple times. The EXPLODE command returns the objects to the layer on which they were created. Using the XPLODE AutoLISP command allows more control over the placement of the objects. If the objects were drawn on layer 0, EXPLODE would place them on layer 0. With XPLODE you can specify which layer the objects will be placed on, as well as their colors and linetypes. Command: xplode Initializing...C:XPlode loaded. Select objects to XPlode. Select objects: Enter an option [All/Color/LAyer/LType/Inherit from parent block/explode] <Explode>: 5

6 Blocks with equal absolute X, Y, and Z scales explode into their component objects (i.e. mirrored blocks now explode). Blocks with unequal X, Y, and Z scales (nonuniformly scaled blocks) might explode into unexpected objects. When a block containing attributes is exploded, the attributes lose their values and revert to the Attribute Definition object. PURGE Exploding a block does not remove its description from the block table. Block descriptions that do not have any inserts that reference them should be PURGEd to remove them from the symbol table. Purging can decrease the size of a file massively. Prior to the wonderful 2000i PURGE dialog box, the Purge command only removes one layer of nesting at a time, so it may need to be issued up to three times. For easy purging in R2000 and R14, create a toolbar button that repeats the command 3 times. In the properties for the button, add the following macro: ^C^C_purge;all;*;n;_purge;all;*;n;_purge;all;*;n [For this to work in R2000i and 2002, replace _ with -.] When inserting an entire drawing into another, selecting the box to Explode on insertion will keep the file size smaller without the need to Purge. WBLOCK An existing block definition, the entire drawing, or selected objects can be written to disk as a separate drawing using the WBLOCK command. When the entire drawing is written out, it is purged of all unused entries in the symbol tables (like unused layers, linetypes, blocks, etc.), which makes it an easy way to purge a drawing completely. When objects are written out, they are not created into a block in the current drawing, and they are deleted. The OOPS command will bring them back as individual objects. 6

7 Command: -wblock Enter name of output file: Enter name of existing block or [= (block=output file)/* (whole drawing)] <define new drawing>: Select objects: XREFERENCES An Xreference is a file whose graphics appear in the current drawing, but whose graphics are not written permanently into the current drawing s symbol table. Any insertions of user-named blocks or unnamed blocks are also temporarily available in the current drawing. The names of these dependent blocks will have the xref name and added as a prefix to the name. Xreferencing is useful in many ways. A single edit to an xreferenced base plan automatically appears in all drawings that reference the base plan next time the xreference is loaded. The referenced graphics are not repeated in all drawings that they appear in, making the file size of the individual drawings smaller and saving disk space. Xrefs may be attached or overlayed. Overlay is usually preferable because it virtually eliminates the problem of circular (self-defining) references. When the XLOADCTL is set to 2 enabled with copy, the xref is demand-loaded from a temporary copy of the drawing file, usually in the \TEMP directory of the system, rather than locking the original file. This is the best setting for a networked environment where many people are working with the project drawings. Xrefs can be made part of the current drawing using the Bind option of the XREF command, which binds the entire drawing, or the XBIND command, which binds the selected portions. When all or part of an xreference is bound, the objects in the xreferenced drawings symbol tables are written to the current drawing with the names changed to reflect the xrefname$0$objectname. This preserves the uniqueness of the symbol table entries for flexibility (such as visibility of layers). The Bind option of the XREF command also has an Insert option, which will merge the xreferences symbol tables into the current one, losing their differentiation. 7

8 UNNAMED BLOCKS AutoCAD itself creates unnamed blocks of its own. Copyclips, associative dimensions, and hatch objects are stored in the same format as user-named blocks, but they are given names by AutoCAD. The names of copyclips that are pasted as blocks begin with A$C*. These should be renamed to something more descriptive if they are not exploded and the definitions purged. Associative dimensions are given the name *Dnn, where nn is an incremental number, increased each time a dimension is created. Hatches are also unnamed blocks that can be exploded into the constituent objects. When a nonuniformly scaled block contains objects that cannot be exploded, they are collected into an anonymous block (named with a "*E" prefix) and referenced with the nonuniform scaling. If all the objects in such a block cannot be exploded, the selected block reference will not be exploded. REDEFINING BLOCKS You can redefine a named block using BLOCK, specifying the name of the existing block and selecting the new objects and insertion base point. You can also update the text description and specify a different icon. When you redefine a block, all the references to that block in the drawing are immediately updated to reflect the new definition. Redefinition affects previous as well as future insertions of a block reference. The graphics of all inserted blocks are updated on the display on the next regeneration of the drawing. If the block being redefined had attached attributes, constant attributes are lost and replaced by any new constant attributes. Variable attributes remain unchanged, even if the new block definition has no attributes or additional attributes. To update the number of variable attributes, the drawing must be reinserted again. In releases prior to 2002, use the Express Tool BATTMAN [Block ATTribute MANager] to synchronize the new attribute definitions with the old attributes. Those attributes that have the same tags will maintain their values. This has been incorporated as a command in

9 To redefine a block within the current drawing Insert the block exploded, make the changes, then redefine the block, using the same name and insertion point. Answer Yes when asked if you want to redefine the block. Wblock the block to a different drawing file. Make and save the changes in the new drawing. Insert the block, using the Browse or File button in the Insert dialog box, or in the Command: line INSERT, enter blockname= to indicate that AutoCAD should read the new definition. Answer Yes when asked if you want to redefine the block. In AutoCAD 2000i and 2002, use the REFEDIT command to do in place editing. IMAGES The Image Manager can attach a raster or bit-mapped image file, combining a variety of formats (including BMP, TIFF, RLE, JPG, PCX, and TGA) with AutoCAD drawings. It functions in much the same way an xreference does, in that the raster object does not reside in the drawing EXPRESS TOOLS For R14, 2000 and 2000i users, the Express Tools include a number of programs that make working with blocks much easier. Many of these appear as enhancements in XLIST to list Xref/Block entities and their properties NCOPY to copy nested objects inside blocks or xrefs to current drawing BTRIM to trim drawing objects to block entities BEXTEND to extend objects to block entities GATTE to edit attributes globally BURST to explode attributes to regular text objects SHP2BLK to convert an externally defined shape into a block ATTOUT and ATTIN to export block attribute values to an external, tab-delimited ASCII file to allow editing, then import them back into the drawing BATTMAN to order and resynchronize attribute definitions within blocks ATTSYNC to resynchronize attribute definitions within redefined blocks BLOCKTOXREF to replace all instances of a standard block with an xref. Also unbinds xrefs that are bound BLOCKREPLACE to globally replace all inserts of one block with another block 9

10 AutoCAD DESIGN CENTER (ADC) The Design Center is a welcome addition to AutoCAD from AutoCAD LT. The Design Center allows you to insert any of the objects from any symbol table in any drawing into the current drawing. This includes xreferences, images, dimensions, hatch patterns, layers anything that exists in the symbol tables and dictionaries of a drawing. The Design Center is an easy way to view and copy blocks between drawings. Please note that if a drawing with the name of the block exists on the AutoCAD Support Path, that drawing will be inserted as the block rather than the one that is viewed within another drawing. 10

Using Blocks and External References

Using Blocks and External References Using Blocks and External References In This Chapter 13 AutoCAD provides several features to help you manage objects in your drawings. With blocks you can organize and manipulate many objects as one component.

More information

Chapter 16 - Blocks and Block Attributes. by Paul Richard and Jim Fitzgerald

Chapter 16 - Blocks and Block Attributes. by Paul Richard and Jim Fitzgerald Chapter 16 - Blocks and Block Attributes by Paul Richard and Jim Fitzgerald Create and insert blocks Understand the difference between a block definition and a block reference Explore the different types

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

CADMANAGERTOOLS.COM. BatchInDatabase 4.0. Automated Batch process tool for AutoCAD and Verticals

CADMANAGERTOOLS.COM. BatchInDatabase 4.0. Automated Batch process tool for AutoCAD and Verticals CADMANAGERTOOLS.COM BatchInDatabase 4.0 Automated Batch process tool for AutoCAD and Verticals Compatible with AutoCAD 2013 to 2018 BatchInDatabase - Batch process for AutoCAD Introduction: The BatchInDatabase

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

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

Compatible with AutoCAD 2013 to 2018

Compatible with AutoCAD 2013 to 2018 CADMANAGERTOOLS.COM BatchInEditor 4.0 Automated Batch process tool for AutoCAD and Verticals Compatible with AutoCAD 2013 to 2018 BatchInEditor - Batch process for AutoCAD Introduction: The BatchInEditor

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

CADMANAGERTOOLS.COM. LayoutManager 4.1. Layout Management tool for AutoCAD and Verticals

CADMANAGERTOOLS.COM. LayoutManager 4.1. Layout Management tool for AutoCAD and Verticals CADMANAGERTOOLS.COM LayoutManager 4.1 Layout Management tool for AutoCAD and Verticals Compatible with AutoCAD 2013 to 2018 LayoutManager Layout tool for AutoCAD Introduction: The LayoutManager is a powerful

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

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

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

Fixed problem with PointXYZ command's Z value changing to previous Y value.

Fixed problem with PointXYZ command's Z value changing to previous Y value. DesignCAD 3D Max 19.1 Release Notes Mar. 20, 2009 DesignCAD 19.1 offers the following fixes and enhancements: The number of useable layers was increased from 1,000 to 2,000. Fixed problem with PointXYZ

More information

DesignCAD 25.1 Release Notes

DesignCAD 25.1 Release Notes DesignCAD 25.1 Release Notes October 2015. DesignCAD 25.1 contains the following enhancements and improvements: File Save improvements: Historically, some users have been having problems when saving directly

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

Secrets to Building a Better Block, Dynamically - Revealed!

Secrets to Building a Better Block, Dynamically - Revealed! 12/1/2005-8:00 am - 11:30 am Room:N. Hemispheres (Salon D) (Dolphin) Walt Disney World Swan and Dolphin Resort Orlando, Florida Secrets to Building a Better Block, Dynamically - Revealed! Matt Murphy -

More information

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

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

More information

DesignCAD 3D Max 22.1 Release Notes

DesignCAD 3D Max 22.1 Release Notes DesignCAD 3D Max 22.1 Release Notes December 2012 This update to DesignCAD offers the following improvements and fixes: BasicCAD: We have added some new Query/Change parameters to address missing functionality:

More information

Learning the Pro/ENGINEER Interface

Learning the Pro/ENGINEER Interface 2 Learning the Pro/ENGINEER Interface This chapter introduces the Pro/ENGINEER interface tools: the menus, the dashboards, the selection tools and the viewing controls. As you go through this chapter,

More information

Layer Filters. Sacramento City College Engineering Design Technology. Layer Filters 1

Layer Filters. Sacramento City College Engineering Design Technology. Layer Filters 1 Layer Filters Sacramento City College Engineering Design Technology Layer Filters 1 Layer Filters A large number of layers in a drawing Is cumbersome to use when all layers are displayed. Layer filters

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

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

Layers. About PDF layers. Show or hide layers

Layers. About PDF layers. Show or hide layers 1 Layers About PDF layers You can view, navigate, and print layered content in PDFs created from applications such as InDesign, AutoCAD, and Visio. You can control the display of layers using the default

More information

Function. Description

Function. Description Function Check In Get / Checkout Description Checking in a file uploads the file from the user s hard drive into the vault and creates a new file version with any changes to the file that have been saved.

More information

Working with Plan Production ObjectsChapter1:

Working with Plan Production ObjectsChapter1: Chapter 1 Working with Plan Production ObjectsChapter1: The lessons in this chapter guide you through the processes of creating and working with plan production objects. Plan production objects include

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

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

Release Notes for ZWCAD+2012 SP2

Release Notes for ZWCAD+2012 SP2 Release Notes for ZWCAD+2012 SP2 Vernum=2013.03.20( 11126) Aimed at providing an excellent user experience and in improving specific design efficiencies, ZWSOFT today released service pack 2 for ZWCAD+

More information

Table of contents. What is new in Advance CAD 2016

Table of contents. What is new in Advance CAD 2016 What's New in Advance CAD 2016 Table of contents NEWS... 5 1: New feel for the interface... 5 2: New and improved Help Documentation... 5 3: TRANSPARENCY property added... 5 4: ETRANSMIT command included...

More information

Pipe Networks CHAPTER INTRODUCTION OBJECTIVES

Pipe Networks CHAPTER INTRODUCTION OBJECTIVES CHAPTER 11 Pipe Networks INTRODUCTION Pipe networks are integral to a site-design solution. The piping system s complexity can vary from simple culverts to several storm and sanitary networks that service

More information

GlobalCAD Landscape 2018 Version 1.2

GlobalCAD Landscape 2018 Version 1.2 GlobalCAD Landscape 2018 Version 1.2 Getting Started Guide Part 1 AutoCAD/BricsCAD Copyright GlobalCAD Consultants Ltd. All rights reserved. Email: sales@globalcad.com Web: www.globalcad.com Contents Published:

More information

Baseline dimension objects are available for placement in the PCB Editor only. Use one of the following methods to access a placement command:

Baseline dimension objects are available for placement in the PCB Editor only. Use one of the following methods to access a placement command: Baseline Dimension Old Content - visit altium.com/documentation Modified by on 19-Nov-2013 Parent page: Objects A placed Baseline Dimension. Summary A baseline dimension is a group design object. It allows

More information

Piping & Instrumentation Diagrams

Piping & Instrumentation Diagrams Page 1 Piping & Instrumentation Diagrams Preface Using This Guide What's New? Getting Started Entering the Workbench Setting up Working Units and Grid Placing Components Routing a Piping Line or I & C

More information

GstarCAD 2018 Complete Features Guide

GstarCAD 2018 Complete Features Guide 0 GstarCAD 2018 Complete Features Guide 1. Performance optimization... 4 1.1 Common File Operation... 4 1.2 Common Editing Operation... 4 2. Editing Functions Optimization... 5 2.1 Array Options New...

More information

Table of content CONTENT OF THE TRAINING PACKAGE... 1 MODULE 1: UNDERSTANDING A DWG-DRAWING... 2

Table of content CONTENT OF THE TRAINING PACKAGE... 1 MODULE 1: UNDERSTANDING A DWG-DRAWING... 2 V14 Basic Training Table of content CONTENT OF THE TRAINING PACKAGE... 1 1 Documentation... 1 2 Exercises... 1 3 Software... Fout! Bladwijzer niet gedefinieerd. MODULE 1: UNDERSTANDING A DWG-DRAWING...

More information

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

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

More information

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

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

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

More information

7/21/2009. Chapters Learning Objectives. Fillet Tool

7/21/2009. Chapters Learning Objectives. Fillet Tool Chapters 12-13 JULY 21, 2009 Learning Objectives Chapter 12 Chapter 13 Use the FILLET tool to draw fillets, rounds, and other rounded corners. Place chamfers and angled corners with the CHAMFER tool. Separate

More information

AutoCAD and Its Applications BASICS Supplemental Material Chapter 4

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

More information

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

ISSUE #4 / SPRING 2017

ISSUE #4 / SPRING 2017 REVIT PURE PRESENTS PAMPHLETS ISSUE #4 / SPRING 2017 CAD revitpure.com Copyright 2017 - BIM Pure productions WHAT IS THIS PAMPHLET? Revit Pure Pamphlets are published 4 times a year by email. Each edition

More information

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

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

More information

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

Section 5. Blocks and Block Libraries. Objectives: Use the WBLOCK command Create a block library Insert Blocks. Drawing Assignments:

Section 5. Blocks and Block Libraries. Objectives: Use the WBLOCK command Create a block library Insert Blocks. Drawing Assignments: Section 5 Blocks and Block Libraries Objectives: Use the WBLOCK command Create a block library Insert Blocks Drawing Assignments: Block Library Landscaping Plan 24 th & C Street Blocks A block is one or

More information

Table of Contents. What's New in GRAITEC Advance PowerPack 2018 WELCOME TO GRAITEC ADVANCE POWERPACK FOR REVIT NEWS... 5 IMPROVEMENTS...

Table of Contents. What's New in GRAITEC Advance PowerPack 2018 WELCOME TO GRAITEC ADVANCE POWERPACK FOR REVIT NEWS... 5 IMPROVEMENTS... What's New 2018 Table of Contents WELCOME TO GRAITEC ADVANCE POWERPACK FOR REVIT 2018... 4 NEWS... 5 1: Compliancy with Revit 2017 and Revit 2018... 5 2: Prepare Background Model... 5 3: Link Background

More information

Alternate assemblies

Alternate assemblies Alternate assemblies Publication Number spse01685 Alternate assemblies Publication Number spse01685 Proprietary and restricted rights notice This software and related documentation are proprietary to

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

Spreadsheet definition: Starting a New Excel Worksheet: Navigating Through an Excel Worksheet

Spreadsheet definition: Starting a New Excel Worksheet: Navigating Through an Excel Worksheet Copyright 1 99 Spreadsheet definition: A spreadsheet stores and manipulates data that lends itself to being stored in a table type format (e.g. Accounts, Science Experiments, Mathematical Trends, Statistics,

More information

Project Navigator: Empowering your Elements Part II by Bill Knittle, Synergis Building Solutions Engineer

Project Navigator: Empowering your Elements Part II by Bill Knittle, Synergis Building Solutions Engineer Project Navigator: Empowering your Elements Part II by Bill Knittle, Synergis Building Solutions Engineer In my previous article I overlooked one small technical issue. This process only works in Architectural

More information

Exercise Guide. Published: August MecSoft Corpotation

Exercise Guide. Published: August MecSoft Corpotation VisualCAD Exercise Guide Published: August 2018 MecSoft Corpotation Copyright 1998-2018 VisualCAD 2018 Exercise Guide by Mecsoft Corporation User Notes: Contents 2 Table of Contents About this Guide 4

More information

DWG/DXF Export. Some attribute values in blocks weren't exporting correctly.

DWG/DXF Export. Some attribute values in blocks weren't exporting correctly. DesignCAD 3D Max 20.1 Release Notes Nov. 9, 2010 DesignCAD 3D Max 20.1 introduces the following fixes and changes: DWG/DXF Export. Sometimes arcs and elliptical arcs, when exported to dwg or dxf format,

More information

LinkMotion and CorelDraw 9, 10, 11, 12, X3, X4, X5, X6, X7 and X8:

LinkMotion and CorelDraw 9, 10, 11, 12, X3, X4, X5, X6, X7 and X8: LinkMotion and CorelDraw 9, 10, 11, 12, X3, X4, X5, X6, X7 and X8: After you install LinkMotion software and set up all settings launch CorelDraw software. Important notes: Solustan s LinkMotion driver

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

MICROSOFT WORD 2010 Quick Reference Guide

MICROSOFT WORD 2010 Quick Reference Guide MICROSOFT WORD 2010 Quick Reference Guide Word Processing What is Word Processing? How is Word 2010 different from previous versions? Using a computer program, such as Microsoft Word, to create and edit

More information

Introduction to Multilines

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

More information

HVAC Diagrams Preface What's New? Getting Started User Tasks

HVAC Diagrams Preface What's New? Getting Started User Tasks HVAC Diagrams Preface Using This Guide What's New? Getting Started Entering the Workbench Setting up Working Units and Grid Placing Components Routing an HVAC Line Placing Components in a Line Repositioning

More information

AutoCAD Mechanical Associative Hide

AutoCAD Mechanical Associative Hide AutoCAD Mechanical Associative Hide Jim Swain Design Applications Engineer Manufacturing Solutions Synergis September 26, 2005 This document is an introduction to the hiding tools available in AutoCAD

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

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

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

Tekla Structures 2017i. Release notes. September Trimble Solutions Corporation

Tekla Structures 2017i. Release notes. September Trimble Solutions Corporation Tekla Structures 2017i Release notes September 2017 2017 Trimble Solutions Corporation Contents 1 Tekla Structures 2017i release notes...5 1.1 Spiral beams... 6 Spiral beams in the model...6 Spiral beams

More information

Supplemental Material Chapter 4. Drawing Multilines

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

More information

Survey and Cogo on-line manual. On-line Users Manual Updated November 8, Automatic Menu Loading:

Survey and Cogo on-line manual. On-line Users Manual Updated November 8, Automatic Menu Loading: Survey and Cogo on-line manual On-line Users Manual Updated November 8, 2006 Automatic Menu Loading: If you are using Autocad or IntelliCAD Start Autocad or IntelliCAD Open Windows explorer Browse to the

More information

Author : Gayle Clark, Business Solutions Analyst, Spescom Software Ltd. Approved by : Ewen Roberts, Software Developer Spescom Software Inc.

Author : Gayle Clark, Business Solutions Analyst, Spescom Software Ltd. Approved by : Ewen Roberts, Software Developer Spescom Software Inc. SPESCOM SOFTWARE User Guide eb Layout Editor User Guide Document Number : SAN03810 Rev 0.2 Release Date : 15 December 2006 Document Status : Not Approved Author : Gayle Clark, Business Solutions Analyst,

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

Piping Design. Site Map Preface Getting Started Basic Tasks Advanced Tasks Customizing Workbench Description Index

Piping Design. Site Map Preface Getting Started Basic Tasks Advanced Tasks Customizing Workbench Description Index Piping Design Site Map Preface Getting Started Basic Tasks Advanced Tasks Customizing Workbench Description Index Dassault Systèmes 1994-2001. All rights reserved. Site Map Piping Design member member

More information

EndNote Class Outline Advanced Tips and Tricks

EndNote Class Outline Advanced Tips and Tricks 1 Common Style Edits 1.1 Special Characters EndNote Class Outline Advanced Tips and Tricks In the citation, bibliography, or footnote templates in a style, the fields and punctuation added control what

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

Equipment Support Structures

Equipment Support Structures Equipment Support Structures Overview Conventions What's New? Getting Started Setting Up Your Session Creating a Simple Structural Frame Creating Non-uniform Columns Creating Plates with Openings Bracing

More information

1. WELDMANAGEMENT PRODUCT

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

More information

Autodesk Topobase : Best Practices for Working with DWG

Autodesk Topobase : Best Practices for Working with DWG Autodesk Topobase : Best Practices for Working with DWG 2010 Autodesk, Inc. All rights reserved. NOT FOR DISTRIBUTION. The contents of this guide were created for use with Autodesk Topobase 2010 with Update

More information

PostalCAD 2009 Features Guide. January 15 th, 2009

PostalCAD 2009 Features Guide. January 15 th, 2009 PostalCAD 2009 Features Guide January 15 th, 2009 Table of Contents 1.0 INTRODUCTION 5 2.0 USER INTERFACE OVERVIEW 6 2.1 USPS POSTALCAD WORKSPACE 6 2.2 USER INTERFACE 6 2.2.1 Ribbon Panel...7 2.2.2 Quick

More information

SIEMENS. Modeling assemblies. Self-Paced Training. spse01540

SIEMENS. Modeling assemblies. Self-Paced Training. spse01540 SIEMENS Modeling assemblies Self-Paced Training spse01540 Proprietary and restricted rights notice This software and related documentation are proprietary to Siemens Product Lifecycle Management Software

More information

DesignCAD 3D Max 25.2 Release Notes

DesignCAD 3D Max 25.2 Release Notes DesignCAD 3D Max 25.2 Release Notes December 2015. DesignCAD 3D Max 25.2 contains the following enhancements and improvements: Batch Convert improvement: We added a Remove All button to the Batch Convert

More information

CET Designer 9.5 Release Notes

CET Designer 9.5 Release Notes CET Designer 9.5 Release Notes November 19, 2018 Important Notices Starting from this release, CET Designer is only available in a 64-bit version. For computers with damaged graphics drivers or a graphics

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

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

Compatibility with graphing calculators 32 Deleting files 34 Backing up device files 35 Working with device screens 36 Capturing device screens 36

Compatibility with graphing calculators 32 Deleting files 34 Backing up device files 35 Working with device screens 36 Capturing device screens 36 Contents Introduction to the TI Connect Window 1 TI Connect Window 1 Opening the TI Connect Window 2 Closing the TI Connect Window 4 Connecting and disconnecting TI handheld devices 4 Using Task Shortcuts

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

for ArcSketch Version 1.1 ArcSketch is a sample extension to ArcGIS. It works with ArcGIS 9.1

for ArcSketch Version 1.1 ArcSketch is a sample extension to ArcGIS. It works with ArcGIS 9.1 ArcSketch User Guide for ArcSketch Version 1.1 ArcSketch is a sample extension to ArcGIS. It works with ArcGIS 9.1 ArcSketch allows the user to quickly create, or sketch, features in ArcMap using easy-to-use

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

GiftWorks Import Guide Page 2

GiftWorks Import Guide Page 2 Import Guide Introduction... 2 GiftWorks Import Services... 3 Import Sources... 4 Preparing for Import... 9 Importing and Matching to Existing Donors... 11 Handling Receipting of Imported Donations...

More information

AutoCAD 2009 Tutorial

AutoCAD 2009 Tutorial AutoCAD 2009 Tutorial Second Level: 3D Modeling Randy H. Shih Oregon Institute of Technology SDC PUBLICATIONS Schroff Development Corporation www.schroff.com Better Textbooks. Lower Prices. AutoCAD 2009

More information

DesignCAD 2D 2018 Release Notes

DesignCAD 2D 2018 Release Notes DesignCAD 2D 2018 Release Notes Oct 30, 2017 DesignCAD 2D 2018 (internal version number 27) has the following improvements. Icon Scaling Previous versions only had two icon sizes available 16-pixel and

More information

Welcome to MicroStation

Welcome to MicroStation Welcome to MicroStation Module Overview This module will help a new user become familiar with the tools and features found in the MicroStation design environment. Module Prerequisites Fundamental knowledge

More information

Using Layers Chapter 4

Using Layers Chapter 4 Using Layers Chapter 4 Sacramento City College EDT 310 EDT 310 - Chapter 4 1 Introduction to Layers EDT 310 - Chapter 4 2 Introduction To Layers In manual drafting, details of a design are separated by

More information

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

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

More information

Piping & Instrumentation Diagrams

Piping & Instrumentation Diagrams Piping & Instrumentation Diagrams Preface Using This Guide What's New? Getting Started Entering the Workbench Setting up Working Units and Grid Placing Components Routing a Piping Line or I & C Loop Placing

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

Microsoft Word 2010 Part 1: Introduction to Word

Microsoft Word 2010 Part 1: Introduction to Word CALIFORNIA STATE UNIVERSITY, LOS ANGELES INFORMATION TECHNOLOGY SERVICES Microsoft Word 2010 Part 1: Introduction to Word Summer 2011, Version 1.0 Table of Contents Introduction...3 Starting the Program...3

More information

Equipment Support Structures

Equipment Support Structures Page 1 Equipment Support Structures Preface Using This Guide Where to Find More Information Conventions What's New? Getting Started Setting Up Your Session Creating a Simple Structural Frame Creating Non-uniform

More information

Readme: Autodesk Impression

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

More information

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

CET Designer 9.5 Release Notes

CET Designer 9.5 Release Notes CET Designer 9.5 Release Notes Important Notices Starting from this release, CET Designer is only available in a 64-bit version. For computers with damaged graphics drivers or a graphics unit that does

More information

GEN9638: Forensic CADology: When Good DWG Files Go Bad

GEN9638: Forensic CADology: When Good DWG Files Go Bad GEN9638: Forensic CADology: When Good DWG Files Go Bad David Park CAD/BIM Coordinator Steven Litzau, P.E. Manager of Design Technology Join the conversation Class summary An Intermediate to Advanced Level

More information

It s A Material World After All Alexander L.. Wood CAD Training Solutions, LLC

It s A Material World After All Alexander L.. Wood CAD Training Solutions, LLC November 30 December 3, 2004 Las Vegas, Nevada It s A Material World After All Alexander L.. Wood CAD Training Solutions, LLC GD21-3 Learn the basics of taking your 3D model into a rendered presentation.

More information

Accessing the Internet

Accessing the Internet Accessing the Internet In This Chapter 23 You can use AutoCAD to access and store AutoCAD drawings and related files on the Internet. This chapter assumes familiarity with basic Internet terminology. You

More information

Service Release for PLANBAR

Service Release for PLANBAR Service Release for PLANBAR 2018-1 You can only use this version if you have already installed one of the following versions: DVD number 03-02-01-18-FTW (PLANBAR 2018-0-2 Release) DVD number 02-02-12-17-FTW

More information