Collected AutoCAD tips to make you a super user

Updated on November 11, 2023 by Jaiprakash Pandey, Affiliate Disclosure

Over the years we have collected several AutoCAD tips that I am now sharing with you here.

200 AutoCAD Commands PDF eBook

Get our free PDF eBook containing a collection of 200 AutoCAD 2D and 3D commands

These are tips, shortcuts and some workarounds that you can use to make your AutoCAD workflow super productive.

So, lets begin with the first tip.

Filleting parallel lines

In AutoCAD you can add fillet between parallel lines and it will automatically add a semicircular cap like the animated gif shown below.

You can use any radius value for making fillets between parallel lines.

Using ZERO radius fillet

If you want to merge two intersecting lines at one sharp point then use a fillet of 0 radius.

You can also use chamfer of 0 length to add sharp corner at the point of intersection of the lines as shown in the following image.

Shift key override

When working in ortho mode your cursor will move in either vertical or horizontal direction. To move it in any direction you can use polar tracking.

But if you want to work in ortho mode and only want to temporarily activate polar tracking then press and hold SHIFT key.

Now as long as your shift key is pressed the ortho mode will work like polar tracking and the opposite of this is also true.

You can also use shift key to remove objects from selection set.

So, if you have several objects selected and you want to remove any specific object from the set then press and hold shift key and then click on the object you want to remove from the selection.

Deactivating lasso selection

When you press and hold your mouse left click and then move it in the drawing area you get what we call a lasso selection which is a freehand kind of selection like the image down below.

If you don't like this selection method then you can deactivate it completely.

To deactivate it type OP and press enter then go to "Selection" tab and deactivate the option "Allow press and drag for Lasso" as shown in the following image.

This will deactivate lasso selection and now you will have a regular window selection instead.

Selecting one vs several objects

When selecting multiple objects in AutoCAD you don't need to press and hold the shift key like other windows tools.

But if for some reason selecting one object is deselecting the other object from your drawing then you can fix it using PICKADD system variable.

Type PICKADD on the command line and then press enter. 

Type 2 in the next prompt and press enter and now your selection will return to normal. 

If you want to select only one object at a time then change the PICKADD system variable value to 0.

Command search feature

If you know what a command can do but don't know its exact name, alias or location then you can use this next tip to find it all about that illusive command.

Click the application button (the AutoCAD logo) on the top left corner of the screen and then type the thing that command can do in the search field.

As an example, lets assume I don't know the location of trim command.

So, I will type trim in the search filed and I will get the trim and similar commands in the results as shown in the following image.

Repeat command without pressing enter 

If you want to use a command multiple times and don’t want to press enter key again and again then you can use MULTIPLE command to keep command running in an infinite loop.

Type MULTIPLE on the command line, press Enter key and then enter the name of the command which you want to repeat for example type C for circle and press enter, now make a circle.

Once your circle is completed AutoCAD will not exit circle command and it will be ready for making another circle. To exit this loop press ESC key.

Bring all annotations to front

This command can save you lot of time by allowing you to bring all annotations on top of other overlapping drawing objects with a single command.

To bring all annotations like text, dimensions and leader lines to the front of every other drawing object type TEXTTOFRONT on command line press enter then select All from options.

Searching named objects from the command line

You can search named objects like blocks, layers or dimension styles directly from your command line and you can activate them too from the command line.

For turning on search feature type INPUTSEARCHOPTIONS on the command line and press enter.

Now make sure “search content at command line” radio button is turned on.

Also turn on radio buttons of named objects from content type panel, for best results I recommend turning on all radio buttons from content type panel as shown in the following image.

Once you are done click OK to close the window.

Now type the name of any named object on the command line and it will appear among the results, click on the name of the object to activate or make it current.

Clean up drawing area

If you want maximum working area from AutoCAD you can turn off the ribbon and other clutter from your AutoCAD window by pressing CTRL + 0 on the keyboard.

You can also hide command line by pressing CTRL+9 to get maximum space.

To bring back ribbons press CTRL + 0 again and for command line press CTRL + 9 again.

Toggle object between model space and paper space

If you want to move an object to and from model space to paper space then this command is for you.

This command can only be activated in layout view and it automatically adjusts scale of the object to the scale of target space (model space or paper space).

Open layout view and double click inside your viewport to activate model view.

Now type CHSPACE on the command line and press enter, select object(s) that you want to move to paper space and press enter again.

Your selected objects are now in paper space.

Similarly to move the object in paper space to model space double click outside viewport to activate paper space then activate command CHSPACE and select object on paper space then press enter.

Your objects will move to model space and the scale of the object will also be maintained.

Calculation directly on the command line

You can enter expressions on the command line to make calculations directly to find dimensions of geometry and you don’t need to open calculator separately for making tedious calculations every time.

As an example, I will make a circle with radius equal to 2/3*radius of another arc from geometry.

Start circle command then type ‘CAL on the command line and press enter (make sure you add an apostrophe before CAL).

