<?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 I need macros for the Associative hatch in AutoCAD LT Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-lt-forum/i-need-macros-for-the-associative-hatch/m-p/9531487#M20498</link>
    <description>&lt;P&gt;I need macros for the Associative hatch. I use such kind of macros:&lt;BR /&gt;^C^C_hatch ansi31 200 0&lt;BR /&gt;^C^C_hatch;ansi31;200;0&lt;BR /&gt;It works but produces NONassociative hatches. What is wrong ?&lt;/P&gt;</description>
    <pubDate>Thu, 21 May 2020 11:09:58 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-05-21T11:09:58Z</dc:date>
    <item>
      <title>I need macros for the Associative hatch</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/i-need-macros-for-the-associative-hatch/m-p/9531487#M20498</link>
      <description>&lt;P&gt;I need macros for the Associative hatch. I use such kind of macros:&lt;BR /&gt;^C^C_hatch ansi31 200 0&lt;BR /&gt;^C^C_hatch;ansi31;200;0&lt;BR /&gt;It works but produces NONassociative hatches. What is wrong ?&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 11:09:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/i-need-macros-for-the-associative-hatch/m-p/9531487#M20498</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-21T11:09:58Z</dc:date>
    </item>
    <item>
      <title>Re: I need macros for the Associative hatch</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/i-need-macros-for-the-associative-hatch/m-p/9531556#M20499</link>
      <description>&lt;P&gt;Run the _hatch command and read the prompts.&lt;/P&gt;
