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
-
All About Images
This tutorial tells you all you need to know about working with images in AutoCAD. Format: Text/Image
Last visited: less than one minute ago
-
Paper Space Exercise
AutoCAD's paper space mode is a bit like having a page in a scrapbook onto which you can paste different views of your AutoCAD drawing. This whole page can then be plotted. This exercise demonstrates how. Format: Text/Image
Last visited: 1 minute ago
-
The UCS Icon
All about the UCS icon. Format: Text/Image
Last visited: 3 minutes ago
-
Object Properties
This tutorial describes how to control the display of objects (colour, linetype etc.) using layers. It also explains what layers are and how they should be used. Format: Text/Image
Last visited: 4 minutes ago
-
AutoCAD to Bryce
This tutorial takes a step-by-step approach to moving your AutoCAD 3D models into Bryce, applying materials and creating a setting. Format: Text/Image
Last visited: 6 minutes ago
-
Dimensioning
This tutorial describes the options and commands available for dimensioning drawings and how to use them. The correct use of AutoCADs dimension tools is the key to producing clear and concise measured drawings. Format: Text/Image
Last visited: 6 minutes 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
Reload LineTypes in AutoCAD 2027 not working?
by Aftertouch
8 replies
Last post: 27 hours ago
GNSS on AutoCAD
by PGia
26 replies
Last post: 37 hours ago
LAYER PROPERTIES
by ababs
8 replies
Last post: 60 hours ago
Change text color in AutoCAD Lt Tables Lisp request
by MSHR
24 replies
Last post: 67 hours ago
Drafix CAD Pro for Windows 10 and Windows 11
by pcg
3 replies
Last post: 72 hours ago
Python, Clone Layout from another drawing
by Danielm103
0 replies
Last post: 106 hours ago
This Week's Hot Topics
Reload LineTypes in AutoCAD 2027 not working?
by Aftertouch
8 replies
Viewed: 269 times
AutoLISP: Safe alternative to (command "EXPLODE") inside a custom command
by p7q
5 replies
Viewed: 414 times
How to create field that shows text from a dimension
by ColinPearson
0 replies
Viewed: 253 times
Civil design using Bricscad and Civil Site Design.
by BIGAL
0 replies
Viewed: 238 times
Python, Clone Layout from another drawing
by Danielm103
0 replies
Viewed: 211 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
Rotate with the Copy Option
From: AutoCAD Productivity Articles #135
Originally published: August 2014
Grips don't get a lot of respect, but they are really quite powerful [See ‘The Lost Art of Grips’ in Michael's Corner March 2005], and the introduction of multifunction grips a few versions ago [Covered in Michael's Corner in July 2011 & April 2012], really kicked 'em up a notch.
However, what I want to mention here, is the Copy option of the Rotate command (…which is a similar feature when using grips, if you were wondering about the relevance).

In the following exercise, the chair arrangement must be completed on all four sides.
How to Copy with Rotate
Launch the Rotate command, select the objects to rotate, then press [Enter].
To pick the middle of the conference table, Shift + Right-click and click Mid Between 2 Points, then click two diagonally opposed corners to specify the rotation basepoint between them.
Click the Copy option (or enter C if you have a version prior to AutoCAD 2013).
Turn on Ortho if necessary, then click to rotate—and copy—the selected objects!

See all the articles published in August 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
-
29th June to 5th July 2026
This week's image is by David Bethel
Software used: AutoCAD R12/R13 and Accurender
-
Last Week's Image
Last week's image is by boofrelday
Software used: SketchUp and Podium
-
Two Weeks Ago
This image is by CADken
Software used: SketchUp and Kerkythea
-
Three Weeks Ago
This image is by Jay C
Software used: Revit
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
Absolute and Relative Coordinates
| Coordinate | Interpretation |
|---|---|
| 25,75 | depends on context |
| @25,75 | relative |
| #25,75 | absolute |
It used to be very simple. Enter a coordinate and AutoCAD interpreted it as an absolute coordinate. Enter a coordinate preceded by "@" (the at sign) and AutoCAD interpreted it as a relative coordinate. This simple rule changed when dynamic input was introduced and now the interpretation of coordinates is contextual. For example, when you draw a rectangle using RECTANG, the coordinate for the second point is interpreted as absolute with dynamic input turned off and as relative with dynamic input turned on. Really, try it and see.
Fortunately, there's a new coordinate prefix that forces an absolute coordinate, even when AutoCAD decides you want a relative one. Precede any coordinate with "#" (the hash sign) to force an absolute coordinate.
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.