<?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: Herringbone Hatch Pattern Generator in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/herringbone-hatch-pattern-generator/m-p/11516817#M45332</link>
    <description>&lt;P&gt;Very nice, if it must be an integer ratio why ask for second length ? Rather ask 2, 3, 4 as divisor.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;12.75 / 4.25 =3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;; (setq wid (getdist "\n and rectangular-element width {lesser dimension}: ")) 
(setq wid (/ len (getint "\nEnter the width ratio 2 3 4 etc ")))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 29 Oct 2022 05:41:27 GMT</pubDate>
    <dc:creator>Sea-Haven</dc:creator>
    <dc:date>2022-10-29T05:41:27Z</dc:date>
    <item>
      <title>Herringbone Hatch Pattern Generator</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/herringbone-hatch-pattern-generator/m-p/11183143#M45329</link>
      <description>&lt;P&gt;There have been various topics asking for herringbone hatch patterns, with different sizes of tiles/bricks/planks.&amp;nbsp; One asked whether there could be a generic pattern generator for these.&amp;nbsp; I have come up with one, &lt;STRONG&gt;HerringboneCleanRatioPAT.lsp&lt;/STRONG&gt; with its &lt;STRONG&gt;HerrHPG&lt;/STRONG&gt; command (attached).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You start the command, give it the length and width of the elements, and it makes the .PAT file, &lt;FONT color="#FF0000"&gt;&lt;STRONG&gt;but&lt;/STRONG&gt;&lt;/FONT&gt; so far, only &lt;STRONG&gt;WHEN THE WIDTH DIVIDES EQUALLY INTO THE LENGTH&lt;/STRONG&gt;.&amp;nbsp; That's very much easier than otherwise, and is what the "CleanRatio" part of the file name means.&amp;nbsp; It scolds you if you give it sizes that don't divide evenly.&amp;nbsp; [I'm working on expanding it to work with other ratios, and if/when I get that working, will post it.]&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The "clean ratio" aspect does not limit it to integer values for the element size.&amp;nbsp; I've made, for example, 9.9x1.1 and 12.75x4.25 patterns with it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Read the comments at the top of the file.&amp;nbsp; &lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;NOTE&lt;/STRONG&gt;&lt;/FONT&gt; that you need to &lt;STRONG&gt;EDIT&lt;/STRONG&gt; the filepath/folder location for where you want the file to go.&lt;/P&gt;</description>
      <pubDate>Fri, 20 May 2022 18:16:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/herringbone-hatch-pattern-generator/m-p/11183143#M45329</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2022-05-20T18:16:33Z</dc:date>
    </item>
    <item>
      <title>Re: Herringbone Hatch Pattern Generator</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/herringbone-hatch-pattern-generator/m-p/11515959#M45330</link>
      <description>&lt;P&gt;Great stuff Kent!&lt;/P&gt;&lt;P&gt;Any news on the new lisp? I go crazy every time I need to create a custom herringbone hatch and I was hoping you got the solution! Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 28 Oct 2022 17:45:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/herringbone-hatch-pattern-generator/m-p/11515959#M45330</guid>
      <dc:creator>marcodebortoli</dc:creator>
      <dc:date>2022-10-28T17:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: Herringbone Hatch Pattern Generator</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/herringbone-hatch-pattern-generator/m-p/11515982#M45331</link>
      <description>&lt;P&gt;I work on that periodically, and have figured out parts of how it needs to work, but not the whole package yet.&amp;nbsp; But stay tuned.&lt;/P&gt;</description>
      <pubDate>Fri, 28 Oct 2022 17:52:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/herringbone-hatch-pattern-generator/m-p/11515982#M45331</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2022-10-28T17:52:40Z</dc:date>
    </item>
    <item>
      <title>Re: Herringbone Hatch Pattern Generator</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/herringbone-hatch-pattern-generator/m-p/11516817#M45332</link>
      <description>&lt;P&gt;Very nice, if it must be an integer ratio why ask for second length ? Rather ask 2, 3, 4 as divisor.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;12.75 / 4.25 =3&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;LI-CODE lang="general"&gt;; (setq wid (getdist "\n and rectangular-element width {lesser dimension}: ")) 
(setq wid (/ len (getint "\nEnter the width ratio 2 3 4 etc ")))&lt;/LI-CODE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 29 Oct 2022 05:41:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/herringbone-hatch-pattern-generator/m-p/11516817#M45332</guid>
      <dc:creator>Sea-Haven</dc:creator>
      <dc:date>2022-10-29T05:41:27Z</dc:date>
    </item>
  </channel>
</rss>

