<?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 6x36 tile Hatch Pattern in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/custom-6x36-tile-hatch-pattern/m-p/6694744#M251111</link>
    <description>90, 0,0, 6,18, 6,-6&lt;BR /&gt;???&lt;BR /&gt;</description>
    <pubDate>Thu, 17 Nov 2016 23:14:30 GMT</pubDate>
    <dc:creator>scot-65</dc:creator>
    <dc:date>2016-11-17T23:14:30Z</dc:date>
    <item>
      <title>Custom 6x36 tile Hatch Pattern</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/custom-6x36-tile-hatch-pattern/m-p/6694729#M251110</link>
      <description>&lt;P&gt;I have a custom hatch pattern that i need to edit to make the vertical line 9" from the 0,0&amp;nbsp;origin. So the tile will be 36" long then be 6" in height. I thought i understood this but i am doing this wrong. I understand the first number is the angle that the line is to be drawn at. The second number is the x &amp;amp; y offset. The third &amp;amp; final numbers are where i get confused. I thought that since i am rotating everything 90 degrees &amp;amp; drawing a line 6 " long that the&amp;nbsp;code&amp;nbsp;would be&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;*Core_16_Tile, 6x36 One Quarter Elevation&lt;BR /&gt;90,0,0,-6,9,6,-9&lt;BR /&gt;0,0,0,0,6&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can someone please help me out?&lt;/P&gt;</description>
      <pubDate>Thu, 17 Nov 2016 23:02:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/custom-6x36-tile-hatch-pattern/m-p/6694729#M251110</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-17T23:02:38Z</dc:date>
    </item>
    <item>
      <title>Re: Custom 6x36 tile Hatch Pattern</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/custom-6x36-tile-hatch-pattern/m-p/6694744#M251111</link>
      <description>90, 0,0, 6,18, 6,-6&lt;BR /&gt;???&lt;BR /&gt;</description>
      <pubDate>Thu, 17 Nov 2016 23:14:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/custom-6x36-tile-hatch-pattern/m-p/6694744#M251111</guid>
      <dc:creator>scot-65</dc:creator>
      <dc:date>2016-11-17T23:14:30Z</dc:date>
    </item>
    <item>
      <title>Re: Custom 6x36 tile Hatch Pattern</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/custom-6x36-tile-hatch-pattern/m-p/6695658#M251112</link>
      <description>&lt;P&gt;Well, its closer than what i had. Basically, the first bottom tile at origin point 0,0 will be 36" long by 6" high. The text tile in a vertical direction will start at 9,6, &amp;amp; then the row above that will be 9,6 from that point.&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-left" image-alt="6x36 Tile Hatch Pattern 1/4 Bond" style="width: 577px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/294057i2E821EC49B1409B1/image-size/large?v=v2&amp;amp;px=999" role="button" title="6x36_Tile_Hatch.jpg" alt="6x36_Tile_Hatch.jpg" /&gt;&lt;/span&gt;﻿&lt;/P&gt;</description>
      <pubDate>Fri, 18 Nov 2016 12:46:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/custom-6x36-tile-hatch-pattern/m-p/6695658#M251112</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-18T12:46:09Z</dc:date>
    </item>
    <item>
      <title>Re: Custom 6x36 tile Hatch Pattern</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/custom-6x36-tile-hatch-pattern/m-p/6696863#M251113</link>
      <description>Does it matter which side the smaller of the two distance stagger?&lt;BR /&gt;&lt;BR /&gt;As you show in the pic, the angle is 90 degrees. The next offset will&lt;BR /&gt;have a positive X, and a negative Y. What I gave you earlier should&lt;BR /&gt;have been an equal stagger regardless of positive X or Y.&lt;BR /&gt;&lt;BR /&gt;Try this:&lt;BR /&gt;90, 0,0, 6,-9, 6,-18&lt;BR /&gt;&lt;BR /&gt;The offset distance is based on the angle of the line. If it helps,&lt;BR /&gt;this is where you turn the paper so the (dashed) line is horizontal&lt;BR /&gt;and the positive-X direction points to the right (East).&lt;BR /&gt;Now determine the X-direction and Y-direction.&lt;BR /&gt;In the pic above, the next line begins 6 units in the X direction&lt;BR /&gt;and -9 units in the Y direction.&lt;BR /&gt;&lt;BR /&gt;The last pair of numbers is Pen Up / -Pen Down. A "0" is a dot.&lt;BR /&gt;You are drawing a line 6 units long and not drawing for 18&lt;BR /&gt;additional units before it starts a new cycle.&lt;BR /&gt;&lt;BR /&gt;Notice I did not give a unit of measurement?&lt;BR /&gt;&lt;BR /&gt;(apologies for not viewing your earlier attachment as I am not in&lt;BR /&gt;the habit of opening others' files)&lt;BR /&gt;&lt;BR /&gt;Hope this helps.&lt;BR /&gt;</description>
      <pubDate>Fri, 18 Nov 2016 22:52:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/custom-6x36-tile-hatch-pattern/m-p/6696863#M251113</guid>
      <dc:creator>scot-65</dc:creator>
      <dc:date>2016-11-18T22:52:22Z</dc:date>
    </item>
    <item>
      <title>Re: Custom 6x36 tile Hatch Pattern</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/custom-6x36-tile-hatch-pattern/m-p/6697017#M251114</link>
      <description>&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;From HatchKit's Brick and Tile wizard:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;;-------------------------------------------------------------------------------&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Written by HatchKit Professional&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; HatchKit Professional (c)1990-2016 Cadro Pty Ltd &lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A href="http://www.hatchkit.com.au/" target="_blank"&gt;www.hatchkit.com.au/&lt;/A&gt;&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;;-------------------------------------------------------------------------------&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;;-Date&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 19/11/2016&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;;-Time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 12:39:53 PM&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;;-HatchKit Version&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : 3.1.9.2674&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;;-HatchKit Output Filetype&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; : AutoCAD format&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;;-------------------------------------------------------------------------------&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="courier new,courier"&gt;*Brick0,RUNNING HORIZONTAL 36"x6" bond=1/4&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;90,0,0,6,-9,6,-18&lt;/FONT&gt;&lt;BR /&gt;&lt;FONT face="courier new,courier"&gt;0,0,0,0,6&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;hth,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT face="lucida sans unicode,lucida sans" size="2"&gt;Hugh Adamson&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 19 Nov 2016 01:43:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/custom-6x36-tile-hatch-pattern/m-p/6697017#M251114</guid>
      <dc:creator>hugha</dc:creator>
      <dc:date>2016-11-19T01:43:18Z</dc:date>
    </item>
    <item>
      <title>Re: Custom 6x36 tile Hatch Pattern</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/custom-6x36-tile-hatch-pattern/m-p/6697066#M251115</link>
      <description>&lt;P&gt;90, 0,0, 6,-9, 6,-18&lt;/P&gt;</description>
      <pubDate>Sat, 19 Nov 2016 03:25:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/custom-6x36-tile-hatch-pattern/m-p/6697066#M251115</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2016-11-19T03:25:01Z</dc:date>
    </item>
    <item>
      <title>Re: Custom 6x36 tile Hatch Pattern</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/custom-6x36-tile-hatch-pattern/m-p/6697491#M251116</link>
      <description>&lt;P&gt;Works great. This is exactly what i wanted Thanks so much everyone. I think your explanation will be very helpful. I always get confused with hatch patterns&lt;/P&gt;</description>
      <pubDate>Sat, 19 Nov 2016 16:39:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/custom-6x36-tile-hatch-pattern/m-p/6697491#M251116</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-19T16:39:03Z</dc:date>
    </item>
  </channel>
</rss>

