March 17, 2008 by rockmaster
I recently tried to add a wipeout to a bit of annotative DTEXT, and discovered that these two things don’t play well together in AutoCAD 2008. Basically, the text just disappears. So what do you do if you want to display some masked task at one particular scale? It’s easy.
Continue Reading »
Posted in autocad | No Comments »
March 5, 2008 by rockmaster
One of my biggest gripes with PSLTSCALE is that it can make working in model space a pain. I like to see what my linetypes are going to look like when they plot, and with PSLTSCALE set to 1, you need to have LTSCALE set to 1 (generally) rather than the scale of your viewports. Of course, if you have multiple viewports at different scales, you generally need to have both PSLTSCALE and LTSCALE set to 1.
Annotative scales to the rescue.
Continue Reading »
Posted in autocad | No Comments »
February 15, 2008 by rockmaster
Tired of seeing all of those xref’d scales showing up in your scale list? Never use ‘em? Here’s a little AutoLisp routine you can use to automatically purge the list upon opening a drawing.
Continue Reading »
Posted in Uncategorized | 5 Comments »
February 1, 2008 by rockmaster
Ever since AutoCAD 2000, we’ve had the ability to filter our layer manager and layer toolbar views. One thing that I always found myself doing is adding a filter which shows only non-xref layers. It’s easy enough to create one (just use ~*|* as a name filter), but I wanted something faster, so I wrote a VBA script to add the filter.

It’s a simple thing, but it saves me a lot of time. Here’s how you can use this script.
Continue Reading »
Posted in VBA, autocad | No Comments »
February 1, 2008 by rockmaster
Looks like I got a little busy (napping) over the holidays, so I’ve let the blog roundup slide. Well, here are a few highlights:
Posted in autocad, blog roundup | No Comments »
January 26, 2008 by rockmaster
I recently discovered the power of using Sheet Sets with Fields in AutoCAD 2008. We have a project that requires us to use sequentially numbered sheets. The client also requires us to use those sheet numbers when referencing between drawings. Since we are still developing the set and may have to insert drawings into the sequence, we may have to renumber many of the sheets, so the dynamic nature of Fields will come in handy.
Continue Reading »
Posted in autocad | No Comments »
December 20, 2007 by rockmaster
Since AutoCAD 2007, the Xref Manager has changed from this:

to this:

Personally, I prefer the old-school version, for two reasons. One, it loads faster, and two, it is easier to change an xref from Attachment to Overlay.
Continue Reading »
Posted in autocad, old school | 1 Comment »
December 14, 2007 by rockmaster
I put up a section on Object Snaps in the Best Practices guide.
Posted in autocad, best practices | No Comments »