أنشئ حسابًا أو سجّل الدخول للانضمام إلى مجتمعك المهني.
In AutoCad , acad.pat is located at C:\\Documents and Settings\\"USER NAME"\\Application Data\\Autodesk\\AutoCAD \\R.2\\enu\\Support
You can also put seperate *.pat files into a folder. Then add it to your AutoCAD support file search path. Tools-> Options Files tab Support file search path Add
agree with previous answers
Dear Bilal,
The extension of pattern file is (*.pat).
You can download AutoCAD Hatch Patterns from Internet.
After Download the pattern, you have to save them in particular location.
please open the link below, where you have to save pattern files.
https://knowledge.autodesk.com/support/autocad/troubleshooting/caas/sfdcarticles/sfdcarticles/How-to-install-custom-hatch-patterns-in-AutoCAD.html
now the question is how to make your own custom hatch pattern files.
All you need to use the lisp routine to make a custom hatch pattern.
please look at here to see how hatch pattern are being created.
http://autocadtips1.com////autolisp-make-and-save-custom-hatch-pattern/
I am not sure if you talking about what I have copied from the website below ... I personally have not used Superhatch or rather no need using it ....
http://autocadtips1.com////using-superhatch-to-make-complicated-hatch-patterns/
Using SUPERHATCH To Make Complicated Hatch PatternsPosted on June,by AutoCAD Tips
A very good question was asked in in the comments section of the following post about creating custom hatches [found here]. That post was about creating custom hatches using lines within a1×1 square and then having the ability so save that custom hatch pattern to its own file and copying the contents into the bottom of your ACAD.PAT file that is located in your ACAD support path. The hatch pattern LISP routine was originally posted atCadalyst.com years ago and still works great (see why I like LISP so much) it can be[found here].
The question was basically – Why wont this routine work even though I am using nothing but lines and they all fit into the1×1 square?
I was sent the file that had the linework and I had the same results.
Here is a snap shot of the desired hatch pattern.
During the SAVEHATCH portion of the routine it showed errors in the command line history of “invalid angles”…
So I tried changing UNITS and “Angle Type” but I still got this error and gave up on trying to figure that out.
Welcome to Express Tool SUPERHATCH!!!
First make a block of the objects that you want to define your hatch pattern.
Then launch the SUPERHATCH command. Also found on the Express Tools tab >Draw panel > Super Hatch
(Note: there are many options and ways of using this tool so I would suggest looking into the various options by hitting the F1 button after launching the tool)
Super Tip: One of my favorite uses of this tool is that you can make a hatch pattern out of curved objects!!!
There is also a great video by Lynn Allen demonstrating how to use SUPERHATCH and applying images as a hatch [found here]
The prompts for using a block are shown above and are listed below:
(The next few prompts are similar to inserting a block)
Notice that after the hatch has been applied that it is now a “group” and not a true hatch. So if you decide to modify the boundary, it will not be “associative”
If the pictures do not show go to the above link....