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
-
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: less than one minute ago
-
Object Selection
This tutorial shows you the many ways AutoCAD objects can be selected. Covers the building of selection sets with implied windowing, fences etc. Format: Text/Image
Last visited: 2 minutes ago
-
Using Co-ordinates
All about the use of co-ordinates in AutoCAD. Format: Text/Image
Last visited: 2 minutes ago
-
ISO Paper Sizes
There has alwas been some confusion over the size of standard ISO drawing sheets with AutoCAD.The stated sizes in the plot dialogue box are not the true ISO sizes. This tutorial explains why and how to plot to scale from Model Space. Format: Text/Image
Last visited: 3 minutes ago
-
AutoLISP Quick Start
This tutorial is designed to help AutoCAD users get to grips with AutoLISP quickly. It demonstartes how to create AutoLISP routines from a standing start. Format: Text/Image
Last visited: 4 minutes ago
-
AutoCAD to Photoshop
This tutorial demonstrates a number of workflows from quick and simple to high quality. Format: Text/Image
Last visited: 4 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
Need to edit block text without keeping the block? Try BURST.
by indiancad
1 reply
Last post: 10 hours ago
multiple file selection dialog box using lisp & powershell
by Paul Li
12 replies
Last post: 13 hours ago
AI taking over
by BIGAL
31 replies
Last post: 21 hours ago
A new get length LISP
by SLW210
18 replies
Last post: 31 hours ago
Update to the creation of DCL's
by BIGAL
14 replies
Last post: 33 hours ago
How can I make the following program support Chinese input?
by xcn
11 replies
Last post: 41 hours ago
This Week's Hot Topics
multiple file selection dialog box using lisp & powershell
by Paul Li
12 replies
Viewed: 512 times
How can I make the following program support Chinese input?
by xcn
11 replies
Viewed: 469 times
xdrx
by granat
10 replies
Viewed: 496 times
Do you really need a separate DWG for every revision?
by indiancad
5 replies
Viewed: 273 times
Why does a viewport show the wrong part of my drawing?
by indiancad
2 replies
Viewed: 373 times
Do you check the drawing units before starting work on a DWG?
by indiancad
1 reply
Viewed: 242 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
Use the INSERT Osnap on Blocks
From: AutoCAD Productivity Articles #134
Originally published: June 2014

In 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.
Image of the Week
-
14th – 20th September 2026
This week's image is by helraiser81
Software used: 3ds Max and V-Ray
-
Last Week's Image
Last week's image is by papagyi
Software used: 3ds Max and V-Ray
-
Two Weeks Ago
This image is by CADken
Software used: SketchUp and AutoCAD 2010
-
Three Weeks Ago
This image is by Red333
Software used: AutoCAD 2009
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
Using Imprint to sub-divide faces
The Imprint command () gives the first impression of nothing more than adding graffiti to solids. Upon closer investigation, however, we find that it actually modifies the face on which it is placed, effectively sub-dividing it. Sub-divided faces can then be extruded using the Extrude faces command ().
Procedure
- Create a box.
- Draw a line on one of the faces.
- Imprint that line on the solid.
- Use Extrude faces to extrude the sub-divided face.
To generate this modified part with Boolean operations would not be difficult but, as we all know, speed and accuracy are the name of the game. The procedure describe above can be auto-executed with the command macro:
^C^C_line;\\;_solidedit;b;i;\last;y;;;f;E;\;\\;;
The UI could benefit from some advanced programming, but if one pays attention to the Command Prompts, it's not so bad.
Note: This tip relates to versions of AutoCAD before 2007. Although the technique works with 2007 and above, the same operation can be achieved more easily using the Presspull tool.
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.