May 25, 2013

How to: add custom pattern to AutoCAD

So you have downloaded or created your own AutoCAD pattern. Now you want to use it. But how?

There are two ways to do this: you can combine your custom pattern with acad.pat or add a support file search path. I personally will recommend the last one. You may loose your custom pattern if you somehow need to reinstall AutoCAD or your Windows account corrupts. Or you may just make your acad.pat corrupt.

Combine with acad.pat

You can find acad.pat in support folder. It should be something like C:\Users\YOURWINDOWSACCOUNT\AppData\Roaming\Autodesk\AutoCAD XXXX – English\RXX.0\enu\Support. Find acad.pat and open it with text editor like notepad or notepad ++. Do not use Microsoft Word. I suggest you to make a backup of this file before you start to work.

Open another instance of Notepad and open your custom hatch. Select all, then copy it using [ctrl] + C. I use chainlink pattern from DotSoft website.

Paste it at the bottom most of your acad.pat file.

There is a comment that if you add user defined hatch below that section, then when you upgrade your AutoCAD this file will be migrated properly.

custom hatch in acad pat

However, I still avoid this method.

Now save this file. Now you should immediately see your custom hatch in pattern list.

custom hatch in pattern list

Add support file search folder

If you place all your custom hatch in your own folder, you can simply add support file search path. Open AutoCAD options (type OP then enter).

In files tab, below support file search path, add your folder.

support file search

Click OK to accept this changes, then when you activate hatch command, you should see it in your pattern list. If you can’t find it, you may need to change pattern type to user defined.

user defined pattern

If you use hatch dialog box, you can change pattern type to custom or user defined.

custom hatch in hatch dialog box

I always use the last method, and avoid the first one. So I never really have problem or may be benefits of the first method. If you use the first one, why do you choose to use it? Will you recommend it instead of the last method?

Advertisement



You might also interested to

About Edwin Prakoso

Edwin works as an Application Engineer in Jakarta, Indonesia. He has 4 years experience in building industry, then start to work for Autodesk reseller.
He is certified as Revit Architecture 2010 certified professional and AutoCAD 2013 certified professional.
He loves sharing his experience and starts to blog on CAD notes. Now using CAD is more to a lifestyle for him than working.
You can reach him on twitter @CADnotes. You can also connect with him on LinkedIn. If you prefer email, reach him at edwin.prakoso@cad-notes.com.

  • Simon Weel

    There are actually two PAT files: acad.pat and acadiso.pat. Which file is used by AutoCAD is controlled with the MEASUREMENT system variable. If it’s set to 0, then AutoCAD will use acad.pat (imperial units). When set to 1, AutoCAD uses acadiso.pat (metric system).
    The same applies to line type files acad.lin and acadiso.lin.

    • http://cad-notes.com Edwin Prakoso

      Thank you Simon,
      I never realize this before.

  • http://www.facebook.com/people/Kay-Afie/554736203 Kay Afie

    thanks for the tutorial Edwin. Worked for me

  • homestilo

    Adding support file worked- thanks a lot!

  • Saw Thiri

    So thanks Edwin :)

  • Abhay Panchasara

    thank you edwin..

  • khem

    thanks