How to Export and Import custom hatch pattern in AutoCAD (to complete)
Generally you can export a drawing with its fonts, texture, materials, references, data links etc using e-transmit but unfortunately, it can’t export custom hatch pattern file (PAT) with the package and you have to add it in the package separately.But if you did not receive a drawing with PAT file then you can export it from drawing as well using the method shown below.
Exporting hatch pattern
Let’s assume that you have a drawing with custom hatch applied in it with name ZIGZAG. In order to export that hatch, you need to create its PAT file. I am using a LISP routine in this tutorial to extract PAT file from drawing.Download the LISP routine from this linkExtract it from the compressed package and paste it on the desktop. Also, make sure that your source drawing is copied to the desktop from which you want to extract hatch pattern.Now open the drawing from your desktop and drag and drop lisp routine to the drawing as shown in the image below.
Now type GETPAT on the command line and click on ZIGZAG pattern present in drawing. This pattern will be exported as ZIGZAG.PAT on the desktop. For some cases the file is exported to C:\Users\[user name]\Documents so if you are unable to find it on the desktop then look it there.
Importing hatch in your AutoCAD
Now you have this hatch pattern all you need to do is import it to your AutoCAD software, for this copy ZIGZAG.PAT file and paste it to support folder of the installation directory.To locate support folder type OP on the command line then press enter, options window will pop up select files tab and expand “support file search path” tree there you will see the location of support file. See image below for reference.
Source: https://thesourcecad.com/how-to-export-and-import-custom-hatch-pattern-in-autocad/