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
-
3D Tree Exercise
The object behind this exercise is twofold. Firstly it is to give you practice with some of the 3D techniques which you have discovered in the tutorials or to introduce you to them if you haven't seen them before. Secondly it is to demonstrate a reasonably simple method for constructing a convincing 3D tree. Format: Text/Image
Last visited: 1 minute ago
-
Editing and Saving Materials
Once materials have been created and edited in the Material Editor to suit a particular scene they no longer need to be kept in the Materials Editor. Materials can be saved in material libraries and retreived for use in any other scene. This tutorial shows you how. Format: Text/Image
Last visited: 1 minute ago
-
AutoCAD 2010: Basic 3D Editing with Grips & Gizmos
This tutorial follows on from the 3D Primitives tutorial and describes how 3D solid objects can be edited using grips and gizmos. Running time: 11min 53sec Format: Video
Last visited: 1 minute ago
-
AutoCAD 2010: Joining Lines, Polylines and Arcs
This video tutorial demonstrates how to join lines, polylines and arcs using the Join command and the Edit Polyline command. Running time: 6min 49sec Format: Video
Last visited: 1 minute ago
-
Creating and Drawing Sections
This tutorial describes how to draw sections using Key TERRA-FIRMA. The tutorial assumes that you have previously completed the Ground Modelling tutorial or that you already have a good understanding of TERRA-FIRMA ground modelling. Format: Text/Image
Last visited: 1 minute ago
-
Ground Modelling
This tutorial describes how to create a 3D surface model from contour information using AutoCAD and Key TERRA-FIRMA. Format: Text/Image
Last visited: 1 minute ago
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
Extracting block data to a report
by jamami
85 replies
Last post: 3 minutes ago
How to pass Entity name to defun
by topogigio
3 replies
Last post: 57 minutes ago
Tapered Offset/Stretch closed polyline shape
by SLW210
42 replies
Last post: 1 hour ago
Auto Alphabet
by maahee
4 replies
Last post: 1 hour ago
PICK BOX SENSITIVITY
by Mike1234
2 replies
Last post: 1 hour ago
Subtraction problem
by Berzerker
27 replies
Last post: 2 hours ago
This Week's Hot Topics
Detail circle in MS
by jim78b
28 replies
Viewed: 647 times
Subtraction problem
by Berzerker
27 replies
Viewed: 316 times
Real time text next to cursor
by Vica
10 replies
Viewed: 364 times
LISP for MULTIPLE won't stay in command.
by resullins
6 replies
Viewed: 355 times
Delete XData
by limfx
6 replies
Viewed: 262 times
New Pc with LT2026, i need to set up the screen to how it was WITH lt2020
by Mike1234
4 replies
Viewed: 367 times
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
Drawing Information
From: AutoCAD Productivity Articles #137
Originally published: December 2014
For billing purposes, it's nice to know how long you have spent working in a drawing. To that end, the Time command may be a helpful resource, especially given the elapsed time feature that can be toggled ON and OFF, and can also be Reset.
Command: TIME Current time: Sunday, November 23, 2014 3:44:54:790 PM Times for this drawing: Created: Wednesday, November 14, 2007 2:42:44:984 PM Last updated: Sunday, November 23, 2014 9:59:28:105 AM Total editing time: 0 days 04:45:06:399 Elapsed timer (off): 0 days 04:44:32:866 Next automatic save in: 0 days 00:07:30:395 Enter option [Display/ON/OFF/Reset]:
To keep track of your time in the drawing, launch the Time command, then begin the elapsed timer with the ON option. When finished, use the OFF option to display the total editing time. The above information indicates that I was editing the drawing for a little more than 30 seconds - 04:44:32 to 04:45:06.
DWGPROPS [ ] Another useful tool for quick information may be the Dwgprops command found in the ‘scarlet letter’. It's nice to have the Location and Size information immediately available, rather than going out to Save As.
See all the articles published in December 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.
Image of the Week
-
23rd – 29th June 2025
This week's image is by neekcotrack
Software used: AutoCAD 2005
-
Last Week's Image
Last week's image is by papagyi
Software used: AutoCAD 2009
-
Two Weeks Ago
This image is by nocturne00
Software used: AutoCAD 2006
-
Three Weeks Ago
This image is by rgarjr
Software used: Inventor
Gallery of Work
Over the years, our forum members have contributed hundreds of images, showcasing their amazing work. The images above are just a small selection that demonstrate the wide range of project types our community is involved with. Take a look at our gallery to see all the images published in the last 12 months.
Tip of the Day
Auto-repeating Commands
Sometimes you need to repeat a command lots of times and it can be a bit tedious doing the usual and 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:
- Select from the pull-down menu to display the CUI dialogue box.
- In the "Customizations in All CUI Files" section, click on "Toolbars" and then "Draw" to reveal the Draw commands, and then click "Circle".
- 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
. - 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.
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.