<?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 for ceiling plz help in Visual LISP, AutoLISP and General Customization Forum</title>
    <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/custom-hatch-pattern-for-ceiling-plz-help/m-p/7895099#M106734</link>
    <description>&lt;P&gt;Try this [lightly tested]:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;*WHATEVER, 1200 x&amp;nbsp;476/610/305/610 Tiles&lt;BR /&gt;0, 0, 0, 0, 1200&lt;BR /&gt;90, 0, 0, 0, 2001&lt;BR /&gt;90, 476, 0, 0, 2001&lt;BR /&gt;90, 1086, 0, 0, 2001&lt;BR /&gt;90, 1391, 0, 0, 2001&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You need the spacing from each vertical line to the &lt;EM&gt;next occurrence of the same line in the cycle&lt;/EM&gt;&amp;nbsp; to be the sum of the sequence of widths in one cycle, which is the 2001.&amp;nbsp; Each set of such lines starts at a different place, not all at 0,0.&lt;/P&gt;</description>
    <pubDate>Thu, 29 Mar 2018 18:12:49 GMT</pubDate>
    <dc:creator>Kent1Cooper</dc:creator>
    <dc:date>2018-03-29T18:12:49Z</dc:date>
    <item>
      <title>Custom Hatch pattern for ceiling plz help</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/custom-hatch-pattern-for-ceiling-plz-help/m-p/7895042#M106733</link>
      <description>&lt;P&gt;Hi All&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a Ceiling Pattern a bit custom, it goes with 476 spacing then 610 then 305 then 610 then 476. I am trying to figure a way but still newbie with hatch coding. so this how it look like. is there away to code this.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="ceiling.png" style="width: 654px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/482221i63B191D53ACA0798/image-size/large?v=v2&amp;amp;px=999" role="button" title="ceiling.png" alt="ceiling.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried this but didn't work. as you see it is for revit but it takes autocad .pat.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;;;; revit metric.pat file v. 3.0 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; (c) 2000-2003 Autodesk Revit ;;;&lt;BR /&gt;;&lt;BR /&gt;; Please see the revit.pat file distributed with Revit for an explanation of this file's format.&lt;BR /&gt;;&lt;BR /&gt;;;;&lt;/P&gt;&lt;P&gt;;%VERSION=3.0&lt;BR /&gt;;%UNITS=MM&lt;/P&gt;&lt;P&gt;*0 Ceiling custom, 600 x 1200 Tiles&lt;BR /&gt;;%TYPE=MODEL&lt;BR /&gt;0, 0, 0, 0, 1200&lt;BR /&gt;90, 0, 0, 0, 610&lt;BR /&gt;90, 0, 0, 0, 915&lt;BR /&gt;90, 0, 0, 0, 1525&lt;BR /&gt;90, 0, 0, 0, 2001&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, 29 Mar 2018 17:54:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/custom-hatch-pattern-for-ceiling-plz-help/m-p/7895042#M106733</guid>
      <dc:creator>Alaaeldin.Alsahli</dc:creator>
      <dc:date>2018-03-29T17:54:42Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Hatch pattern for ceiling plz help</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/custom-hatch-pattern-for-ceiling-plz-help/m-p/7895099#M106734</link>
      <description>&lt;P&gt;Try this [lightly tested]:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;*WHATEVER, 1200 x&amp;nbsp;476/610/305/610 Tiles&lt;BR /&gt;0, 0, 0, 0, 1200&lt;BR /&gt;90, 0, 0, 0, 2001&lt;BR /&gt;90, 476, 0, 0, 2001&lt;BR /&gt;90, 1086, 0, 0, 2001&lt;BR /&gt;90, 1391, 0, 0, 2001&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You need the spacing from each vertical line to the &lt;EM&gt;next occurrence of the same line in the cycle&lt;/EM&gt;&amp;nbsp; to be the sum of the sequence of widths in one cycle, which is the 2001.&amp;nbsp; Each set of such lines starts at a different place, not all at 0,0.&lt;/P&gt;</description>
      <pubDate>Thu, 29 Mar 2018 18:12:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/custom-hatch-pattern-for-ceiling-plz-help/m-p/7895099#M106734</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2018-03-29T18:12:49Z</dc:date>
    </item>
    <item>
      <title>Re: Custom Hatch pattern for ceiling plz help</title>
      <link>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/custom-hatch-pattern-for-ceiling-plz-help/m-p/7895113#M106735</link>
      <description>&lt;P&gt;Thanks Kent, happy easter &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 29 Mar 2018 18:14:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/custom-hatch-pattern-for-ceiling-plz-help/m-p/7895113#M106735</guid>
      <dc:creator>Alaaeldin.Alsahli</dc:creator>
      <dc:date>2018-03-29T18:14:02Z</dc:date>
    </item>
  </channel>
</rss>

