<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Assistance Needed for Creating a Custom Hatch Pattern (.PAT) in AutoCAD in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/assistance-needed-for-creating-a-custom-hatch-pattern-pat-in/m-p/13370869#M2143</link>
    <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/109424"&gt;@_gile&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I understand your point, but I would like to apply the hatch without specifying the scale manually. Could you please provide me with a full code for this? I know I might be troubling you, but I will focus on learning after completing this task."&lt;/P&gt;</description>
    <pubDate>Fri, 14 Mar 2025 10:50:25 GMT</pubDate>
    <dc:creator>ishaq03</dc:creator>
    <dc:date>2025-03-14T10:50:25Z</dc:date>
    <item>
      <title>Assistance Needed for Creating a Custom Hatch Pattern (.PAT) in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/assistance-needed-for-creating-a-custom-hatch-pattern-pat-in/m-p/13366011#M2130</link>
      <description>&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;I need to create a custom hatch pattern (.PAT file) in AutoCAD that follows a specific brick pattern with defined dimensions.&lt;/P&gt;&lt;P&gt;- How can I create a new .PAT file manually?&lt;BR /&gt;- What is the best way to define line spacing and dashes?&lt;BR /&gt;- Are there any Autodesk tools or plugins that simplify this process?&lt;/P&gt;&lt;P&gt;I have tried defining a .PAT file in Notepad but need help with spacing and alignment Imasharing the file here. Any guidance or sample patterns would be appreciated.&lt;/P&gt;&lt;P&gt;Thanks in advance!&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2025 06:07:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/assistance-needed-for-creating-a-custom-hatch-pattern-pat-in/m-p/13366011#M2130</guid>
      <dc:creator>ishaq03</dc:creator>
      <dc:date>2025-03-12T06:07:54Z</dc:date>
    </item>
    <item>
      <title>Re: Assistance Needed for Creating a Custom Hatch Pattern (.PAT) in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/assistance-needed-for-creating-a-custom-hatch-pattern-pat-in/m-p/13366565#M2131</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3775760"&gt;@ishaq03&lt;/a&gt;&amp;nbsp;hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This kind of hatch is not so complicate to code, acad.pat (acadiso.pat) has a bunch of patterns like BRICK or AR-* that do bricks, take a look there to get some ideas.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Moshe&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2025 11:29:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/assistance-needed-for-creating-a-custom-hatch-pattern-pat-in/m-p/13366565#M2131</guid>
      <dc:creator>Moshe-A</dc:creator>
      <dc:date>2025-03-12T11:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: Assistance Needed for Creating a Custom Hatch Pattern (.PAT) in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/assistance-needed-for-creating-a-custom-hatch-pattern-pat-in/m-p/13366973#M2132</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;If the final hatch have to look like this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="_gile_0-1741789345189.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1476945i57557FD0C27E079E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="_gile_0-1741789345189.png" alt="_gile_0-1741789345189.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;You can use the following code:&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;*ishaq03, custom bricks,
