tworgs Posted September 11, 2017 Posted September 11, 2017 Hi there, I am working on ACAD 2004. I had an array of hatches beyond the pre-defined provided with the program. For years I have used a few, but great, hatches. My computer finally died. I loaded 2004 on my new machine and am now missing two thirds of the hatches I had. 1. How do I find the other hatches? or are they lost with the old machine? 2. In old drawings I can see the desired hatch. Is there a way to extract the hatch form the old drawings and load into on to my new machine? Thanks, Troy Quote
hugha Posted September 12, 2017 Posted September 12, 2017 First hit on the classic go-to for this, GETPAT.LSP: http://www.turvill.com/t2/free_stuff/getpat.lsp What it says on the box. Load, then run to extract patterns to .PAT files. Or save the DWG as DXF for HatchKit to work on. Hope this helps. Quote
tworgs Posted September 12, 2017 Author Posted September 12, 2017 Thx HughA, seems simple enough but clicking on the getpat.lsp link only brings up a note page in text. I do not see how or where to load the lisp; there is nothing actionable after the list of "free stuff" Any additional thoughts, Thanks, TWorgs Quote
ReMark Posted September 12, 2017 Posted September 12, 2017 That "note page" IS the lisp routine. Open Notepad and copy/paste the text into the file then save as getpat.lsp. Use the APPLOAD command, in AutoCAD, to load the routine. To run the program type GETPAT at the command line then press the Enter key. Follow the command line prompts. Quote
tworgs Posted September 12, 2017 Author Posted September 12, 2017 Thx Mark. after my response I vaguely remembered running scripts when I first used Acad 20 years ago.. thanks for the refresher; I will try it. Quote
hugha Posted September 13, 2017 Posted September 13, 2017 Great, and thanks ReMark for the how-to. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.