<?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: How to Hatch all with action recorder? in AutoCAD Map 3D Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/how-to-hatch-all-with-action-recorder/m-p/12659990#M957</link>
    <description>&lt;P&gt;For all objects.&lt;/P&gt;&lt;P&gt;For button or Tool Palette: &amp;nbsp; ^C^C_-HATCH;_S;_ALL;;;&lt;BR /&gt;and/or for the command line:&amp;nbsp;&amp;nbsp; (command "_-HATCH" "_S" "_ALL" "" "")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For preselected objects:&lt;/P&gt;&lt;P&gt;^C^C_-HATCH;_S;_P;;;&lt;/P&gt;&lt;P&gt;(command "_-HATCH" "_S" "_P" "" "" "")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 22 Mar 2024 23:24:57 GMT</pubDate>
    <dc:creator>АлексЮстасу</dc:creator>
    <dc:date>2024-03-22T23:24:57Z</dc:date>
    <item>
      <title>How to Hatch all with action recorder?</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/how-to-hatch-all-with-action-recorder/m-p/12656392#M951</link>
      <description>&lt;P&gt;I'm trying to create a macro where i want to hatch several (+-50) closed polylines all at once.&lt;BR /&gt;&lt;BR /&gt;I tried to look for solutions on forums and found out you have to use the command '-Hatch' instead of 'Hatch'.&lt;/P&gt;&lt;P&gt;This way I am able to hit 'S' to select object followed by 'ALL' to select all the polylines. But when i hit enter afterwards it doesn't hatch anything.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried doing these steps again followed by hitting 'P' to open properties and then hit enter and this seems to hatch them (somehow). but when i repeat the macro afterwards it gives an error.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any solutions to this where i don't need to click the closed polylines as the macro doesn't register this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 14:26:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/how-to-hatch-all-with-action-recorder/m-p/12656392#M951</guid>
      <dc:creator>Sander_Va</dc:creator>
      <dc:date>2024-03-21T14:26:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to Hatch all with action recorder?</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/how-to-hatch-all-with-action-recorder/m-p/12656645#M952</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/12060220"&gt;@Sander_Va&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Are all the 'closed polylines' on the same layer?&lt;/P&gt;
&lt;P&gt;Or are they on multiple layers?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If on more than one layer, try selecting a closed polyline where each and and every layer is represented in your selection set. You don't have to select ALL polylines just make sure you've selected enough so each layer is represented. For example you have 100 closed polylines, 25 on layer A, 30 on layer B, and 45 on layer C, you'll need to select a minimum of 3 polylines one from each layer. You may select&amp;nbsp;&lt;EM&gt;more&lt;/EM&gt; than 3 but you'll still need to select at least one from each layer.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With the 3 polylines still selected=&amp;gt;Right click and=&amp;gt;Select Similar=&amp;gt;Isolate Selected Objects.&lt;/P&gt;
&lt;P&gt;With the closed polylines isolated you can now perform HATCH. Be sure to use a crossing window when choosing the objects to hatch.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When the hatch operation is finished=&amp;gt;right click in an blank, empty area of modelspace=&amp;gt;End Isolation.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You're better off performing the hatch manually because you can hatch all polygons simultaneously. The only reason why you wouldn't be able to hatch all objects at the same time is when using multiple hatch patterns.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Even if you were to use the Action Recorder with multiple hatch patterns, how would the Recorder determine which objects get &lt;EM&gt;THIS&lt;/EM&gt; pattern and which objects get &lt;EM&gt;THAT&lt;/EM&gt; hatch pattern.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you're using more than one hatch, it seems you need to provide some human input to designate which hatch the polygon is to receive. And human input defeats the purpose of using the Action Recorder recorder in the first place.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 21 Mar 2024 21:04:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/how-to-hatch-all-with-action-recorder/m-p/12656645#M952</guid>
      <dc:creator>ChicagoLooper</dc:creator>
      <dc:date>2024-03-21T21:04:55Z</dc:date>
    </item>
    <item>
      <title>Re: How to Hatch all with action recorder?</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/how-to-hatch-all-with-action-recorder/m-p/12658189#M953</link>
      <description>&lt;P&gt;Hi,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;All of my polylines that i want to hatch are on the same layer.&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to prevent using a crossing window when doing the action record because I want to use the hatch all in seperate drawings with different coördinates.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tons of drawings where i need to hatch closed polylines. there are 2 separate layers in each drawing that needs to be hatched in a different color/pattern. But even making it so it hatches 1 layer automaticly would save me alot of time.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2024 07:59:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/how-to-hatch-all-with-action-recorder/m-p/12658189#M953</guid>
      <dc:creator>Sander_Va</dc:creator>
      <dc:date>2024-03-22T07:59:53Z</dc:date>
    </item>
    <item>
      <title>Re: How to Hatch all with action recorder?</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/how-to-hatch-all-with-action-recorder/m-p/12658619#M954</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/12060220"&gt;@Sander_Va&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;I&gt;&amp;lt;&amp;lt;All of my polylines that i want to hatch are on the &lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;same layer.&lt;/FONT&gt;&lt;/STRONG&gt;&amp;gt;&amp;gt;&lt;/I&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;Same layer?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P dir="ltr"&gt;&lt;SPAN&gt;&lt;I&gt;&amp;lt;&amp;lt;…there are 2&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt; separate layers&lt;/FONT&gt;&lt;/STRONG&gt; in each drawing that needs to be hatched…&amp;gt;&amp;gt;&lt;/I&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P dir="ltr"&gt;&lt;SPAN&gt;Separate layers?&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P dir="ltr"&gt;So you have two hatch patterns and you want the action recorder to determine which polyline gets &lt;I&gt;THIS&lt;/I&gt; hatch and which get &lt;EM&gt;THAT&lt;/EM&gt; hatch? Correct?&lt;/P&gt;