&lt;P&gt;The first prompt is expecting a pick point or it will accept a keyword (not a hatch name) to use a hatch name you first need to tell the macro to use the 'properties' option and from that prompt you can enter a pattern name.&lt;/P&gt;
&lt;P&gt;If annotative isn't already the default then that is also an option given to use annotative from the command line version.&lt;/P&gt;
&lt;P&gt;The most important thing to watch when creating macros is run the commands first from your keyboard and see what prompts are available, then use that sequence to write your macro.&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 11:51:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/i-need-macros-for-the-associative-hatch/m-p/9531556#M20499</guid>
      <dc:creator>steven-g</dc:creator>
      <dc:date>2020-05-21T11:51:58Z</dc:date>
    </item>
    <item>
      <title>Re: I need macros for the Associative hatch</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/i-need-macros-for-the-associative-hatch/m-p/9531567#M20500</link>
      <description>&lt;P&gt;Unfortunatelly you are not correct. Try youself before the answer! AutoCad goes different logic in command line and Macros. In case of Macros it asks hatch type first!&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 11:55:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/i-need-macros-for-the-associative-hatch/m-p/9531567#M20500</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-21T11:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: I need macros for the Associative hatch</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/i-need-macros-for-the-associative-hatch/m-p/9531584#M20501</link>
      <description>HPASSOC variable needs to be on, look up usage in HELP.&lt;BR /&gt;&lt;BR /&gt;While you are in HELP, look up all the other hatch variables (almost all start with HP), you'll be amazed at how much control you can get for macros.&lt;BR /&gt;&lt;BR /&gt;HTH</description>
      <pubDate>Thu, 21 May 2020 12:03:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/i-need-macros-for-the-associative-hatch/m-p/9531584#M20501</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2020-05-21T12:03:15Z</dc:date>
    </item>
    <item>
      <title>Re: I need macros for the Associative hatch</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/i-need-macros-for-the-associative-hatch/m-p/9531608#M20502</link>
      <description>&lt;P&gt;&lt;SPAN&gt;HPASSOC is ON. Nothing new unfortunatelly.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Any text I type beside the hatch command breaks the accociation to boundary. Probably this is the software bug nobody noticed yet.&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 12:12:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/i-need-macros-for-the-associative-hatch/m-p/9531608#M20502</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-21T12:12:13Z</dc:date>
    </item>
    <item>
      <title>Re: I need macros for the Associative hatch</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/i-need-macros-for-the-associative-hatch/m-p/9531616#M20503</link>
      <description>&lt;P&gt;If who has time it's even faster to try yourself than type wrong answers.&lt;/P&gt;&lt;P&gt;Offered macro ---&amp;nbsp;&amp;nbsp;&lt;SPAN&gt;^C^C_hatch ansi31 200 0 --- works fast and well! But the hatch is not associative!&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 12:17:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/i-need-macros-for-the-associative-hatch/m-p/9531616#M20503</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-21T12:17:21Z</dc:date>
    </item>
    <item>
      <title>Re: I need macros for the Associative hatch</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/i-need-macros-for-the-associative-hatch/m-p/9531624#M20504</link>
      <description>&lt;P&gt;No bug here, could be one on your machine, did you follow the prompts setting the scale and rotation etc. after setting the pattern name. And giving hpassoc the correct value as&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/37212"&gt;@pendean&lt;/a&gt;&amp;nbsp;suggested.&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 12:22:24 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/i-need-macros-for-the-associative-hatch/m-p/9531624#M20504</guid>
      <dc:creator>steven-g</dc:creator>
      <dc:date>2020-05-21T12:22:24Z</dc:date>
    </item>
    <item>
      <title>Re: I need macros for the Associative hatch</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/i-need-macros-for-the-associative-hatch/m-p/9531656#M20505</link>
      <description>&lt;P&gt;Oops just spotted your using '_hatch' try this version '-hatch' in your macro it gives you much more control for the command line version&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 12:29:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/i-need-macros-for-the-associative-hatch/m-p/9531656#M20505</guid>
      <dc:creator>steven-g</dc:creator>
      <dc:date>2020-05-21T12:29:02Z</dc:date>
    </item>
    <item>
      <title>Re: I need macros for the Associative hatch</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/i-need-macros-for-the-associative-hatch/m-p/9531664#M20506</link>
      <description>Works absolutely fine here with your macro in LT2019 and LT2021 Boss, you've got something else going on. You can always include the HPASSOC setting in your macro to always confirm it is on to see if that helps.&lt;BR /&gt;&lt;BR /&gt;&amp;gt;&amp;gt;&amp;gt;...Any text I type beside the hatch command breaks the accociation to boundary...&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;Unless you think associative hatching is supposed to do something else perhaps? I have no idea what that statement even means, I can type TEXT and MTEXT all day long and hatch association is never affected.</description>
      <pubDate>Thu, 21 May 2020 12:33:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/i-need-macros-for-the-associative-hatch/m-p/9531664#M20506</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2020-05-21T12:33:01Z</dc:date>
    </item>
    <item>
      <title>Re: I need macros for the Associative hatch</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/i-need-macros-for-the-associative-hatch/m-p/9531669#M20507</link>
      <description>&amp;gt;&amp;gt;&amp;gt;...Oops just spotted your using '_hatch'...&amp;lt;&amp;lt;&amp;lt;&lt;BR /&gt;Makes no difference here.</description>
      <pubDate>Thu, 21 May 2020 12:34:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/i-need-macros-for-the-associative-hatch/m-p/9531669#M20507</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2020-05-21T12:34:06Z</dc:date>
    </item>
    <item>
      <title>Re: I need macros for the Associative hatch</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/i-need-macros-for-the-associative-hatch/m-p/9531706#M20508</link>
      <description>&lt;P&gt;Really, there are two very distinct sets of prompts between those two versions, at least on my machine&lt;/P&gt;
&lt;P&gt;_hatch&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="_hatch.jpg" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/773836iC06A74CCE971EF7F/image-size/medium?v=v2&amp;amp;px=400" role="button" title="_hatch.jpg" alt="_hatch.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;-hatch&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="-hatch.jpg" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/773837i6618942656671081/image-size/medium?v=v2&amp;amp;px=400" role="button" title="-hatch.jpg" alt="-hatch.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 12:44:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/i-need-macros-for-the-associative-hatch/m-p/9531706#M20508</guid>
      <dc:creator>steven-g</dc:creator>
      <dc:date>2020-05-21T12:44:04Z</dc:date>
    </item>
    <item>
      <title>Re: I need macros for the Associative hatch</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/i-need-macros-for-the-associative-hatch/m-p/9531717#M20509</link>
      <description>That may be the solution for the OP. I used the OP's second macro (first post) in both LT2019 and LT2021 here as is, no changes, no issues.&lt;BR /&gt;</description>
      <pubDate>Thu, 21 May 2020 12:49:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/i-need-macros-for-the-associative-hatch/m-p/9531717#M20509</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2020-05-21T12:49:35Z</dc:date>
    </item>
    <item>
      <title>Re: I need macros for the Associative hatch</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/i-need-macros-for-the-associative-hatch/m-p/9531769#M20510</link>
      <description>&lt;P&gt;Curiouser and curiouser, I just ran the OP's macro and it indeed fails to create an associative hatch no matter what the hpassoc setting (2019, 2020 and 2021) so if it works for you there must be some other variable difference. But yes the more extensive -hatch version will let you set associativity.&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 13:08:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/i-need-macros-for-the-associative-hatch/m-p/9531769#M20510</guid>
      <dc:creator>steven-g</dc:creator>
      <dc:date>2020-05-21T13:08:07Z</dc:date>
    </item>
    <item>
      <title>Re: I need macros for the Associative hatch</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/i-need-macros-for-the-associative-hatch/m-p/9531811#M20511</link>
      <description>&lt;P&gt;LT2019.1.2 here in Win10Pro, nothing special otherwise.&lt;BR /&gt;LT2021 has no updates installed, same laptop.&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="Capture.JPG" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/773862i24B90BB681DF189B/image-size/large?v=v2&amp;amp;px=999" role="button" title="Capture.JPG" alt="Capture.JPG" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 13:20:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/i-need-macros-for-the-associative-hatch/m-p/9531811#M20511</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2020-05-21T13:20:05Z</dc:date>
    </item>
    <item>
      <title>Re: I need macros for the Associative hatch</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/i-need-macros-for-the-associative-hatch/m-p/9531870#M20512</link>
      <description>&lt;P&gt;Same macro&lt;/P&gt;
