
Autodesk has introduced palette since a long time ago. If I’m not mistaken, since AutoCAD 2005. Palette is a very easy way to manage (and create) your reusable content. We will place every blocks we’ve created to our palette in this step.
Later, this palette will be used to access the reusable contents when we draw.
Understanding Tool Palettes
Snipped from help file:
Tool palettes are used to manage blocks, hatches, and other custom tools.
If you see the palette that’s included with AutoCAD installation, you will see a collection of blocks, hatches, and other tools. This is a great way to you who want to customize your own workspace without a lot of work. You can access your blocks quickly, without having to use insert tool, find where your blocks are. It’s just a click away.
It’s not just blocks that can be managed by palettes. You can manage lines with different line type, line scale, etc dimension with different dimension styles, hatches with different scales, etc. That’s what I love about tool palette: simple but powerful.
Take a look at this example, I use 2 icon on palette to manage same pattern, but different scale. We don’t have to activate hatch, find the pattern type, or make adjustment to hatch scale. Simply 2 clicks: activate, and click on boundary.
You can also use it for dimension, lines, etc.
Creating Our Own Palette
Make sure your tool palette is opened. Right click on tool palette title bar. You will see a list of palettes group on your context menu. Select architecture to activate palette group. This will activate architecture palette group. By default, this sample group only have one palette in it. We will add new palette here.
Right click again on your palette title bar. Select Customize Palettes from context menu. You will see customize palette open.
There are two column in this dialog box. The left column, consist all the palettes available. On the right column, we can see how we group our palettes. Architectural group still only have one palette. We will use it as our tool group.
Right click on left column, then select new palette from context menu. Rename it to something like ‘My Architectural Objects’. Find Architectural group on the right column. Your new palette should’ve already been placed here. To your active palette group. If it’s not, drag and drop your new palette under Architectural group.
Close this dialog box.
Adding Objects to Our Palette
Before adding objects to our palette, let’s discuss about objects, blocks, files, and tool palettes.
For objects like lines, dimension, hatches, you don’t need to keep your file. But if you intend to insert blocks to your palette, don’t loose your file. Let’s say it this way: That file is your library, and tool in palette will load that block. So plan where you will put your file. If you want to put it on server, do it before you start placing tool to your palette. Now we can pretend our previous file that has our wall, column, and door has been save at appropriate place. Open it.
Let’s create a new layer. Name it ‘A-Centerlines’. Use magenta as it color, and lineweight 0. For linetype use ‘center’.
On command line, type LTS then [enter]. Enter value 10 then [enter]. Set A-Centerlines as current layer, then draw a line in your drawing area. Size doesn’t matter.
Now, click and drag the line to our palette. By default, it will be named Line. Right click on that tool, select rename. Give it new name: Centerline.
If you want your tool palette to look more informative, you can change the ugly line icon with an image (jpg, bmp, etc)
Drag and drop all your blocks to this palette.
These tools will be named after blocks. There you go. Easy right?
Testing Our Palette
If you have more tools and blocks, you can arrange your palette further. You can create more palette if you need to. After you’ve done, try to create a new file.
- Check on your layer manager, make sure you only have layer 0 (by default).
- Draw using Centerline tool we’ve just created. It will be created using A-Centerlines layer, with it’s properties! You don’t even need to create a layer! Check your layer properties now. Tool palette can be very useful for maintaining your CAD standard.
- Place all other blocks to your drawing.
Very easy right? Next, we will discuss about template, cad standard
. And finally using them all in our design.
I would like to know your opinion about this tutorial series. If there’s anything you would like to add, i wrote something wrong, yours doesn’t work as expected… anything… feel free to write in comments form.



Source: CAD Notes – Creating Your Own AutoCAD Palette
Go to Source: CAD Notes