TheSwamp

CAD Forums => CAD General => Topic started by: jbuzbee on August 07, 2020, 10:20:00 AM

Title: Hatch pattern
Post by: jbuzbee on August 07, 2020, 10:20:00 AM
I know I should remember this but how do I load a hatch pattern? I copied  the *.pat file to the folder with all the other patterns.  It doesn't show up in the pattern drop-down.  Any Help would be greatly appreciated

Thanks
Jim Buzbee
Title: Re: Hatch pattern
Post by: T.Willey on August 07, 2020, 10:59:30 AM
A real quick look makes it look like you just click the button next to the pattern name (the one with the three dots '...').  Then the last tab is 'Custom', and on mine there is a bunch of *.pat files there.
Title: Re: Hatch pattern
Post by: ribarm on August 07, 2020, 11:48:16 AM
Well, you must place *.pat file(s) in SFSP (Support Files Search Paths)...
Title: Re: Hatch pattern
Post by: jbuzbee on August 07, 2020, 03:27:23 PM
I had to copy / paste the individual .pat files into the acad.pat file for them to show up.  This is 2021
Title: Re: Hatch pattern
Post by: Rustabout on August 08, 2020, 12:11:47 PM
   "This is 2021"

The funny thing is that most 'vertical' or 'cutting edge' programs still require .PAT files. AutoCAD is the best place to test/debug your custom hatches before loading them into Revit or whatever other program. What blows me away is that it's been 20 years? since someone, on their own without being paid, created a way to make custom hatch patterns. Software that costs thousands per year still doesn't have this.

I'll leave a tip in case anyone comes across this post and is having problems with .PAT files: *I Think* A blank line needs to be added after the last hatch pattern definition. I hadn't done this and it took me forever to figure out the problem.

https://knowledge.autodesk.com/support/autocad-lt/learn-explore/caas/CloudHelp/cloudhelp/2019/ENU/AutoCAD-LT/files/GUID-5774FB71-1FD7-4BFD-AFEE-A435DBDCB449-htm.html

Title: Re: Hatch pattern
Post by: tombu on August 13, 2020, 11:07:31 AM
I'll leave a tip in case anyone comes across this post and is having problems with .PAT files: *I Think* A blank line needs to be added after the last hatch pattern definition. I hadn't done this and it took me forever to figure out the problem.
https://knowledge.autodesk.com/support/autocad-lt/learn-explore/caas/CloudHelp/cloudhelp/2019/ENU/AutoCAD-LT/files/GUID-5774FB71-1FD7-4BFD-AFEE-A435DBDCB449-htm.html
Put an asterisk "*" on that last line, doesn't do anything but when shared won't be missed by any users trying to save the pattern for themselves.
Title: Re: Hatch pattern
Post by: Rustabout on August 14, 2020, 07:48:32 AM
Nice tip Tombu!
Title: Re: Hatch pattern
Post by: BIGAL on September 07, 2020, 09:11:24 PM
Search over at Cadtutor user BIG-AL there is a post about making hatch patterns and lisp code provided.