&lt;P dir="ltr"&gt;&amp;nbsp;&lt;/P&gt;
&lt;P dir="ltr"&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2024 11:41:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/how-to-hatch-all-with-action-recorder/m-p/12658619#M954</guid>
      <dc:creator>ChicagoLooper</dc:creator>
      <dc:date>2024-03-22T11:41:25Z</dc:date>
    </item>
    <item>
      <title>Re: How to Hatch all with action recorder?</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/how-to-hatch-all-with-action-recorder/m-p/12658651#M955</link>
      <description>&lt;P&gt;There are multiple layers in the drawings, but I was trying to make it work for just 1 layer at first. the pattern/color doesnt matter.&lt;/P&gt;&lt;P&gt;The problem is, it doesnt matter if there's 1 layer or more, it does not hatch my polylines without the use of crossing windows.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;steps i want to achieve:&amp;nbsp;&lt;/P&gt;&lt;P&gt;-make action recorder hatch multiple closed polylines in the same layer all at once without the use of crossing windows as that gives problems when replaying the recorded action.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Hope this explains it a little better&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2024 12:07:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/how-to-hatch-all-with-action-recorder/m-p/12658651#M955</guid>
      <dc:creator>Sander_Va</dc:creator>
      <dc:date>2024-03-22T12:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to Hatch all with action recorder?</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/how-to-hatch-all-with-action-recorder/m-p/12659804#M956</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/12060220"&gt;@Sander_Va&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;SPAN&gt;...steps i want to achieve:&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;-make action recorder hatch multiple closed polylines in the same layer all at once without the use of crossing windows as that gives problems when replaying the recorded action. ...&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;How would the object selection happen then, isolate what you don't want and only grab what you want?&lt;/P&gt;
