Categories

AutoCAD 2015 and AutoCAD LT 2015 Bible

The most comprehensive AutoCAD book around!

Tutorial: Add a button to the ribbon in AutoCAD

Customizing the ribbon is similar to customizing a toolbar, but you need to be aware of the special structure of the ribbon.

If you’re interested in creating custom commands, also see “Tutorial: Create a custom command.” This tutorial builds on those skills, but is complete in itself.

Choose Tools tab> Customization panel> User Interface, or […]

Switch between Imperial and metric measurements

If you usually draw using Imperial measurements (feet and inches), you may sometimes want to enter a length in metric units. For example, if you’re designing a house in the United States, you may have certain items that were imported from Europe and are measured in millimeters or centimeters. It might be easier to be […]

Speed up your work with command aliases

When I give instructions, I usually provide ribbon access instructions for commands, but the quickest way to work is to type command aliases on the command line. You just need to know them. Print out this list and keep it by your computer for a couple of weeks until you learn them. You’ll be amazed […]

See current settings on the status bar

Would you like to see current settings for important system variables on tshe status bar? It looks like this:

It shows the date, DIMSCALE, LTSCALE, DIMSTYLE, and current UCS name (I named my UCS “anything“). You can put any system variable you like here. This code is in DIESEL.

; —- Mode Macro for status […]

Options you should change

The Options dialog box (Tools > Options or right-click in the Command Line window and choose Options) has many options that significantly affect how AutoCAD functions. If something is not working the way you want, a setting in the Options dialog box may be the answer.

Everyone works in a different environment. Various disciplines have […]

Manage the user interface–the ribbon and the menu bar

AutoCAD 2009 introduced the ribbon, a completely different way of specifying commands. Some people like it; some don’t. However, if you want to use the ribbon (and it’s not going away), you can create a hybrid user interface that gives you the best of all worlds.

One reason to continue with menus is if […]

Loading AutoLISP programs quickly

A quick way to load an AutoLISP program is to drag it from Windows Explorer onto AutoCAD‘s drawing area. (Position the Windows Explorer window so you can see the AutoCAD drawing area or drag onto the AutoCAD taskbar button, wait until AutoCAD displays and then drag onto the drawing area.) You can even drag […]

Creating Custom Toolbar Buttons

(For AutoCAD 2005 and earlier. For AutoCAD 2006 and later, click here.)

Any time you would like a custom version of an AutoCAD command, you can create a toolbar button for it. It’s very easy to do and will greatly enhance your ease of work and efficiency.Let’s say that you often fillet multiple sets […]

Creating custom hatch patterns

While AutoCAD comes with a large variety of hatch patterns, you can also create your own. This feature has been around for many years.

Hatch patterns are stored in files with a file extension of .pat. You can add your hatch to the default acad.pat or create your own .pat file. As always, don’t […]

Create a shortcut to a template and workspace

You probably have a shortcut to AutoCAD on your desktop. If you do, you can customize how that shortcut works. You can even create several shortcuts and tell them to open AutoCAD in different ways. This is called using command-line switches.

First, select the shortcut and press Ctrl+C. Then press Ctrl+V to create a […]