Categories

AutoCAD 2015 and AutoCAD LT 2015 Bible

The most comprehensive AutoCAD book around!

What is your favorite AutoCad Block Naming Convention?

AutoCad block naming conventions can help you quickly identify block types, especially in drawings with many blocks or within the block libraries.

There is no one way fits all approach, however, from our experience, three major criteria for a good naming standard are:

Descriptive/Meaningful Concise Consistent

So what is a Descriptive/meaningful, intuitive, simple and consistent […]

Breaking a line into two in AutoCad

You can break a line or other object into two objects without any space between them using the BREAK command in AutoCad.

Here are 5 easy steps to achieve it:

Type in BREAK at the command line or select break tool Select the object you wish to break Select First Point Option (F) then Pick […]

Print or share a list of layers

Sometimes you need a list of layers to quickly see all the layers and their status in a drawing. You can share it with colleagues. For a simple method, follow these steps:

Type -layer on the command line. Choose the ? option to get a list of layers and press Enter. Press F2 to open […]

Extend lines to make corners with chamfer

The CHAMFER command makes mitered (angled) corners, like the one below.

However, you can also use the CHAMFER command to extend lines to meet and make right-angled corners. In other words, you can use the command to turn the situation on the left to the situation on the right.

[…]

Dealing with gaps

Gaps can be frustrating. You want to hatch an almost-closed object, but it doesn’t work. You may want to join lines, or close an arc or an elliptical arc to remove the gap. Finally, you may want to join polylines. Here are some tips about dealing with gaps.

First, and foremost, if you don’t want […]

Joining Two Lines Into One

Doug Merkley contributed an AutoLISP routines that “mends” lines. It joins two lines into one, using the start point of the first line selected and the end point of the second line selected to create the new line. Download it.

Mark McDonough contributed a different type of AutoLISP file, which he calls heal.lsp. It only […]

Ending the LINE command quickly

Prior to AutoCAD 2000 you could end the LINE command by right-clicking with your mouse. That was because the right mouse button was programmed to be equivalent to pressing Enter. However, starting in AutoCAD 2000, right-clicking opens up a shortcut menu. One of the options on that menu is Enter which you can click to […]