AutoCAD Stocking Stuffers

December 2003

Here are a few AutoCAD treats you may find useful and fun. The Plot Stamp Alternative has proven to be very useful for a number of my customers. And since most of us don’t work in a vacuum and just happen to receive drawings from others, Maxactvp and Object Cycling are a couple features that could save some very frustrating moments. The grip copy and rotate combo may prove useful to some of you, too.

You can contact Michael by email and be sure to visit his website, www.autocadtrainerguy.com for additional AutoCAD insights. If you have ideas about what you would like to see covered in 'Michael's Corner', he'd love to hear from you.


Plot Stamp Alternative

The Plot Stamp feature is fine, but one of my newsletter subscribers from VBH outside of Boston wrote in with a suggestion that perhaps the A2004 Express Tool Rtext would be more effective than a plot stamp:

“I have a line of Rtext with a Diesel expression in our Format sheets. Now when users Save, the file name updates in the title block (it works on Xrefs, too). The only drawback is that Rtext is left justified.”

How To:
Launch Rtext, make the necessary settings for text Style, Height, and Rotation, then use the <Diesel> option to open the Edit Rtext dialog box.
To display the current Date, Time and File name in the drawing, put this in the Edit Rtext box:

$(edtime, 0, MON DD"," YYYY - H:MMam/pm) - $(getvar, "dwgname")

Spaces are recognized, but any additional characters within the parentheses need quotes. Edit the text with Rtedit. You may want to consider putting this in your template.


The Odd Spot

MAXACTVP

One of my customers contacted me recently about objects in a viewport not being displayed, even though the Viewport was On. I hadn’t encountered any issues with the settings of this variable recently, but I had them check the variable called Maxactvp (Maximum Active Viewports). This variable specifies how many viewports (per Layout) AutoCAD will display the contents of, minus one for Paper Space.

For example, if your Maxactvp variable is set to 4, and you have 7 viewports, you will only be able to see the contents of three of those viewports (with no ability to identify which). You would need a Maxactvp setting of 8 to see all seven viewports because Paper Space is considered a ‘viewport’ of this variable.

Oddly, the default value for this feature is 48, but since nobody works in a vacuum, we may get something strange like this come across our day sooner or later.

Free subscription to ‘The AutoCAD Toolbelt’ offer:
The first email to michael.beall@autocadtrainerguy.com telling me what you do when your Zoom and Pan Realtime run into the ‘edge’ so that you can continue panning (as shown when using Pan Realtime) will receive a complimentary one-year subscription (8 issues) of my newsletter, ‘The AutoCAD Toolbelt’.

STOP PRESS - Winner
The winner of this month's Toolbelt offer is Eric Wing, with KHH in Syracuse, NY, who came in with the answer of simply regenerating the drawing. This re-establishes the Display List of the drawing and enables you to continue with the Realtime Pan and Zoom (or wheelie).


Power Tool

Grip Copy and Rotate

Grips have been around for many versions now and they have a feature that is relatively little known which enables you to make copies in user-defined intervals. When using this feature in a polar application, it’s like an infrequent Array.
As you see in the figure, one of the grips of the T-shape polyline was selected, then I pressed <Enter> a couple times to proceed to the Rotate mode, set the Copy option, then set the Base point to be the center of the circle, as seen in this command sequence:

** ROTATE **
Specify rotation angle or [Base Point/Copy/Undo/Reference/eXit]: C
** ROTATE (multiple) **
Specify rotation angle or [Base point/Copy/Undo/Reference/eXit]: B
Specify base point: cen of

After establishing those conditions, I still have a prompt for the ‘rotation angle’ at which point I entered 30 to place the first copy 30 degrees in a counterclockwise rotation from the original object.

Cool part: At this point, hold down the Shift key and as you rotate your cursor, copies of the gripped object can now be placed at 30 degree increments!

This can also be implemented in any non-polar pattern after using grips to copy an object. After placing the first copy (all modes have the Copy option), hold down the Shift key to repeat that distance for the next copy.

 


The Basics

Cycle Through Stacked Objects

Have you ever clicked on an object and have something of a different color light up? Your work is cut out for you at that point. There are some perfectly legitimate reasons why there would be a line on top of another line in a drawing (but there are some folks that, shall we say, ‘lack diligence’). In a floorplan, a line for the reflected ceiling plan will be drawn in the same place as the line for the wall or the floor covering or the base trim. When you need to Move, Copy, Erase or edit something that is ‘under’ something else, however, use the ‘Object Selection Cycling’ feature.

First, this feature can only be implemented at the ‘Select objects’ prompt, and only with the pickbox (not other selection methods such as Window, Fence, etc.)

Instructions:
If you suspect there is an object under another object, at the ‘Select object’ prompt do this:

1. Hold down the Ctrl key before picking the object.

2. Click on the object. The selected object will highlight, and you will now see the <Cycle on> notice on the prompt line. After selecting the first object you can release the Ctrl key and even move your cursor off of the object.

3. To cycle through the objects under the pickbox, click again (anywhere) … click again … click again. When the object to be edited is highlighted, press <Enter> to stop the cycling feature.

4. Continue selecting additional objects if needed or press <Enter> to move on to the next prompt.

Sure beats all those other methods you have used to get access to those stacked objects, doesn’t it?