0, 0,0, 0,255
90, 0,0, 0,30, 15,-240
0, 0,15, 0,255
90, 15,15, 0,30, 15,-240
0, 0,30, 0,255
90, 0,30, 0,10, 5,-250
0, 0,35, 0,255
90, 0,35, 0,30, 15,-240
0, 0,50, 0,255
90, 15,50, 0,30, 15,-240
0, 0,65, 0,255
90, 0,65, 0,30, 15,-240
0, 0,80, 0,255
90, 15,80, 0,30, 15,-240
0, 0,95, 0,255
90, 0,95, 0,30, 15,-240
0, 0,110, 0,255
90, 15,110, 0,30, 15,-240
0, 0,125, 0,255
90, 0,125, 0,30, 15,-240
0, 0,140, 0,255
90, 15,140, 0,30, 15,-240
0, 0,155, 0,255
90, 0,155, 0,10, 5,-250
0, 0,160, 0,255
90, 5,160, 0,10, 5,-250
0, 0,165, 0,255
90, 0,165, 0,30, 15,-240
0, 0,180, 0,255
90, 15,180, 0,30, 15,-240
0, 0,195, 0,255
90, 0,195, 0,30, 15,-240
0, 0,210, 0,255
90, 15,210, 0,30, 15,-240
0, 0,225, 0,255
90, 0,225, 0,30, 15,-240
0, 0,240, 0,255
90, 15,240, 0,30, 15,-240
&lt;/LI-CODE&gt;
&lt;P&gt;To create Hatch patterns I use this schematic diagram:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="_gile_1-1741789643172.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1476950iA4BB036E72B2C82C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="_gile_1-1741789643172.png" alt="_gile_1-1741789643172.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2025 14:28:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/assistance-needed-for-creating-a-custom-hatch-pattern-pat-in/m-p/13366973#M2132</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2025-03-12T14:28:00Z</dc:date>
    </item>
    <item>
      <title>Re: Assistance Needed for Creating a Custom Hatch Pattern (.PAT) in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/assistance-needed-for-creating-a-custom-hatch-pattern-pat-in/m-p/13367231#M2133</link>
      <description>&lt;P&gt;[Just bear in mind that a Hatch pattern definition will not be able to include the infill shading in your sample drawing, not even if it were all the same color.]&lt;/P&gt;</description>
      <pubDate>Wed, 12 Mar 2025 16:31:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/assistance-needed-for-creating-a-custom-hatch-pattern-pat-in/m-p/13367231#M2133</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2025-03-12T16:31:59Z</dc:date>
    </item>
    <item>
      <title>Re: Assistance Needed for Creating a Custom Hatch Pattern (.PAT) in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/assistance-needed-for-creating-a-custom-hatch-pattern-pat-in/m-p/13367935#M2134</link>
      <description>&lt;P&gt;Writing a make pline outline is feasible as you have rules about the way the rows are made. But a big task but doable. Its a up left up right etc in patterns. I can see if the 120 is different then a new outline, or even as shown by&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/109424"&gt;@_gile&lt;/a&gt;&amp;nbsp;multi rows. Or it may be as simple as explode a rectang of the hatch, and then use xtrim to removes linework outside of rectang. Hopefully then using bpoly will make a new boundary around the shape, which can have a solid hatch.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Gave it a try on a random shape, saved the hatch thanks to&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/109424"&gt;@_gile&lt;/a&gt;&amp;nbsp;exploded the hatch and used extrim. Sort of got there. Tried making a new outline. But bpoly does not like gaps so some of the tile trims did not join correctly for making the shaded background. So need to think more.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SeaHaven_1-1741830174792.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1477139i186D5806605960D5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SeaHaven_1-1741830174792.png" alt="SeaHaven_1-1741830174792.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="SeaHaven_2-1741830223305.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1477140i7A5D3AB3587F23B4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="SeaHaven_2-1741830223305.png" alt="SeaHaven_2-1741830223305.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Mar 2025 01:43:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/assistance-needed-for-creating-a-custom-hatch-pattern-pat-in/m-p/13367935#M2134</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2025-03-13T01:43:42Z</dc:date>
    </item>
    <item>
      <title>Re: Assistance Needed for Creating a Custom Hatch Pattern (.PAT) in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/assistance-needed-for-creating-a-custom-hatch-pattern-pat-in/m-p/13368083#M2135</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/109424"&gt;@_gile&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I sincerely appreciate your help in providing the hatch pattern. Your support has been valuable, and I truly thank you for sharing it.&lt;/P&gt;&lt;P&gt;I would like to request a small modification—please adjust the pattern dimensions as per the CAD file I am sharing. The drawing is in meters, and it is important that the hatch pattern match the exact dimensions specified in the CAD file.&lt;/P&gt;&lt;P&gt;Additionally, there is no need for infill shading—only the pattern should be adjusted as per the required dimensions.&lt;/P&gt;&lt;P&gt;I am attaching both the CAD file and an image for reference. Your assistance in this matter would be greatly appreciated.&lt;/P&gt;&lt;P&gt;Looking forward to your kind support&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ishaq03_0-1741842532307.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1477160iB72DC7421985F032/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ishaq03_0-1741842532307.png" alt="ishaq03_0-1741842532307.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Mar 2025 05:10:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/assistance-needed-for-creating-a-custom-hatch-pattern-pat-in/m-p/13368083#M2135</guid>
      <dc:creator>ishaq03</dc:creator>
      <dc:date>2025-03-13T05:10:24Z</dc:date>
    </item>
    <item>
      <title>Re: Assistance Needed for Creating a Custom Hatch Pattern (.PAT) in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/assistance-needed-for-creating-a-custom-hatch-pattern-pat-in/m-p/13368098#M2136</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/109424"&gt;@_gile&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I sincerely appreciate your help in providing the hatch pattern. Your support has been valuable, and I truly thank you for sharing it.&lt;/P&gt;&lt;P&gt;I would like to request a small modification—please adjust the pattern dimensions as per the CAD file I am sharing. The drawing is in meters, and it is important that the hatch pattern matches the exact dimensions specified in the CAD file.&lt;/P&gt;&lt;P&gt;Additionally, there is no need for infill shading—only the pattern should be adjusted as per the required dimensions.&lt;/P&gt;&lt;P&gt;I am attaching both the CAD file and an image for reference. &lt;STRONG&gt;&lt;FONT color="#FF6600"&gt;If any other Autodesk representative can also assist with this request, I would highly appreciate the support.&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ishaq03_1-1741842887578.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1477161iAA9797EF3994ABA1/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ishaq03_1-1741842887578.png" alt="ishaq03_1-1741842887578.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Mar 2025 05:15:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/assistance-needed-for-creating-a-custom-hatch-pattern-pat-in/m-p/13368098#M2136</guid>
      <dc:creator>ishaq03</dc:creator>
      <dc:date>2025-03-13T05:15:48Z</dc:date>
    </item>
    <item>
      <title>Re: Assistance Needed for Creating a Custom Hatch Pattern (.PAT) in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/assistance-needed-for-creating-a-custom-hatch-pattern-pat-in/m-p/13368230#M2137</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3775760"&gt;@ishaq03&lt;/a&gt;&amp;nbsp; a écrit&amp;nbsp;:&lt;BR /&gt;