&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="assoc.jpg" style="width: 400px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/773867i72606B359828C5D8/image-size/medium?v=v2&amp;amp;px=400" role="button" title="assoc.jpg" alt="assoc.jpg" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt; &lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 13:40:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/i-need-macros-for-the-associative-hatch/m-p/9531870#M20512</guid>
      <dc:creator>steven-g</dc:creator>
      <dc:date>2020-05-21T13:40:40Z</dc:date>
    </item>
    <item>
      <title>Re: I need macros for the Associative hatch</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/i-need-macros-for-the-associative-hatch/m-p/9531893#M20513</link>
      <description>&lt;P&gt;So looks like the bug detected.&lt;/P&gt;&lt;P&gt;I have 2019LT at work and 2011 at home. Problem is noticed quite long time ago on both machines. I have sent tens requests to the Autodesk office, they only suggested to read the forum...&lt;/P&gt;&lt;P&gt;Sorry for the bad English lang, I normally speak other one &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;At the moment sitting home with the 2011, the versus "-hatch" makes app frozen for 2-3 minutes but I try. It seems that using -hatch I can't choose the hatch type cause it uses the last one.&lt;/P&gt;&lt;P&gt;Thank you very much for the help!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 13:52:30 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/i-need-macros-for-the-associative-hatch/m-p/9531893#M20513</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-21T13:52:30Z</dc:date>
    </item>
    <item>
      <title>Re: I need macros for the Associative hatch</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/i-need-macros-for-the-associative-hatch/m-p/9531914#M20514</link>
      <description>&lt;P&gt;If it is working for&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/37212"&gt;@pendean&lt;/a&gt;&amp;nbsp;then it is unlikely to be a bug, maybe some other obscure variable or setting, as for the&amp;nbsp; "-hatch" version try this&lt;/P&gt;
&lt;LI-CODE lang="general"&gt;^C^C^C-hatch;p;ansi31;200;0;a;a;y;;s;\;;&lt;/LI-CODE&gt;
&lt;P&gt;you don't need to finish the macro by pressing enter at the keyboard the macro takes care of that for you (just select an object)&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 13:57:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/i-need-macros-for-the-associative-hatch/m-p/9531914#M20514</guid>
      <dc:creator>steven-g</dc:creator>
      <dc:date>2020-05-21T13:57:22Z</dc:date>
    </item>
    <item>
      <title>Re: I need macros for the Associative hatch</title>
      <link>https://forums.autodesk.com/t5/autocad-lt-forum/i-need-macros-for-the-associative-hatch/m-p/9531959#M20515</link>
      <description>&lt;P&gt;GREAT! It works! Thank you! And no freezes,&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Asshatch solved.PNG" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/773885i525599C9B6DA7169/image-size/large?v=v2&amp;amp;px=999" role="button" title="Asshatch solved.PNG" alt="Asshatch solved.PNG" /&gt;&lt;/span&gt; very fast&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 May 2020 14:13:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-lt-forum/i-need-macros-for-the-associative-hatch/m-p/9531959#M20515</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-05-21T14:13:06Z</dc:date>
    </item>
  </channel>
</rss>

