Additional Hatches

Additional Hatches

brendaFSTVM
Observer Observer
4,534 Views
7 Replies
Message 1 of 8

Additional Hatches

brendaFSTVM
Observer
Observer

Hi, is there a way to download new hatches? There used to be a wood effect hatch on older versions but I can't find one on the 2022 version. 

 

Is there a library of hatches I can download or buy?

0 Likes
4,535 Views
7 Replies
Replies (7)
Message 2 of 8

nrz13
Advisor
Advisor

I'm not sure where they came from originally, but here are some wood hatches I have.  Just copy and paste the contents of the attached .txt file into your acad.pat file (Go to Options > Files tab > Support File Search Path to see where your support folder is located or just enter this at the command line:  (findfile "acad.pat").

Wood Grains.png


Work:  AutoCAD 2022.1.3, Windows 10 Pro v22H2 64-bit, Intel Core i7-8700K, 64GB RAM, Samsung 960 Pro SSD, AMD Radeon Pro WX 5100, 3 Dell Monitors (3840x2160)
Home: AutoCAD 2022.1.3, Windows 10 Pro v22H2 64-bit, Intel Core i7-11700, 64GB RAM, Samsung 980 Pro SSD, NVIDIA Quadro P2200, Dell Monitor (3840x2160)
0 Likes
Message 3 of 8

Kent1Cooper
Consultant
Consultant

Just put something like

wood grain hatch pattern autocad

into a web search, and you'll get more sources than ....

Kent Cooper, AIA
0 Likes
Message 4 of 8

pendean
Community Legend
Community Legend
0 Likes
Message 5 of 8

egjackson4
Explorer
Explorer

Any way to convert the .txt files to a .pat file?

 

0 Likes
Message 6 of 8

cadffm
Consultant
Consultant

Rename the file extension from .txt to .pat

(But he recommends a completely different approach.)

 
 

 

 

Sebastian

0 Likes
Message 7 of 8

Kent1Cooper
Consultant
Consultant

@egjackson4 wrote:

Any way to convert the .txt files to a .pat file?


Any number of Hatch pattern definitions can be added into the acad.pat file as @nrz13 suggested.  But you can't just take their .txt file and change its filetype ending to .pat.  That's because custom pattern definitions not included within acad.pat must each be in their own separate file, and the file name [preceding the .pat filetype ending] of each must exactly match the name of the pattern defined in it [though not case-sensitive].  So you can save pieces of their attachment into 6 separate .pat files, or you can paste them all collectively into acad.pat.  Either way, make sure each file ends with an empty line, that is with an Enter that concludes the last line of definition code, not just at the end of that last line of code.

Kent Cooper, AIA
Message 8 of 8

egjackson4
Explorer
Explorer
Thank you!
0 Likes