Your command line will now show following prompt.

Enter an expression 2/3*rad and press enter then click on arc or circle from geometry to pick the value of rad for expression mentioned above.

Your circle will be created with the radius equal to 2/3 multiplied by the radius of arc or circle you selected from drawing.

Suppose radius of selected circle or arc is 6 units then the final circle will have a radius of 4 units which is equal to 2/3 X 6.

You can also enter simple expressions like 3*pi or 4/3*5 which does not contain any variable.

Linear array using copy command

With the Array feature of the copy command, you can easily make a linear array in AutoCAD without using the rectangular array tool.

To explain this feature I will use the geometry shown in the image below.

Here we want to make an array of a vertical rectangle so that it finally looks like the image on the right side with six rectangles in a row with the gap of 2 units among each of them.

Type CO on the command line and press enter to start the copy command then select rectangle and press enter again.

Now specify any point on the rectangle as the base point, for this case I am clicking at lower left corner of the rectangle.

Now look at the command line, it prompts you to select the second point or select the Array option.

Select Array option from the command line, now it will prompt you to specify the number of items in the array.

Type 6 on the command line and press enter. Command line will now prompt you to select the second point for the array or select the Fit option.

Click at the second point in the drawing area to specify the gap between two corresponding array elements.

You can also enter the distance between the two elements on the command line, for our current example, I will enter a distance of 2 units and press enter.

You will see that an array will be created with six rectangles all spaced at the distance specified by you.

If you select the Fit option from the previous prompt then specifying a distance will fit all objects within that space.

For example, if you select Fit and then type 10 on the command line and press enter then all six rectangles will be fitted in between a length of 10 units.

Searching named AutoCAD objects

Using Design Center of AutoCAD you can search for a named object like layer, block or dimension style directly without having to look for the drawing that contains these named objects.

let’s take an example where we need to find a block named bent_pipe but we don’t know the drawing which has this block.

For that type CTRL+2 on keyboard and press enter alternatively you can also use its command alias ADC.

When design center palette opens up, click on search icon on top of the design center palette as shown in the image below.

In the search window on the top left side, you will see “Look for” drop-down menu.

Select component of drawing which you want to search. 

In this case, we want to search for bent_pipe block so select blocks from the drop down menu.

Now browse to the folder or local/network drive where you believe drawing containing block under consideration is placed.

Try to be as specific as possible in selecting the drive or folder to speed up the search.

The time taken by this search to return the results will directly depend upon the number of drawing in the folder.

More drawing will force it to crawl more resulting in delays.

Click on search subfolders radio button also if you believe that drawing could be in any of the subfolders of the designated drive or folder.

Type name of the object in Search field.

In this case, we will enter bent_pipe as the name of the block and click on Search Now button.

Your result will appear on the lower panel of search window with the path of drawing as shown in the image below.

You can also use popular wildcard characters in the search field of the design center.

You can directly use this block by double-clicking on it or by selecting Insert Block from right-click contextual menu.

Migrate customizations using profile

You can use profiles to migrate your AutoCAD user interface customizations and settings.

Type OP and press enter then click the export button on profiles tab as shown in the following image.

Now specify the location and give this profile a name.

It will be saved as an ARG file.

To import the same settings on another AutoCAD installation, copy paste this file on the PC containing your new AutoCAD software.

Type OP press enter then go to profiles tab and then select "Import" button as shown in the image above.

Locate the ARG file you saved in previous step and open it and the profile will load.

Set this profile as current using the "Set current" button on the profile tab of options window and you have your same settings migrated to new AutoCAD.

Custom dimension arrow style

Apart from regular arrow styles of dimension style manager you can create your own arrow style as well.

If you want to add a custom dimension arrow style like the one shown below then here are the steps.

Make a custom arrow style using simple draw commands and convert it into simple AutoCAD block.

AutoCAD uses the blocks as arrow symbol, so I will name this block "Custom arrow".

Don't create a dynamic block from arrow style as it won't work.

Now type D on the command line and select dimension style which you want to change then click on modify button. 

Select symbols and arrows tab from next window and click on arrow drop down menu from arrowheads panel and select "User Arrow" from the menu as shown in the image below.

Now a small window called Select custom arrow block will pop up with a list containing all drawing blocks.

Select "Custom Arrow" from the list and click on OK and close all open windows by clicking OK or close.

Now start any dimension command and pick two points for making that dimension.

You will notice that the dimensions will now be made with custom arrow style.

To modify this custom arrow style simply modify the block and the arrow style will be modified everywhere in your drawing.


Disclosure: On this site, we have placed some recommended products and services from which we get an affiliate commission for every purchase you make without any extra cost to you. Learn more about our affiliate process here.

Get all SourceCAD courses for free

Start learning your CAD and engineering tool for free with video courses powered by instructor led community and live sessions.

{"email":"Email address invalid","url":"Website address invalid","required":"Required field missing"}
>