&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/109424"&gt;@_gile&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I would like to request a small modification—please adjust the pattern dimensions as per the CAD file I am sharing. The drawing is in meters, and it is important that the hatch pattern matches the exact dimensions specified in the CAD file.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I wrote this pattern according to the dimensions of the first DWG you provided.&lt;/P&gt;
&lt;P&gt;To get a hatch with the "new dimensions", you can simply scale hatch to the fiftieth (0.02).&lt;/P&gt;
&lt;P&gt;If you want to re-write the pattern, simply scale all dimensions the same way, replacing 255 with 5.1, 30 with 0.6, 15 with 0.3, 240 with 4.8, and so on...&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;*ishaq03, custom bricks,
0, 0,0, 0,5.1
90, 0,0, 0,0.6, 0.3,-4.8
0, 0,0.3, 0,5.1
90, 0.3,0.3, 0,0.6, 0.3,-4.8
; ...&lt;/LI-CODE&gt;</description>
      <pubDate>Thu, 13 Mar 2025 06:45:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/assistance-needed-for-creating-a-custom-hatch-pattern-pat-in/m-p/13368230#M2137</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2025-03-13T06:45:25Z</dc:date>
    </item>
    <item>
      <title>Re: Assistance Needed for Creating a Custom Hatch Pattern (.PAT) in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/assistance-needed-for-creating-a-custom-hatch-pattern-pat-in/m-p/13368281#M2138</link>
      <description>&lt;P&gt;Can you provide the full code as per the new dimension please?&lt;/P&gt;</description>
      <pubDate>Thu, 13 Mar 2025 07:27:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/assistance-needed-for-creating-a-custom-hatch-pattern-pat-in/m-p/13368281#M2138</guid>
      <dc:creator>ishaq03</dc:creator>
      <dc:date>2025-03-13T07:27:54Z</dc:date>
    </item>
    <item>
      <title>Re: Assistance Needed for Creating a Custom Hatch Pattern (.PAT) in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/assistance-needed-for-creating-a-custom-hatch-pattern-pat-in/m-p/13368319#M2139</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3775760"&gt;@ishaq03&lt;/a&gt;&amp;nbsp; a écrit&amp;nbsp;:&lt;BR /&gt;
