<?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: Custom Hatch Pattern in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/custom-hatch-pattern/m-p/13877300#M356677</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/16092399"&gt;@muhammad_nadeem&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Can any one convert this coordinate to in a PAT file for hatch, consider coordinate from red line&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="muhammad_nadeem_0-1761720417579.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1582972i4FE1A537432B38D3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="muhammad_nadeem_0-1761720417579.png" alt="muhammad_nadeem_0-1761720417579.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/16092399"&gt;@muhammad_nadeem&lt;/a&gt;&amp;nbsp; Give this a try&lt;/P&gt;</description>
    <pubDate>Sun, 02 Nov 2025 20:44:21 GMT</pubDate>
    <dc:creator>TheCADnoob</dc:creator>
    <dc:date>2025-11-02T20:44:21Z</dc:date>
    <item>
      <title>Custom Hatch Pattern</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/custom-hatch-pattern/m-p/12462907#M23777</link>
      <description>&lt;P&gt;Hi everyone! I am trying to create a custom glass hatch pattern and I was relatively certain I had it but I'm having difficulties. This is my first attempt so I figured I would try something simple but I can't seem to get things to line up properly. My code is&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;*Glass Hatch, glass hatch pattern&lt;BR /&gt;60, 0,0, 1.9077,2.5981, 2,-1.9077&lt;BR /&gt;60, 0.0434,0.5082, 1.9077,3.3043, 1.1845,-1.9077&lt;BR /&gt;60, 0.3077,0.1000, 1.9077,3.3043, 1.1845,-1.9077&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="sneenanKFX38_0-1703616060961.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1308035i16C60F77BA545290/image-size/medium?v=v2&amp;amp;px=400" role="button" title="sneenanKFX38_0-1703616060961.png" alt="sneenanKFX38_0-1703616060961.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm trying to get the pattern above and I've gotten it to start well from the origin but then it becomes nonsensical lines. Any tips or thoughts are greatly appreciated!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Dec 2023 18:42:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/custom-hatch-pattern/m-p/12462907#M23777</guid>
      <dc:creator>sneenanKFX38</dc:creator>
      <dc:date>2023-12-26T18:42:54Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Hatch Pattern</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/custom-hatch-pattern/m-p/12463295#M23778</link>
      <description>&lt;P&gt;I couldnt quite figure out what you had going on. The below definition works but I'm not sure it is exactly how you want it.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;*Glass Hatch, glass hatch pattern&lt;BR /&gt;60,0,0,2.5,4.3301, 2,-3&lt;BR /&gt;60,.0434,.5082, 2.5, 4.3301,1.1845,-3.8155&lt;BR /&gt;60,.3077,.1, 2.5, 4.3301,1.1845,-3.8155&lt;BR /&gt;60,0,2,2.5,4.3301, 2,-3&lt;BR /&gt;60,.0434,2.5082, 2.5, 4.3301,1.1845,-3.8155&lt;BR /&gt;60,.3077,2.1, 2.5, 4.3301,1.1845,-3.8155&lt;BR /&gt;60,2.5,2,2.5,4.3301, 2,-3&lt;BR /&gt;60,2.5434,2.5082, 2.5, 4.3301,1.1845,-3.8155&lt;BR /&gt;60,2.8077,2.1, 2.5, 4.3301,1.1845,-3.8155&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The first digit is the angle&lt;/P&gt;
