After you get the lines and text right, you may be justified in thinking that your work in AutoCAD is done. But AutoCAD enables you to do so much more! Blocks and external references help you manage data within drawings, between drawings, and across a network. AutoCAD 2005’s new sheet sets feature bids fair to redefine how people organize drawings on larger, multisheet projects, so this section devotes a new chapter to it. If you plan to share drawings — whether among your own projects, with people in your office, or with folks in other companies, you need to think about consistency in presentation and drawing organization — in other words, CAD standards. The Internet is the biggest ongoing swap meet in human history, and AutoCAD offers some unique trading possibilities — and potential pitfalls — via e-mail and the Web. With the information in this part, you’ll be teaching AutoCAD how to give and receive in no time.
Chapter 13
Playing Blocks and Rasteroids
? Introducing blocks, external references (xrefs), and raster images
? Creating block definitions
? Inserting blocks
? Using attributes in blocks
? Attaching and managing xrefs
? Controlling xref paths
? Attaching and managing raster image files
Chapter 6 shows you how to copy objects within a drawing or even to another drawing. That’s one way to use CAD to improve drafting efficiency. You can copy a DWG file and then modify it to create a similar drawing — an even better productivity-booster, as long as you’re in the habit of making similar drawings. But all those are baby steps compared to the techniques that I cover in this chapter: treating drawings, parts of drawings, and raster images as reusable and updateable modules. If you want to make drafting production more efficient with CAD, then you want to know how to use blocks, xrefs, and raster files.
A
An
A
Blocks, external references, and raster images enable you to reuse your work and the work of others, giving you the potential to save tremendous amounts of time — or to cause tremendous problems if you change a file on which other peoples’ drawings depend. Use these features when you can to save time, but do so in an organized and careful way so as to avoid problems.
The way you use blocks and especially xrefs will depend a lot on the profession and office in which you work. Some disciplines and companies use these drawing organization features heavily and in a highly organized way, while others don’t. Ask your colleagues what the local customs are and follow them.
Rocking with Blocks
First, a little more block theory and then you can rock right into those blocks. To use a block in a drawing, you need two things: a block
A block definition lives in an invisible area of your drawing file called the
Although a block may look like a collection of objects stored together and given a name, it’s really a graphical recipe (the block definition) plus one or more pointers to that recipe (one or more block inserts). Each time you insert a particular block, you create another pointer to the same recipe.
The advantages of blocks include:
? Grouping objects together when they belong together logically. You can draw a screw using lines and arcs, and then make a block definition out of all these objects. When you insert the screw block, AutoCAD treats it as a single object for purposes of copying, moving, and so on.
? Saving time and reducing errors. Inserting a block is, of course, much quicker than redrawing the same geometry again. And the less geometry you draw from scratch, the less opportunity there is to make a mistake.
? Efficiency of storage when you reuse the same block repeatedly. If you insert the same screw block 15 times in a drawing, AutoCAD stores the detailed block definition only once. The 15 block inserts that point to the block definition take up much less disk space than 15 copies of all the lines, polylines, and arcs.
? The ability to edit all instances of a symbol in a drawing simply by modifying a single block definition. This one is the biggie. If you decide that your design requires a different kind of screw, you simply redefine the screw’s block definition. With this new recipe, AutoCAD then replaces all 15 screws automatically. That’s a heck of a lot faster than erasing and recopying 15 screws!
Blocks
External references enable you to modify multiple drawings from the original referenced drawing. You can find out more about external references in the section “Going External,” later in this chapter.
If all you need to do is make some objects into a group so that you can