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
-
AutoCAD 2010: The User Interface - Part 1
This video tutorial takes you on a guided tour of the AutoCAD 2010 user interface. This is the best place to start for beginners. Running time: 3min 56sec Format: Video
Last visited: less than one minute ago
-
Animating Materials: Water
Just about everything in the Brycean world can be animated, including materials. This tutorial shows you how to simulate ripples on the surface of a standard Bryce water material by modifying the offset and rotation of the texture component of the material. Format: Text/Image
Last visited: 1 minute ago
-
Cameras
Cameras are the main viewing tools in 3D visualisation. This tutorial demonstartes how to create and control cameras. Format: Text/Image
Last visited: 1 minute ago
-
AutoCAD to Photoshop
This tutorial demonstrates a number of workflows from quick and simple to high quality. Format: Text/Image
Last visited: 1 minute ago
-
Masterplan Exercise
This exercise can be used to practice your basic drafting skills. Format: Text/Image
Last visited: 1 minute ago
-
Modifying Objects
This tutorial runs through all of the modify tools, demonstrating practical examples in each case. 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
GNSS on AutoCAD
by PGia
13 replies
Last post: 20 minutes ago
AI taking over
by BIGAL
15 replies
Last post: 2 hours ago
Parametric wardrobe, kitchen & cabinet automation in AutoLISP — anyone working on similar?
by zenmar
16 replies
Last post: 22 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: 61 hours ago
Help to Modify Existing Line Annotation LISP
by KraZeyMike
5 replies
Last post: 64 hours ago
Multiple tags updated with the same value.
by Jeff Kiper
3 replies
Last post: 126 hours ago
This Week's Hot Topics
AI taking over
by BIGAL
15 replies
Viewed: 616 times
GNSS on AutoCAD
by PGia
13 replies
Viewed: 488 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
“Best of” Basics: Irregular Viewport
From: AutoCAD Productivity Articles #145
Originally published: April 2016
When you need a viewport shape other than a rectangle, the first order of business is to be able to view the objects in Model Space at the desired scale. From there, you can create a polyline to essentially ‘crop’ the objects in Model space, then turn it into a viewport.
The best drawing for testing this is in the path…
C:\Program Files\Autodesk\AutoCAD 20xx\Sample\Database Connectivity
If you have AutoCAD 2014 or prior, the drawing name is db_samp.DWG
If you have AutoCAD 2015 or later, the drawing name is Floor Plan Sample.DWG

How to Create an Irregular Shaped Viewport
Right-click on a layout tab and make a new layout with a large viewport.
Double-click in the viewport, then set the desired scale from the scale list on the Status bar. You may want to start with 1/64″ = 1′-0″ so you can see all of it.
Return to Paper space and create any closed polyline, spline or circle to be the viewport.
Note: If you are creating a Polyline, you must use the Close option if it is to be converted into a viewport. If you did not use the Close option, use Pedit and select the polyline, then use the Close option.
In this illustration, I created a polyline around the perimeter of the floorplan. (Ideally, this would be on a dedicated layer on which you typically create your viewports).
On the Layout tab, click Clip.When prompted to select the ‘viewport to clip’, select the rectangular viewport.
When prompted to select the ‘clipping object’, select the polyline (or whatever object you created in Step 3, above).

AutoCAD will convert the polyline into a viewport and erase the original rectangular viewport!
See all the articles published in April 2016
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.