&lt;P&gt;The next two are the origin XY of your first line&lt;/P&gt;
&lt;P&gt;The next two are the offset origin XY of the second line. This is where the next line will begin&lt;/P&gt;
&lt;P&gt;The last two are the lengths of on and off. Its like pen down pen up commands. In the first line it will draw a line for 2, then it will skip over and not draw the next 3 units of length.&amp;nbsp;&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="TheCADnoob_0-1703640420413.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1308091iDB5C7088CD1D4F2C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="TheCADnoob_0-1703640420413.png" alt="TheCADnoob_0-1703640420413.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="TheCADnoob_1-1703641652495.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1308095i4422DE61D1F63AB4/image-size/medium?v=v2&amp;amp;px=400" role="button" title="TheCADnoob_1-1703641652495.png" alt="TheCADnoob_1-1703641652495.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Dec 2023 01:47:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/custom-hatch-pattern/m-p/12463295#M23778</guid>
      <dc:creator>TheCADnoob</dc:creator>
      <dc:date>2023-12-27T01:47:39Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Hatch Pattern</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/custom-hatch-pattern/m-p/12463894#M23779</link>
      <description>&lt;P&gt;When starting out, it is difficult to see what is required for the hatch pattern definition and there are several individual rules that only apply to hatching. Perhaps my diagram of the various quantities might help.&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="Definition diagram.PNG" style="width: 776px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1308176i99966220F391CA08/image-size/large?v=v2&amp;amp;px=999" role="button" title="Definition diagram.PNG" alt="Definition diagram.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;In the line definition, the first quantity is the angle of the line, and then the next two are the line's start coordinate (measured in World coordinate system). The next two quantities (I call the "sideways repeat", d and e) are measured along and perpendicular to the line. As each of your three lines repeat at the same amount, these quantities would be the same for each of the three lines.&lt;/P&gt;&lt;P&gt;The final two quantities (I call "in-line repeat", f and g) are also measured along the line. Whatever the length of the dash line, the overall length of the dash plus the space (f + g) will always be the same for this type of symmetrical hatch.&lt;/P&gt;&lt;P&gt;Finally, for a standalone file, the file name does not allow spaces. So you can save this file as Glass-AA (give it a unique name because there may be other glass hatch files around!)&lt;/P&gt;&lt;P&gt;*Glass-AA, glass hatch pattern&lt;BR /&gt;60, 0,0, 1.875,1.0825317847, 2,-3&lt;BR /&gt;60, 0.0434,0.5082, 1.875,1.0825317847, 1.1845,-3.8155&lt;BR /&gt;60, 0.3077,0.1000, 1.875,1.0825317847, 1.1845,-3.8155&lt;BR /&gt;*&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;And a picture of how the hatch looks&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="glass-aa hatch.PNG" style="width: 462px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1308182iE086526BAAF35068/image-size/large?v=v2&amp;amp;px=999" role="button" title="glass-aa hatch.PNG" alt="glass-aa hatch.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Dec 2023 12:00:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/custom-hatch-pattern/m-p/12463894#M23779</guid>
      <dc:creator>richard_387</dc:creator>
      <dc:date>2023-12-27T12:00:24Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Hatch Pattern</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/custom-hatch-pattern/m-p/12464326#M23780</link>
      <description>&lt;P&gt;Just as a point of graphic effect, I would aim for something a little less regimented-looking, without the "units" in perfectly horizontal and vertical rows and columns, for example like this:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Kent1Cooper_0-1703695802854.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1308249iC76D13C239FC71C3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Kent1Cooper_0-1703695802854.png" alt="Kent1Cooper_0-1703695802854.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;which is defined this way:&lt;BR /&gt;60, 0,0, 1.2,1.5, 2,-2.5&lt;BR /&gt;60, 0.04,0.5, 1.2,1.5, 1.2,-3.3&lt;BR /&gt;60, 0.3,0.1, 1.2,1.5, 1.2,-3.3&lt;/P&gt;
