<?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: Can I get a hand creating a custom hatch? in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/can-i-get-a-hand-creating-a-custom-hatch/m-p/9878963#M91318</link>
    <description>&lt;P&gt;Thanks for sending this, but it won't load the hatch. I can see it within my hatch drop down menu but wont' select it.&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 18 Nov 2020 18:28:19 GMT</pubDate>
    <dc:creator>tellis</dc:creator>
    <dc:date>2020-11-18T18:28:19Z</dc:date>
    <item>
      <title>Can I get a hand creating a custom hatch?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/can-i-get-a-hand-creating-a-custom-hatch/m-p/9878807#M91314</link>
      <description>&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a pattern which I want to turn into a hatch, but I don't have knowhow to do it through CAD LT and I don't have full CAD available to me right now. Can I ask one of you lovely people to help turn the attached pattern into the hatch file?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 18 Nov 2020 17:31:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/can-i-get-a-hand-creating-a-custom-hatch/m-p/9878807#M91314</guid>
      <dc:creator>tellis</dc:creator>
      <dc:date>2020-11-18T17:31:43Z</dc:date>
    </item>
    <item>
      <title>Re: Can I get a hand creating a custom hatch?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/can-i-get-a-hand-creating-a-custom-hatch/m-p/9878856#M91315</link>
      <description>&lt;P&gt;How important is the specific angle of the ends?&amp;nbsp; Because of the way linesets are defined in Hatch pattern definitions, it would be a lot easier if that could be tweaked [sharpened] just a little so that the red piece lies along a continuation of the green piece:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Hatch.PNG" style="width: 220px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/845944iB8E2B2E0979E234B/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Hatch.PNG" alt="Hatch.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;It would make this much difference:&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Hatch2.PNG" style="width: 268px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/845948iC4C7378E6054DB79/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Hatch2.PNG" alt="Hatch2.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Nov 2020 17:50:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/can-i-get-a-hand-creating-a-custom-hatch/m-p/9878856#M91315</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2020-11-18T17:50:27Z</dc:date>
    </item>
    <item>
      <title>Re: Can I get a hand creating a custom hatch?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/can-i-get-a-hand-creating-a-custom-hatch/m-p/9878872#M91316</link>
      <description>&lt;P&gt;If it makes sense to do that slight adjustment then go for it. Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 18 Nov 2020 17:53:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/can-i-get-a-hand-creating-a-custom-hatch/m-p/9878872#M91316</guid>
      <dc:creator>tellis</dc:creator>
      <dc:date>2020-11-18T17:53:42Z</dc:date>
    </item>
    <item>
      <title>Re: Can I get a hand creating a custom hatch?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/can-i-get-a-hand-creating-a-custom-hatch/m-p/9878930#M91317</link>
      <description>&lt;P&gt;Never mind -- it's not too far before an aligning edge occurs, so it's just a matter of a fairly long pen-up [negative-number] designation at the end of the diagonal lineset code lines.&amp;nbsp; Try this [minimally tested]:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;;; TEST.pat -- only ONE definition, called *TEST [copy to separate file with real pattern name]

*TEST, description here if desired
90, 0,0, 11.75,1, 10.5,-13
231.34019175, 0,0, 14.79746394,0.31234752, 1.60078106,-73.63592873
308.65980825, 0,0, 14.79746394,-0.31234752, 1.60078106,-73.63592873
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#FF00FF"&gt;&lt;STRONG&gt;NOTE&lt;/STRONG&gt;&lt;/FONT&gt; that while this code window doesn't allow it, if you put this in a &lt;STRONG&gt;&lt;FONT color="#000000"&gt;.pat&lt;/FONT&gt;&lt;/STRONG&gt; file of its own, &lt;FONT color="#FF0000"&gt;&lt;EM&gt;it needs to end with a hard return / blank line&lt;/EM&gt;&lt;/FONT&gt;, not just at the end of the code content.&amp;nbsp; And &lt;FONT color="#0000FF"&gt;&lt;EM&gt;the file name&lt;/EM&gt;&lt;/FONT&gt; [not including the &lt;FONT color="#000000"&gt;&lt;STRONG&gt;.pat&lt;/STRONG&gt;&lt;/FONT&gt; filetype ending] &lt;EM&gt;&lt;FONT color="#0000FF"&gt;must exactly match the pattern name&lt;/FONT&gt;&lt;/EM&gt; defined in it.&lt;/P&gt;</description>
      <pubDate>Wed, 18 Nov 2020 18:14:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/can-i-get-a-hand-creating-a-custom-hatch/m-p/9878930#M91317</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2020-11-18T18:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: Can I get a hand creating a custom hatch?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/can-i-get-a-hand-creating-a-custom-hatch/m-p/9878963#M91318</link>
      <description>&lt;P&gt;Thanks for sending this, but it won't load the hatch. I can see it within my hatch drop down menu but wont' select it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Nov 2020 18:28:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/can-i-get-a-hand-creating-a-custom-hatch/m-p/9878963#M91318</guid>
      <dc:creator>tellis</dc:creator>
      <dc:date>2020-11-18T18:28:19Z</dc:date>
    </item>
    <item>
      <title>Re: Can I get a hand creating a custom hatch?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/can-i-get-a-hand-creating-a-custom-hatch/m-p/9878991#M91319</link>
      <description>&lt;P&gt;Put a blank space at the end of the definition.&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="pat.jpg" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/845975i04E0C7514EE02A77/image-size/large?v=v2&amp;amp;px=999" role="button" title="pat.jpg" alt="pat.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 18 Nov 2020 18:36:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/can-i-get-a-hand-creating-a-custom-hatch/m-p/9878991#M91319</guid>
      <dc:creator>Patchy</dc:creator>
      <dc:date>2020-11-18T18:36:30Z</dc:date>
    </item>
    <item>
      <title>Re: Can I get a hand creating a custom hatch?</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/can-i-get-a-hand-creating-a-custom-hatch/m-p/9879000#M91320</link>
      <description>&lt;P&gt;Got it! I did have the space there but I had to remake the file and it ended up working.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Wed, 18 Nov 2020 18:39:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/can-i-get-a-hand-creating-a-custom-hatch/m-p/9879000#M91320</guid>
      <dc:creator>tellis</dc:creator>
      <dc:date>2020-11-18T18:39:01Z</dc:date>
    </item>
  </channel>
</rss>