&lt;P&gt;Can you provide the full code as per the new dimension please?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I'm here to help people learn, not to do their work for them.&lt;/P&gt;
&lt;P&gt;You're certainly capable of writing this code on your own using the information I've provided.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 13 Mar 2025 07:54:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/assistance-needed-for-creating-a-custom-hatch-pattern-pat-in/m-p/13368319#M2139</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2025-03-13T07:54:24Z</dc:date>
    </item>
    <item>
      <title>Re: Assistance Needed for Creating a Custom Hatch Pattern (.PAT) in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/assistance-needed-for-creating-a-custom-hatch-pattern-pat-in/m-p/13370472#M2140</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/109424"&gt;@_gile&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for previously providing the &lt;STRONG&gt;.PAT file codes&lt;/STRONG&gt;. I appreciate your support.&lt;/P&gt;&lt;P&gt;I would now like to create a &lt;STRONG&gt;custom .PAT file&lt;/STRONG&gt; similar to the pattern shown in the attached image. and drawing The pattern consists of:&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;STRONG&gt;8 big rows&lt;/STRONG&gt;, followed by&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;1 small row&lt;/STRONG&gt;, then&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;4 big rows&lt;/STRONG&gt;, followed by&lt;/LI&gt;&lt;LI&gt;&lt;STRONG&gt;2 small rows&lt;/STRONG&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;This drawing is in &lt;STRONG&gt;meters&lt;/STRONG&gt;, and I request that the pattern dimensions be &lt;STRONG&gt;followed exactly as per the attached drawing&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ishaq03_0-1741935660511.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1477684i2BD6819731B5AD63/image-size/medium?v=v2&amp;amp;px=400" role="button" title="ishaq03_0-1741935660511.png" alt="ishaq03_0-1741935660511.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2025 07:03:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/assistance-needed-for-creating-a-custom-hatch-pattern-pat-in/m-p/13370472#M2140</guid>
      <dc:creator>ishaq03</dc:creator>
      <dc:date>2025-03-14T07:03:05Z</dc:date>
    </item>
    <item>
      <title>Re: Assistance Needed for Creating a Custom Hatch Pattern (.PAT) in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/assistance-needed-for-creating-a-custom-hatch-pattern-pat-in/m-p/13370650#M2141</link>
      <description>&lt;P&gt;I only have one question is the outer boundary like I posted in image above ? Or must it always have the 1/2 brick/tile missing ? Ie a diagram/detail.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You need to look at what&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/109424"&gt;@_gile&lt;/a&gt; has provided and look for a repeating pattern of lines. Then you can make a 5 6 7 8 rows etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The only other way is after you answer my question is to make the patterns with as many rows as you want and the size of the rectangs is use an Array multiple times. Have done a 2 line array not hard to do.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Do 8 rows 15x30, do 2 rows 5x10 and so on. Fit to a shape.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2025 09:06:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/assistance-needed-for-creating-a-custom-hatch-pattern-pat-in/m-p/13370650#M2141</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2025-03-14T09:06:10Z</dc:date>
    </item>
    <item>
      <title>Re: Assistance Needed for Creating a Custom Hatch Pattern (.PAT) in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/assistance-needed-for-creating-a-custom-hatch-pattern-pat-in/m-p/13370677#M2142</link>
      <description>&lt;P&gt;If you do not want to learn how to create your own hatch pattern despite the examples I provided, you can use a more flexible way with a single simple bricks hatch pattern to hatch different boundaries with the corresponding scale.&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;*SMALL_BRICKS, 0.1 x 0.05 bricks