&lt;P&gt;[And I couldn't imagine a reason for all those decimal places, for something like this.&amp;nbsp; Also, trailing zeroes do absolutely nothing for you in Hatch pattern definitions.]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF6600"&gt;&lt;STRONG&gt;EDIT:&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Or even something closer to random-ish-looking:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Kent1Cooper_1-1703707699502.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1308292i8D490C11ECAF2FCF/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Kent1Cooper_1-1703707699502.png" alt="Kent1Cooper_1-1703707699502.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;which takes two sets at different starting positions:&lt;/P&gt;
&lt;P&gt;60, 0,0, 2.4,3, 2,-2.5&lt;BR /&gt;60, .04,.5, 2.4,3, 1.2,-3.3&lt;BR /&gt;60, .3,.1, 2.4,3, 1.2,-3.3&lt;BR /&gt;60, -.2,2.5, 2.4,3, 2,-2.5&lt;BR /&gt;60, -.16,3, 2.4,3, 1.2,-3.3&lt;BR /&gt;60, .1,2.6, 2.4,3, 1.2,-3.3&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;[And I remembered that leading zeroes before decimal points are also not necessary.]&lt;/P&gt;</description>
      <pubDate>Wed, 27 Dec 2023 20:08:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/custom-hatch-pattern/m-p/12464326#M23780</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2023-12-27T20:08:47Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Hatch Pattern</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/custom-hatch-pattern/m-p/13871147#M356435</link>
      <description>&lt;P&gt;Can any one convert this coordinate to in a PAT file for hatch, consider coordinate from red line&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="muhammad_nadeem_0-1761720417579.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1582972i4FE1A537432B38D3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="muhammad_nadeem_0-1761720417579.png" alt="muhammad_nadeem_0-1761720417579.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Oct 2025 06:47:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/custom-hatch-pattern/m-p/13871147#M356435</guid>
      <dc:creator>muhammad_nadeem</dc:creator>
      <dc:date>2025-10-29T06:47:40Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Hatch Pattern</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/custom-hatch-pattern/m-p/13877300#M356677</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/16092399"&gt;@muhammad_nadeem&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Can any one convert this coordinate to in a PAT file for hatch, consider coordinate from red line&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="muhammad_nadeem_0-1761720417579.png" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1582972i4FE1A537432B38D3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="muhammad_nadeem_0-1761720417579.png" alt="muhammad_nadeem_0-1761720417579.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/16092399"&gt;@muhammad_nadeem&lt;/a&gt;&amp;nbsp; Give this a try&lt;/P&gt;</description>
      <pubDate>Sun, 02 Nov 2025 20:44:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/custom-hatch-pattern/m-p/13877300#M356677</guid>
      <dc:creator>TheCADnoob</dc:creator>
      <dc:date>2025-11-02T20:44:21Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Hatch Pattern</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/custom-hatch-pattern/m-p/13877301#M356678</link>
      <description>&lt;P&gt;*INSULATION,legname&lt;BR /&gt;72.758541,0.51,0.75,13.60143064,0.03293325,0.30364453,-30.06080837&lt;BR /&gt;254.577839,0.48,0.25,11.40170579,0.03324112,0.30083218,-29.78238573&lt;BR /&gt;75.963757,0.4,0.96,0.9701425,0.24253563,0.04123106,-4.08187457&lt;BR /&gt;142.125016,0.18,0.86,4.99923071,0.0877058,0.22803509,-11.17371917&lt;BR /&gt;180,0.31,0.86,0,1,0.13,-0.87&lt;BR /&gt;228.012788,0.4,0.96,12.04136517,0.07432941,0.13453624,-13.31908781&lt;BR /&gt;322.125016,0.82,0.14,4.99923071,0.0877058,0.22803509,-11.17371917&lt;BR /&gt;0,0.69,0.14,0,1,0.13,-0.87&lt;BR /&gt;48.012788,0.6,0.04,12.04136517,0.07432941,0.13453624,-13.31908781&lt;BR /&gt;75.963757,0.59,0,0.9701425,0.24253563,0.04123106,-4.08187457&lt;BR /&gt;37.874984,0.82,0.36,6.40252354,0.0877058,0.22803509,-11.17371917&lt;BR /&gt;0,0.69,0.36,0,1,0.13,-0.87&lt;BR /&gt;311.987212,0.6,0.46,1.41225888,0.07432941,0.13453624,-13.31908781&lt;BR /&gt;287.241459,0.51,0.75,16.76302226,0.03293325,0.30364453,-30.06080837&lt;BR /&gt;217.874984,0.18,0.64,6.40252354,0.0877058,0.22803509,-11.17371917&lt;BR /&gt;180,0.31,0.64,0,1,0.13,-0.87&lt;BR /&gt;131.987212,0.4,0.54,1.41225888,0.07432941,0.13453624,-13.31908781&lt;BR /&gt;105.422161,0.48,0.25,18.68151212,0.03324112,0.30083218,-29.78238573&lt;/P&gt;</description>
      <pubDate>Sun, 02 Nov 2025 20:44:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/custom-hatch-pattern/m-p/13877301#M356678</guid>
      <dc:creator>TheCADnoob</dc:creator>
      <dc:date>2025-11-02T20:44:57Z</dc:date>
    </item>
  </channel>
</rss>

