vector Posted September 5, 2011 Posted September 5, 2011 But I couldn't use it coz I didn't know where to put it in AutoCAD folders .... Please help me in this issue .... Quote
NBC Posted September 5, 2011 Posted September 5, 2011 It is best to put it within any of your AutoCAD support search paths. If not sure what these are, just put it into the same folder as where your acad.exe file is stored. Quote
ReMark Posted September 5, 2011 Posted September 5, 2011 Put it in the same folder that AutoCAD stores the hatch patterns that come with the program. Don't know where acad.pat is located? Type the following , just as it appears, at the command line then press Enter. (findfile"acad.pat") Note the path that AutoCAD returns. Now you have your answer. Quote
irneb Posted September 6, 2011 Posted September 6, 2011 Or even "nicer": (startapp "explorer" (vl-filename-directory (findfile "acad.pgp"))) Copy that into acad's command line and press enter. You might need to precede it with (vl-load-com) to ensure that the Visual Lisp extensions are loaded though. It will open an explorer window on the folder where the default acad.pgp file is saved. After which just copy your custom PAT file into that folder - no need to even note where it is. Please don't edit the acad.pat file to include the stuff in the custom one you've downloaded, this could cause errors and you'd loose custom hatches when updating acad. This way the custom hatches will be available under the Custom tab of the hatch pattern palette (not in the "Other Predefined" tab). Quote
vector Posted September 10, 2011 Author Posted September 10, 2011 I will try to do that .... any way ....Thanks a lot friends ....!!!!! 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.