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
-
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: 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
-
Stage 10: Add Play Equipment, Vehicles and People
Finally, Quickscape Model Objects dialog is used to add play equipment, cars and vans and Quickscape Image Objects dialog is used to add people. This brings the scene to life and further adds to the sense of scale for the design. Format: Text/Image
Last visited: 1 minute ago
-
User Co-ordinate Systems
This tutorial describes what UCSs are, why we need them and how to use them. The correct use of UCSs with AutoCAD is the key to producing good 3D models and they can also help with 2D work. Format: Text/Image
Last visited: 1 minute ago
-
Object Snap
A tutorial giving an overview of all the AutoCAD object snaps (osnaps) with some worked examples. The tutorial also covers the use of temporary tracking points and object snap tracking. Format: Text/Image
Last visited: 2 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
GNSS on AutoCAD
by PGia
11 replies
Last post: 9 hours ago
Parametric wardrobe, kitchen & cabinet automation in AutoLISP — anyone working on similar?
by zenmar
16 replies
Last post: 13 hours ago
A toolkit is designed to streamline the conversion of raw survey texts ,and markers into professional MLeaders
by darshjalal
2 replies
Last post: 53 hours ago
Help to Modify Existing Line Annotation LISP
by KraZeyMike
5 replies
Last post: 55 hours ago
AI taking over
by BIGAL
13 replies
Last post: 86 hours ago
Multiple tags updated with the same value.
by Jeff Kiper
3 replies
Last post: 118 hours ago
This Week's Hot Topics
AI taking over
by BIGAL
13 replies
Viewed: 564 times
GNSS on AutoCAD
by PGia
11 replies
Viewed: 442 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
Possible Solutions to the Disappearing Drawing
From: AutoCAD Productivity Articles #142
Originally published: October 2015
Many of my customers encounter a situation where the drawing disappears when they change the view or use Zoom Extents. Here are a few of my suggestions that I'm beginning to include in all my training sessions:
Purge and Audit a drawing you inherit or haven't worked on in a while. In the Purge command, if the two boxes under Unnamed Objects are ‘live’, check them both.
Save the current layer condition as a layer state, then turn On and Thaw all layers. Objects that are on layers that are Off are still ‘seen’ when you Zoom Extents. Saving the layer state will give a fallback position, just in case.
Set the QTEXT (Quick Text) feature to ON, then Regen the drawing. Turning on Qtext will replace all text objects with boxes and may make the dots around the perimeter of the screen easier to see. This feature was used extensively in the early days of pen plotters when it just took too long — albeit very entertaining over a lunch hour — to plot drawings with a lot of text. Instead of pppllloootttiiinnnggg out each letter, it just drew a quick 4-sided bounding box around the text. (Set QTEXT back to OFF when you're finished.)
Set PDMODE to 35 to display Points in the Circle-X format. All my furniture/facilities customers have drawings with Point objects on the insertion points and other vital locations on their furniture. Setting the PDMODE — Point Display Mode — to 35 makes any floating Point object visible. (Set PDMODE back to 0 to go back to the default condition of dots.)
After all's said and done, hopefully you will see the misbehaving object that's keeping your drawing from displaying as you expected. At that point, you can either move those objects back among their peers… or simply delete 'em. That's your call, but at least now you know what that problem was!
See all the articles published in October 2015
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
-
22nd – 28th June 2026
This week's image is by boofrelday
Software used: SketchUp and Podium
-
Last Week's Image
Last week's image is by CADken
Software used: SketchUp and Kerkythea
-
Two Weeks Ago
This image is by Jay C
Software used: Revit
-
Three Weeks Ago
This image is by khama
Software used: AutoCAD 2006
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.