&lt;P&gt;Remember, the recorder only mimics what you do on screen, nothing more, it cannot guess at selections.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Perhaps you should share 2 or more sample DWG files so we can understand what it is you are trying to automate, and to which objects in each sample.&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2024 20:58:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/how-to-hatch-all-with-action-recorder/m-p/12659804#M956</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2024-03-22T20:58:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to Hatch all with action recorder?</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/how-to-hatch-all-with-action-recorder/m-p/12659990#M957</link>
      <description>&lt;P&gt;For all objects.&lt;/P&gt;&lt;P&gt;For button or Tool Palette: &amp;nbsp; ^C^C_-HATCH;_S;_ALL;;;&lt;BR /&gt;and/or for the command line:&amp;nbsp;&amp;nbsp; (command "_-HATCH" "_S" "_ALL" "" "")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For preselected objects:&lt;/P&gt;&lt;P&gt;^C^C_-HATCH;_S;_P;;;&lt;/P&gt;&lt;P&gt;(command "_-HATCH" "_S" "_P" "" "" "")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 22 Mar 2024 23:24:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/how-to-hatch-all-with-action-recorder/m-p/12659990#M957</guid>
      <dc:creator>АлексЮстасу</dc:creator>
      <dc:date>2024-03-22T23:24:57Z</dc:date>
    </item>
    <item>
      <title>Re: How to Hatch all with action recorder?</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/how-to-hatch-all-with-action-recorder/m-p/12660056#M958</link>
      <description>&lt;P&gt;Hello, Mr&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/37212"&gt;@pendean&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Despite the hatch requirements outlined by the OP, the Action Recorder cannot be used to perform the operation he has eloquently described. Instead of asking how he can force the Action Recorder to fit his specific needs, he can ask how to use his current drawings to create practical output (or adapt existing output) which can be easily managed in Map3D. Doing that would open the proverbial door to finding new ways to solve recurring problems.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;He's heavily invested in the Action Recorder and unwilling to recognize the limitations that tool has when used under his circumstances and is desperately trying to make an inappropriate workflow into a usable one.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I'm sure the recipient of his work will welcome a drawing which differentiates one group of polylines from another. I'm just not convinced using hatch generated by the Action Recorder is the best way.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 23 Mar 2024 00:43:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/how-to-hatch-all-with-action-recorder/m-p/12660056#M958</guid>
      <dc:creator>ChicagoLooper</dc:creator>
      <dc:date>2024-03-23T00:43:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to Hatch all with action recorder?</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/how-to-hatch-all-with-action-recorder/m-p/12663339#M959</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have tried this before, and without the recorder recording, this will work.&lt;/P&gt;&lt;P&gt;When you use the commands while recording it will just select the objects but not hatch them. it results in the screenshot that iv'e added.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2024 10:11:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/how-to-hatch-all-with-action-recorder/m-p/12663339#M959</guid>
      <dc:creator>Sander_Va</dc:creator>
      <dc:date>2024-03-25T10:11:20Z</dc:date>
    </item>
    <item>
      <title>Re: How to Hatch all with action recorder?</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/how-to-hatch-all-with-action-recorder/m-p/12663350#M960</link>
      <description>&lt;P&gt;If possible, you can try to reproduce it by doing following:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;-draw multiple closed polylines&lt;/P&gt;&lt;P&gt;-command: '-hatch' + '-S' + '-ALL' and then press space/enter&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It will result in the objects being hatched.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;Now try to do the same step with the action recorder playing.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It will result in the objects being selected but not hatched. and this is what my problem is.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2024 10:17:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/how-to-hatch-all-with-action-recorder/m-p/12663350#M960</guid>
      <dc:creator>Sander_Va</dc:creator>
      <dc:date>2024-03-25T10:17:28Z</dc:date>
    </item>
    <item>
      <title>Re: How to Hatch all with action recorder?</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/how-to-hatch-all-with-action-recorder/m-p/12663940#M961</link>
      <description>&lt;P&gt;I suggest this just in case...&lt;BR /&gt;This individually hatches each polyline with the ANSI31 pattern by orienting the angle of the hatch with the longest side of the polyline.&lt;BR /&gt;You can adjust the HPNAME pattern as well as HPSCALE if these do not suit you.&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2024 14:54:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/how-to-hatch-all-with-action-recorder/m-p/12663940#M961</guid>
      <dc:creator>CADaSchtroumpf</dc:creator>
      <dc:date>2024-03-25T14:54:44Z</dc:date>
    </item>
    <item>
      <title>Re: How to Hatch all with action recorder?</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/how-to-hatch-all-with-action-recorder/m-p/12663968#M962</link>
      <description>&lt;P&gt;What's the purpose of using the action recorder?&amp;nbsp; You can create a script to run a batch process if that is required.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2024 15:06:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/how-to-hatch-all-with-action-recorder/m-p/12663968#M962</guid>
      <dc:creator>fieldguy</dc:creator>
      <dc:date>2024-03-25T15:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to Hatch all with action recorder?</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/how-to-hatch-all-with-action-recorder/m-p/12663992#M963</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/12060220"&gt;@Sander_Va&lt;/a&gt;&amp;nbsp;wrote&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000FF"&gt;&lt;EM&gt;&amp;lt;&amp;lt;...&lt;SPAN&gt;&amp;nbsp;i need to hatch closed polylines. there are 2 separate layers in each drawing that needs to be hatched in a different color/pattern...&amp;gt;&amp;gt;&lt;/SPAN&gt;&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since you need two separate colors/hatch patterns, can you explain the criteria that determines which polyline gets &lt;EM&gt;THIS&lt;/EM&gt; hatch and which gets &lt;EM&gt;THAT&lt;/EM&gt;&amp;nbsp;hatch?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Would it be possible to upload a &lt;U&gt;sample of your polygons&lt;/U&gt; and any 'data' that is associated with each polygon.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 25 Mar 2024 15:14:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/how-to-hatch-all-with-action-recorder/m-p/12663992#M963</guid>
      <dc:creator>ChicagoLooper</dc:creator>
      <dc:date>2024-03-25T15:14:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to Hatch all with action recorder?</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/how-to-hatch-all-with-action-recorder/m-p/12665122#M964</link>
      <description>&lt;P&gt;"P" can be seen as a pre-selected one. If there was no preselected one before running the macro, or if non-closed objects were preselected, no hatching will be created.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When creating a macro, after entering _ALL, you must enter Enter 3 times:&lt;BR /&gt;1. Confirmation of _ALL.&lt;BR /&gt;2. Confirmation of the selection ("Selected 15").&lt;BR /&gt;3. Completion of parameter definition/performance of hatching.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2024 00:17:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/how-to-hatch-all-with-action-recorder/m-p/12665122#M964</guid>
      <dc:creator>АлексЮстасу</dc:creator>
      <dc:date>2024-03-26T00:17:52Z</dc:date>
    </item>
    <item>
      <title>Re: How to Hatch all with action recorder?</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/how-to-hatch-all-with-action-recorder/m-p/12665631#M965</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This file has the hatches i want it to have.&lt;/P&gt;&lt;P&gt;(I hatched these manually)&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2024 06:55:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/how-to-hatch-all-with-action-recorder/m-p/12665631#M965</guid>
      <dc:creator>Sander_Va</dc:creator>
      <dc:date>2024-03-26T06:55:41Z</dc:date>
    </item>
    <item>
      <title>Re: How to Hatch all with action recorder?</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/how-to-hatch-all-with-action-recorder/m-p/12665638#M966</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried to follow the order of operation and then when i replay the record this screen appears:&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2024 07:02:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/how-to-hatch-all-with-action-recorder/m-p/12665638#M966</guid>
      <dc:creator>Sander_Va</dc:creator>
      <dc:date>2024-03-26T07:02:09Z</dc:date>
    </item>
    <item>
      <title>Re: How to Hatch all with action recorder?</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/how-to-hatch-all-with-action-recorder/m-p/12665748#M967</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/12060220"&gt;@Sander_Va&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;No problem for me with macro recorder. Here is screencast :&lt;/P&gt;
