CADTutor

Learn AutoCAD with our Free Tutorials

Welcome to CADTutor

CADTutor provides the best free tutorials and articles for AutoCAD, 3ds Max and associated applications along with a friendly community forum. If you need to learn AutoCAD, or you want to be more productive, you're in the right place. See our tip of the day to start learning right now!

Free Tutorials and More…

The Tutorials section provides over 100 original tutorials for AutoCAD, 3ds Max and other design applications. Michael’s Corner is an archive of productivity articles that brings you the best AutoCAD tips and tricks. Our Forum is a lively community where AutoCAD users can ask questions and get answers. The Downloads area provides free AutoCAD blocks, free AutoLISP routines and free images.

Tutorials of the Moment

Recently viewed tutorials

CADTutor Tutorials

Our tutorials are comprehensive but straightforward introductions to AutoCAD and related software. They are designed to help beginners get to grips with design workflows as quickly as possible. There are over 100 to choose from, some text/image based and others in video format. Whatever stage you are at in your learning, you should find a tutorial to help.

Forum Latest

Currently Active Topics

This Week's Hot Topics

CADTutor Forums

Our forum is a vibrant community of experts and beginners. The main focus is helping beginners get to grips with AutoCAD and to help more advanced users become more productive. The AutoLISP forum is one of the busiest out there, providing expert advice for busy professionals.

AutoCAD Productivity

Use the INSERT Osnap on Blocks

by Michael Beall

From: AutoCAD Productivity Articles #134
Originally published: June 2014

A blockThe Insert OsnapIn Michael's Corner February 2013 I covered the use of the Insert object snap for text. It also happens to be the Osnap you can use for Blocks.

When you need to snap to the insertion point of a block, I don't bother to set it as an Osnap since it's such a seldom-used feature. When the time comes, simply Shift + Right-click to display the Osnap shortcut menu, then click Insert or use the ‘INS’ keyboard shortcut.

See all the articles published in June 2014

Michael's Corner

Between 2003 and 2016, Michael Beall (and one or two guests) wrote almost 600 articles for CADTutor. The focus of these articles is AutoCAD productivity, and although some of them are now more than a few years old, most remain relevant to current versions of AutoCAD. The article above is just one example. Check out Michael's Corner for a full listing.

Tip of the Day

Auto-repeating Commands

Editing the Circle macro in the CUISometimes you need to repeat a command lots of times and it can be a bit tedious doing the usual Right-Click and Repeat… or even using the Enter key on the keyboard. It would be really useful if you could just keep a command auto-repeating until you hit the Escape key Esc. Well, you can. All you need to do is make a small change to the CUI.

For example, say you want to draw lots of circles and have the circle command auto-repeat so that you can just pick center, radius, center, radius etc. Here's what you do:

  1. Select View ❯ Toolbars… from the pull-down menu to display the CUI dialogue box.
  2. In the "Customizations in All CUI Files" section, click on "Toolbars" and then "Draw" to reveal the Draw commands, and then click "Circle".
  3. The Properties area now changes to display the Circle button properties and under the "Macro" heading, you will see the macro used to start the Circle command. By default, this macro is: ^C^C_circle. To cause the Circle command to auto-repeat, simply add a "*" before the existing macro. Once edited, your macro should look like this: *^C^C_circle.
  4. Now click the "OK" button to save and return to the drawing.

Try the circle command and see what happens.

This technique can be used with most commands. For example, if you are doing a lot of dimensioning, you could auto-repeat the Linear Dimension command so that you can draw all your dimensions without breaking stride.

Today's tip is by fuccaro

Missed a Tip?

Did you miss yesterday's tip? Maybe you forgot to drop by or maybe you don't visit over the weekend. If so, you can now see all the tips published during the past week. Also, if you have a tip you'd like to share with us, you can post it on our forum and if we like it, we'll publish it here.