0, 0,0, 0,0.05
90, 0,0, 0.05,0.05, 0.05,-0.05
&lt;/LI-CODE&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="_gile_0-1741943671385.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1477734iD4CEB3C27F92CAF5/image-size/medium?v=v2&amp;amp;px=400" role="button" title="_gile_0-1741943671385.png" alt="_gile_0-1741943671385.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2025 09:15:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/assistance-needed-for-creating-a-custom-hatch-pattern-pat-in/m-p/13370677#M2142</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2025-03-14T09:15:12Z</dc:date>
    </item>
    <item>
      <title>Re: Assistance Needed for Creating a Custom Hatch Pattern (.PAT) in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/assistance-needed-for-creating-a-custom-hatch-pattern-pat-in/m-p/13370869#M2143</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/109424"&gt;@_gile&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I understand your point, but I would like to apply the hatch without specifying the scale manually. Could you please provide me with a full code for this? I know I might be troubling you, but I will focus on learning after completing this task."&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2025 10:50:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/assistance-needed-for-creating-a-custom-hatch-pattern-pat-in/m-p/13370869#M2143</guid>
      <dc:creator>ishaq03</dc:creator>
      <dc:date>2025-03-14T10:50:25Z</dc:date>
    </item>
    <item>
      <title>Re: Assistance Needed for Creating a Custom Hatch Pattern (.PAT) in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/assistance-needed-for-creating-a-custom-hatch-pattern-pat-in/m-p/13370942#M2144</link>
      <description>&lt;P&gt;I would have thought that it would be more incentive to learn to code now, because you seem to be altering dimensions daily.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/109424"&gt;@_gile&lt;/a&gt;&amp;nbsp;has provided excellent instructions and a very valuable schematic diagram.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pavers.PNG" style="width: 692px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1477799i2DB65641D26B073C/image-size/large?v=v2&amp;amp;px=999" role="button" title="pavers.PNG" alt="pavers.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2025 11:27:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/assistance-needed-for-creating-a-custom-hatch-pattern-pat-in/m-p/13370942#M2144</guid>
      <dc:creator>richard_387</dc:creator>
      <dc:date>2025-03-14T11:27:45Z</dc:date>
    </item>
    <item>
      <title>Re: Assistance Needed for Creating a Custom Hatch Pattern (.PAT) in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/assistance-needed-for-creating-a-custom-hatch-pattern-pat-in/m-p/13371852#M2145</link>
      <description>&lt;P&gt;Maybe I shouldn't "do your homework" for you, but it looked like an interesting challenge, what with the asymmetry of the single &amp;amp; double small-brick rows at unequal spacings.&amp;nbsp; This seems to work, in limited testing:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;*TEST ; specialty masonry/tile coursing
0, 0,0, 0,1.95
0, 0,.15, 0,1.95
0, 0,.3, 0,1.95
0, 0,.45, 0,1.95
0, 0,.6, 0,1.95
0, 0,.75, 0,1.95
0, 0,.9, 0,1.95
0, 0,1.05, 0,1.95
0, 0,1.2, 0,1.95
0, 0,1.25, 0,1.95
0, 0,1.4, 0,1.95
0, 0,1.55, 0,1.95
0, 0,1.7, 0,1.95
0, 0,1.85, 0,1.95
0, 0,1.9, 0,1.95
90, 0,0, 0,.3, .15,-.15,.15,-.15,.15,-1.2
90, 0,.9, 0,.3, .15,-.2,.15,-.15,.15,-1.15
90, .15,.15, 0,.3, .15,-.15,.15,-.15,.15,-1.2
90, .15,1.05, 0,.3, .15,-.2,.15,-.15,.15,-1.15
90, .05,1.2, 0,.1, .05,-.65, .05,-1.2
90, .1,1.85, 0,.1, .05,-1.9
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Make sure the file ends with a blank line, not with the last line of pattern definition, and if you put it in a file on its own, that the file and pattern names match.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2025 19:04:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/assistance-needed-for-creating-a-custom-hatch-pattern-pat-in/m-p/13371852#M2145</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2025-03-14T19:04:18Z</dc:date>
    </item>
    <item>
      <title>Re: Assistance Needed for Creating a Custom Hatch Pattern (.PAT) in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/assistance-needed-for-creating-a-custom-hatch-pattern-pat-in/m-p/13372095#M2146</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/69526"&gt;@Kent1Cooper&lt;/a&gt;&lt;/P&gt;