&lt;P&gt;&lt;div class="lia-vid-container video-embed-center"&gt;&lt;div id="lia-vid-6349730424112w864h540r76" class="lia-video-brightcove-player-container"&gt;&lt;video-js data-video-id="6349730424112" data-account="6057940548001" data-player="default" data-embed="default" class="vjs-fluid" controls="" data-application-id="" style="width: 100%; height: 100%;"&gt;&lt;/video-js&gt;&lt;/div&gt;&lt;script src="https://players.brightcove.net/6057940548001/default_default/index.min.js"&gt;&lt;/script&gt;&lt;script&gt;(function() {  var wrapper = document.getElementById('lia-vid-6349730424112w864h540r76');  var videoEl = wrapper ? wrapper.querySelector('video-js') : null;  if (videoEl) {     if (window.videojs) {       window.videojs(videoEl).ready(function() {         this.on('loadedmetadata', function() {           this.el().querySelectorAll('.vjs-load-progress div[data-start]').forEach(function(bar) {             bar.setAttribute('role', 'presentation');             bar.setAttribute('aria-hidden', 'true');           });         });       });     }  }})();&lt;/script&gt;&lt;a class="video-embed-link" href="https://forums.autodesk.com/t5/video/gallerypage/video-id/6349730424112"&gt;(view in My Videos)&lt;/a&gt;&lt;/div&gt;&lt;/P&gt;
&lt;P&gt;I join macro file ATCM&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2024 08:13:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/how-to-hatch-all-with-action-recorder/m-p/12665748#M967</guid>
      <dc:creator>O_Eckmann</dc:creator>
      <dc:date>2024-03-26T08:13:56Z</dc:date>
    </item>
    <item>
      <title>Re: How to Hatch all with action recorder?</title>
      <link>https://forums.autodesk.com/t5/autocad-map-3d-forum/how-to-hatch-all-with-action-recorder/m-p/12665878#M968</link>
      <description>&lt;P&gt;Thanks,&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This seems to work!&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2024 09:30:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-map-3d-forum/how-to-hatch-all-with-action-recorder/m-p/12665878#M968</guid>
      <dc:creator>Sander_Va</dc:creator>
      <dc:date>2024-03-26T09:30:42Z</dc:date>
    </item>
  </channel>
</rss>

