CADTutor

AutoCAD Tips and Tricks

This week's tips

Our community members love sharing their knowledge. Many of them have years of experience and have solved many CAD problems across a range of industries. These tips are just as useful whether you're just starting out with AutoCAD or whether you're a seasoned professional always willing to learn new skills.

Submit your own tip

If you have some great AutoCAD tips that you'd like to share here at CADTutor, just sign up to our forum and post your tip in the Tutorials & Tips'n'Tricks section. We'll take it from there.

Today's Tip

Repeat for Efficiency

Recent InputSometimes, you may find yourself having to use the same command repeatedly. This can be a pain, unless you are aware that the previous command can always be repeated by hitting the Enter key on the keyboard or by using the right-click mouse button and selecting the name of the command you just used. Both these methods are more efficient than repeatedly finding a command on a toolbar or from a pull-down menu.

What's more annoying than having to repeat a single command (and more common) is having to repeat a sequence of maybe two or three commands. Obviously, you can't use the "Enter to repeat" trick. However, the right-click menu has another option that can help in these situations. Below the name of the last command used, is a menu option that says Recent Input. If you select this option, you will see a list of all the commands used in the current drawing session, with the most recently used at the top.

Using this method, you can repeat any sequence of commands without having to return to a toolbar or pull-down menu.

Note: This function is controlled by the inputhistorymode variable.

This tip was submitted by Lazer

Yesterday's Tip

Clear that 3D clutter with Orbit

When 3D drawings get complicated, it may become difficult to view a particular object in your drawing because it's being crowded by other objects. Here's a neat trick that will help you solve this problem.

Select the object or objects you're interested in before starting the Orbit (3DORBIT) command. When you start the Orbit command, all the other objects in the drawing will become invisible and your selected object can be seen alone. The other objects become visible again as soon as you exit from Orbit.

Hide with Orbit

This technique can also be used to ensure that the selected object always appears in the center of the scene when orbiting. It is also possible to select the center point of rotation without having the other objects disappear - use the 3DORBITCTR command.

This tip was submitted by CADgirl

Tuesday's Tip

Command line in a window (F2)

The command line can be very useful, especially for beginners because AutoCAD often gives useful prompts which helps when learning how to use some of the more complicated commands. The command line is also used by AutoCAD to report information back to the user, but sometimes that information may run to several lines of text, and disappear from view. A good example of this is the Distance command (you can run this from the keyboard by typing DIST). The problem is that by default, the command line is only two lines high and so if you use the Distance command, you don't even see the distance reported to the command line.

One way round this problem is to increase the depth of the command line to show more lines but this takes up valuable drawing area. A better solution is to display the command window using the F2 key on the keyboard.

Command Line

As you can see above, the command window also allows you to scroll back through the command line so that you can review your recent drawing history.

This tip was submitted by David Watson

Monday's Tip

Trim Up

TrimmingOften, you find yourself using the Trim command to tidy up loose ends of lines. If this is the case, don't bother selecting cutting edges, just use the "select all" option.

Start the Trim command, Modify ❯ Trim from the pull-down menu or TRIM from the command line. At the prompt, simply hit the Enter key to accept the <select all> option.

Now, just pick the line ends you want to remove.

This tip was submitted by Mr T

Sunday's Tip

Offset to the current layer

Offset command Layer optionWhen you use the offset command, the new object always ends up on the same layer as the source object. That's the default option but you can have objects offset to the current layer.

Start the Offset command, Modify ❯ Offset from the pull-down menu or OFFSET from the command line. At the prompt, enter L for "Layer" and then C for "Current". Now, each time you use Offset, objects will be created on the current layer.

To set Offset back to the default, use the same sequence but enter S for "Source".

This tip was submitted by JBullseye74

Saturday's Tip

AutoCAD's Spell Checker

Check SpellingYou can spell check one or more blocks of text using AutoCAD's in-built spell checker. Select Tools ❯ Spelling from the pull-down menu or just type SPELL at the command line. When prompted, select as many blocks of text as you like and then hit the Enter key. What you get is the Check Spelling dialogue box, which works in exactly the same way as the spell checker in Microsoft Word.

This tip was submitted by StykFacE

Friday's Tip

Copy and Move without commands

Right-click menuYou can copy or move objects without using any commands!

To move an object select it once, then click and drag it (not the grips) to move it to wherever you want. Release the mouse button to drop it.

To copy an object, select it once, then right-click and drag it. When you release the mouse button, you are presented with a menu, allowing you to Move, Copy or Paste as Block.

This tip was submitted by hotrodz0321