How to Make a Template in Autocad

My Autocad templates are full of blocks that I have created and named to make the jobs that are repeated similarities, much easier and much more correct and uniform. I made these templates to simplify repeated drawings that have the exact same floor plans or layout and use the exact same equipment. The equipment is in separate blocks to be layed out per each individual locations unique requests. Maybe this is what you are looking for for your Autocad template.
For this “How to” I am using Autodesk Autocad 2014 in classic view.
If you have never made yourself a  template file for Autocad and have a reason that you may need to use the same design on multiple occasions and be able to pull up the default version of the Autocad design with ease. Then this might help you.
In the most simple way, right click any cad file and select “rename” and change the file from DWG to DWT. save. Then place the file into your templates folder.

In a more complex way but not real bad.
Open a cad file, then go to the menu area and select “save as”. Now name the file and below the area you name the file is “file type” select “dwt”. This will automatically place the new Template file in your templates folder when you select “save”.
cad-menu1

Now to load the template, you select file in top left of your screen, then select “new”. and in there will be your template file that you just created.
You can update the file as you go along, just be sure to select “dwt” each time you update the template.. And select “dwg” when you have designed something that will not be your default.

How to Create Blocks in Autocad

Let’s start with creating  a simple block for this post.
Creating a block is a good way to to lock a set of items in one place to prevent deletion of useful items during editing. creating a block is also useful if you want to use that same block multiple times and call that item back up again with the quickest methods.

First you have to draw the item you want to be in a block.

Once the item is drawn, you can now highlight the item you just drew in cad, and then either right click and select “paste as block” or if you are on a newer version of autocad, you have to turn on the menu at the top of the window . once the menu is activated in Autocad, select “edit” in the droop down menu you will see “paste as block” select “paste as block”
pasteblockmenu

You have now created a block.

Now double click that block. and you will see  block editor open. The block will be highlighted in the list of blocks. The name should be random alphanumeric and symbols.
blockedit

Let’s name that block something you can remember.
Now at the top of that list there should be a space you can type in. The blocks name will be in that spot. Go ahead and copy that name and close the block editor.
Now in the command area type “rename” a new window should pop open.
renameblock

In the area that says “Old Name” paste in the name you copied, or you can scroll down the list of blocks on the right until you see the name of the block you want to rename. In the field below “Old Name” simply type in the new name of the block and press “Ok”.

You have now created and renamed a block in autocad.

you can easily call the item up with the “Insert command” or just type “i” and press enter.

Please let me know if this was informative enough, or simple enough or not.