Michael's Corner is a monthly publication written by Michael E. Beall, Autodesk Authorized Author and peripatetic AutoCAD trainer. Michael travels all over the USA, bringing his fantastic experience and great understanding of AutoCAD to his clients. Michael's Corner brings together many of the tips, tricks and methods developed during these training sessions for the benefit of all users.
Michael's Corner provides something for every AutoCAD user. Every month, a number of articles cover a wide range of topics, suitable for users at all levels, including "The Basics" for those just starting out. Essentially, the aim of Michael's Corner is to help all AutoCAD users work smarter and faster.
It's a God-thing.
I had no idea that 14 years ago I would be given the opportunity to make an impact on the professional lives of so many. Only God knew what was ahead, and hopefully, the contributions I have made through Michael's Corner have equipped many of you to be more productive and a bit more savvy using AutoCAD. And apart from all the AutoCAD bashing that is going on, I'm sure it has a long life ahead.
So, in an effort to keep the AutoCAD fires burning, here's what I have for my final installment…
…A reminder on how to customize your hot keys
…Three Power Tools — one for Zoom, one for editing, and one for Layers
…Two Odd Spots — one for Layers and one for Hatching
…Buried text treasure
…And how to Search 14 years of the Archives
As for what's ahead for me, I will continue to present a variety of AutoCAD sessions — Fundamentals, Intermediate, Customizing, Updates, and 2D & 3D. I will also keep training CAP Designer, 20-20 Worksheet, Visual Impression (those three from 20-20 Technologies, Inc.), and some Revit Fundamentals. Next year I'm looking forward to being very involved in training CET (from Configura, Inc.) when Herman Miller joins the growing number of manufacturers embracing this software that is being touted as the ‘Future of Space Planning’. Personally, I'm looking forward to spending a bit more time with Donna, my lovely bride of 30 years. When this posts, we'll probably be within days of going on our 30th Anniversary vacation to the Tanque Verde Ranch in Tucson; Ee-Hah! We had such a good time when we went for our 20th, we figured we'd do it again!
Ah, and I'm hoping to have The AutoCAD Workbench, Final Edition out before snow flies.
And with that, Mike drop! …so to speak.
The LORD bless you and keep you;
The LORD make His face shine upon you,
And be gracious to you;
The LORD lift up His countenance upon you,
And give you peace. Numbers 6:24-26
Those of us from the old school like to right-click to repeat the previous command when there is no command current. To that end, you folks are the target audience for this exercise. For reference, on the User Preferences tab in Options, you will find the Right-Click Customization button where you can set the Default Mode as shown.
The reason this is important to clarify, is because those of us using right-click to repeat the last command will find it easier to customize our object snap cursor menu (Shift + right-click) in the Main CUI rather than Partial which is where I typically encourage you to do your customizations.
In the following exercise, we create a new item for the Object Snap Cursor menu that runs the Endpoint snap twice. This is something you may use when querying a Distance between two points, such as between the panels of a workstation and the lateral files, another panel run, or a wall.
Open the CUI, then expand the Shortcut Menus node.
Expand the Object Snap Cursor Menu node.
Right-click on the Endpoint item, then click Duplicate (essentially a Copy & Paste in one routine).
Click on one of the Endpoint items, then modify the Properties for the Name and the Macro as follows:
Name: &2X_Endpoint
Macro: _ENDP;\ENDP;
Legend: (many of you know this from previous articles)
; Press Enter
\ Pause for user response
The name must have the ampersand preceding whatever you want have displayed when the cursor menu is called up. Whatever you call it is up to you. In the macro, I am partial to using a semi-colon to indicate [Enter] rather than a space. The backslash pauses the macro so you can pick the point using the incurred endpoint snap. Neither the Name or the Macro are case-sensitive.
Click OK to apply, save, and close the CUI, then try out your customized Object Snap cursor menu with Shift + right-click!