Custom Hatch Pattern Autocad

One of the most popular and addictive solitaire variations, Amber Pyramid Solitaire is perfect for a quick break or a few hours of fun. This fantastic version of the popular card game features incredible graphics, a helpful undo feature and a set of twelve of the most popular pyramid solitaire games in the world. Free download of pyramid solitaire. Download free full version game and start playing the pyramid solitaire now!

Issue:

This article describes how to install custom hatch patterns in AutoCAD using PAT files.

Solution:

Windows OS

Copy the custom .pat files into the default Support folder (listed below) that AutoCAD uses to find hatch patterns. Added .pat files will cause hatches to be listed under the User Defined or Custom hatch menu within AutoCAD.
  • Windows Vista, 7, 8, and 10. C:Users<USER>AppDataRoamingAutodeskAutoCAD 20xxRxx.x<LANGUAGE>Support
  • Windows XP. C:Documents and Settings<USER>Application DataAutodeskAutoCAD 20xxRxx.x<LANGUAGE>Support

On any drawing, type HATCH and press Enter. Click the pull-down in the Hatch visor for Patterns and click Open Library. Click the drop-down arrow and select Add Patterns. Browse to the location of the custom.pat files, select them, and click Open. How to make custom hatch pattern in AutoCAD Generally, to fill an area with a pattern hatches are used and there are plenty of ready-made hatch patterns available in AutoCAD but if you want to use your own custom hatch pattern then you can make it using a type of simple code and also using an express tool called Superhatch. Aug 31, 2018  To understand and verify the offset distances you can create a dimensioned layout of the existing hatch pattern. My new hatch pattern required brick sizes of 240 x 50 and 115 x 50 and a mortar thickness of 15mm. The resulting dimensioned layout is as follows. See Fig 4 Fig 4. The edited.pat file then looks like this.

  • For AutoCAD 2009 and earlier, the default location is: C:Program FilesAutodeskAutoCAD 20xxSupport
  • The AppData and Application Data folders in the above paths are hidden folders (see How to turn on hidden files and folders on Windows).
  • The default path is specified in the Support File Search Path listed under the Files tab in Options. It is usually the first one shown, pointing to the current user folder.
  • If there is no longer a .pat file of an existing hatch used in a drawing, use the express tool SUPERHATCH to try and bring in the custom hatch pattern.

Mac OS

  1. On any drawing, type HATCH and press Enter.
  2. Click the pull-down in the Hatch visor for Patterns and click Open Library.
  1. Click the drop-down arrow and select Add Patterns.
  1. Browse to the location of the custom .pat files, select them, and click Open.
  1. Custom hatch patterns files will automatically be copied to the following locations:

Where To Find Hatch Patterns Autocad

  • AutoCAD for Mac 2016 and later. ~Home/Library/Application Support/Autodesk/AutoCAD 201x/Rxx.x/roaming/@<LANGUAGE>@/Support/Hatch Patterns
  • AutoCAD for Mac 2011 to 2015. ~Home/Library/Application Support/Autodesk/roaming/AutoCAD 201x/Rxx.x/<LANGUAGE>/Support

Note: Manually copying the .pat files into the specified location will also work.

See Also:

Products:

AutoCAD for Mac; AutoCAD LT for Mac; AutoCAD Products;
  1. Open an existing PAT file or create a new file in a text editor that saves in ASCII format (for example, Notepad on Windows® or TextEdit on Mac OS®).
    Note: If you are creating a new PAT file, the PAT file and hatch pattern names must be identical.
  2. Create a header line that begins with an asterisk and includes a pattern name that is no more than 31 characters in length.

    For example, *ANSI31

  3. Optionally, include a description for the hatch pattern by adding a comma and descriptive text after the pattern name.

    For example, *ANSI31, ANSI Iron, Brick, Stone masonry

  4. Create a descriptor line that includes
    • An angle at which the line is drawn
    • An X,Y origin point
    • A delta-x of 0
    • A delta-y of any value

    For example, 45, 0,0, 0,.125

  5. Add a blank line after the descriptor line.
    Note: If the blank line is missing, the hatch pattern won't be recognized by the program.
Parent topic:About Custom Hatch Patterns and Hatch Pattern Definitions

Autocad Custom Hatch Pattern Not Showing

Related Concepts