&lt;P&gt;I like the way you've handled the vertical lines.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What's going to happen when there's nothing but demand for ready-cooked fish and no fishermen to supply it?&lt;/P&gt;</description>
      <pubDate>Fri, 14 Mar 2025 22:26:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/assistance-needed-for-creating-a-custom-hatch-pattern-pat-in/m-p/13372095#M2146</guid>
      <dc:creator>_gile</dc:creator>
      <dc:date>2025-03-14T22:26:02Z</dc:date>
    </item>
    <item>
      <title>Re: Assistance Needed for Creating a Custom Hatch Pattern (.PAT) in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/assistance-needed-for-creating-a-custom-hatch-pattern-pat-in/m-p/13373171#M2147</link>
      <description>&lt;P&gt;I like the &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/109424"&gt;@_gile&lt;/a&gt;&amp;nbsp;idea of one hatch pattern, using areas of correct height, but change the values to something&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3775760"&gt;@ishaq03&lt;/a&gt;&amp;nbsp;can maybe get his head around about scaling hatch patterns. This is a simple ratio pattern. A scale of 200 will draw a brick 200x100.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;*SMALL_BRICKS, 1 x 0.5 bricks
0, 0,0, 0,0.5
90, 0,0, 0.5,0.5, 0.5,-0.5&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Mar 2025 23:54:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/assistance-needed-for-creating-a-custom-hatch-pattern-pat-in/m-p/13373171#M2147</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2025-03-15T23:54:48Z</dc:date>
    </item>
    <item>
      <title>Re: Assistance Needed for Creating a Custom Hatch Pattern (.PAT) in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/assistance-needed-for-creating-a-custom-hatch-pattern-pat-in/m-p/13373341#M2148</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/109424"&gt;@_gile&lt;/a&gt;&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/69526"&gt;@Kent1Cooper&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;I sincerely appreciate the time and effort you have taken to create the &lt;STRONG&gt;.pat&lt;/STRONG&gt; file according to my requirements. Your expertise and guidance have been invaluable in resolving my issue, and I truly appreciate your willingness to help.&lt;/P&gt;&lt;P&gt;Thank you once again for your support and for sharing your knowledge.&lt;/P&gt;</description>
      <pubDate>Sun, 16 Mar 2025 04:21:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/assistance-needed-for-creating-a-custom-hatch-pattern-pat-in/m-p/13373341#M2148</guid>
      <dc:creator>ishaq03</dc:creator>
      <dc:date>2025-03-16T04:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: Assistance Needed for Creating a Custom Hatch Pattern (.PAT) in AutoCAD</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/assistance-needed-for-creating-a-custom-hatch-pattern-pat-in/m-p/13373600#M2149</link>
      <description>&lt;P&gt;Now that time has passed and you have/have not been able to create your own hatch pattern, I would proffer my effort.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since there has to be a blank last line of a pattern definition, I prefer to type an asterisk (*) there to show the extra line.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;*ishaq03a, custom pavers,
0,0,0,0,3.9
0,0,.3,0,3.9
0,0,.6,0,3.9
0,0,.9,0,3.9
0,0,1.2,0,3.9
0,0,1.5,0,3.9
0,0,1.8,0,3.9
0,0,2.1,0,3.9
0,0,2.4,0,3.9
0,0,2.5,0,3.9
0,0,2.8,0,3.9
0,0,3.1,0,3.9
0,0,3.4,0,3.9
0,0,3.7,0,3.9
0,0,3.8,0,3.9
90,0,0,0,.6,.3,-.3,.3,-.3,.3,-2.4
90,0,1.8,0,.6,.3,-.4,.3,-.3,.3,-2.3
90,.1,2.4,0,.2,.1,-1.3,.1,-2.4
90,.2,3.7,0,.2,.1,-3.8
90,.3,.3,0,.6,.3,-.3,.3,-.3,.3,-2.4
90,.3,2.1,0,.6,.3,-.4,.3,-.3,.3,-2.3
*&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 16 Mar 2025 10:52:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/assistance-needed-for-creating-a-custom-hatch-pattern-pat-in/m-p/13373600#M2149</guid>
      <dc:creator>richard_387</dc:creator>
      <dc:date>2025-03-16T10:52:21Z</dc:date>
    </item>
  </channel>
</rss>

