<?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: Insert All Blocks In A Grid in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/insert-all-blocks-in-a-grid/m-p/12453958#M117528</link>
    <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/11620940"&gt;@DaveSimmons71&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;.... I would be interested in your BlockChart.lsp modified to insert ALL blocks in the same drawing.&amp;nbsp; ....&amp;nbsp; Is there a way to have the block name placed as well? ....&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Try the attached [lightly tested] &lt;STRONG&gt;BlockChartInternal.lsp&lt;/STRONG&gt; with its &lt;STRONG&gt;BCI&lt;/STRONG&gt; command, for the charting part.&amp;nbsp; [The "Internal" is about Blocks within the current drawing, as opposed to the original that does drawing files from a folder.]&amp;nbsp; Not labeled [yet] -- maybe later.&lt;/P&gt;</description>
    <pubDate>Wed, 20 Dec 2023 17:20:43 GMT</pubDate>
    <dc:creator>Kent1Cooper</dc:creator>
    <dc:date>2023-12-20T17:20:43Z</dc:date>
    <item>
      <title>Insert All Blocks In A Grid</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/insert-all-blocks-in-a-grid/m-p/9240132#M117521</link>
      <description>&lt;P&gt;C3D 2020.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a drawing with hundreds of blocks in it. Does anyone know of a way, or a lsp routine, that will insert all of the blocks separated by space between them?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2020 13:30:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/insert-all-blocks-in-a-grid/m-p/9240132#M117521</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-09T13:30:10Z</dc:date>
    </item>
    <item>
      <title>Re: Insert All Blocks In A Grid</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/insert-all-blocks-in-a-grid/m-p/9240183#M117522</link>
      <description>what spacing is needed? Or what grid sizing?&lt;BR /&gt;and in what order are the blocks to be inserted?&lt;BR /&gt;And which blocks starts where?&lt;BR /&gt;&lt;BR /&gt;</description>
      <pubDate>Thu, 09 Jan 2020 13:46:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/insert-all-blocks-in-a-grid/m-p/9240183#M117522</guid>
      <dc:creator>pendean</dc:creator>
      <dc:date>2020-01-09T13:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: Insert All Blocks In A Grid</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/insert-all-blocks-in-a-grid/m-p/9240358#M117523</link>
      <description>&lt;P&gt;&lt;EM&gt;what spacing is needed?&lt;/EM&gt; Enough space in between blocks so that they do not overlap, but not a lot more.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Or what grid sizing?&lt;/EM&gt; Ditto. If they all came in a row and I had to move blocks to make into a grid, that would still be a lot easier than inserting one by one. Otherwise just enough room plus a little to avoid overlap.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;EM&gt;and in what order are the blocks to be inserted?&lt;/EM&gt; Alphabetical&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&lt;EM&gt;And which blocks starts where?&lt;/EM&gt; Pick a point or 0,0. It doesn't matter. The idea is to have a dwg with all the blocks in it, visible, as they are defined. An added bonus would be to have the name appear below the block.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2020 14:41:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/insert-all-blocks-in-a-grid/m-p/9240358#M117523</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-09T14:41:20Z</dc:date>
    </item>
    <item>
      <title>Re: Insert All Blocks In A Grid</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/insert-all-blocks-in-a-grid/m-p/9240411#M117524</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;SPAN style="font-family: inherit;"&gt;.... I have a drawing with hundreds of blocks in it. Does anyone know of a way, or a lsp routine, that will insert all of the blocks separated by space between them? ....&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I have one that Inserts all &lt;EM&gt;drawings&amp;nbsp;&lt;/EM&gt; in a given &lt;EM&gt;folder&lt;/EM&gt;&amp;nbsp; that way -- &lt;FONT color="#000000"&gt;&lt;STRONG&gt;BlockChart.lsp&lt;/STRONG&gt;&lt;/FONT&gt;, available &lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/multiple-block-insert/m-p/2874524/highlight/true#M294000" target="_blank" rel="noopener"&gt;&amp;gt;here&amp;lt;&lt;/A&gt;.&amp;nbsp; It could be modified pretty easily to do all Blocks in the current drawing in the same way, if that seems like it would work for you.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2020 15:08:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/insert-all-blocks-in-a-grid/m-p/9240411#M117524</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2020-01-09T15:08:26Z</dc:date>
    </item>
    <item>
      <title>Re: Insert All Blocks In A Grid</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/insert-all-blocks-in-a-grid/m-p/9240420#M117525</link>
      <description>&lt;P&gt;thanks &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/69526"&gt;@Kent1Cooper&lt;/a&gt;&amp;nbsp;! I will give it a shot. I was able to extract all the blocks to separate dwg's. I don't know how they will come back in, i.e. annotative and dynamic properties, but I am about to find out.&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2020 15:14:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/insert-all-blocks-in-a-grid/m-p/9240420#M117525</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-09T15:14:09Z</dc:date>
    </item>
    <item>
      <title>Re: Insert All Blocks In A Grid</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/insert-all-blocks-in-a-grid/m-p/9240662#M117526</link>
      <description>&lt;P&gt;I am ignorant to how this works. well, your routine worked great! the blocks did, in fact, retain annotative and dynamic characteristics that they were defined with. what i don't get is that if i open up an individual block drawing it's just the drawing objects that make up the block. i have no idea how/why those block characteristics were retained, but it is time to move forward. thank you for the assist!&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2020 16:23:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/insert-all-blocks-in-a-grid/m-p/9240662#M117526</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-09T16:23:09Z</dc:date>
    </item>
    <item>
      <title>Re: Insert All Blocks In A Grid</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/insert-all-blocks-in-a-grid/m-p/12452422#M117527</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/69526"&gt;@Kent1Cooper&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know this is an old old thread, but I would be interested in your BlockChart.lsp modified to insert ALL blocks in the same drawing.&amp;nbsp; I have a drawing with about 640 blocks which I need to review.&amp;nbsp; Is there a way to have the block name placed as well?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT color="#000000"&gt;&lt;STRONG&gt;BlockChart.lsp&lt;/STRONG&gt;&lt;/FONT&gt;, &amp;nbsp;It could be modified pretty easily to do all Blocks in the current drawing in the same way, if that seems like it would work for you.&lt;/EM&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2023 03:59:46 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/insert-all-blocks-in-a-grid/m-p/12452422#M117527</guid>
      <dc:creator>DaveSimmons71</dc:creator>
      <dc:date>2023-12-20T03:59:46Z</dc:date>
    </item>
    <item>
      <title>Re: Insert All Blocks In A Grid</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/insert-all-blocks-in-a-grid/m-p/12453958#M117528</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/11620940"&gt;@DaveSimmons71&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;.... I would be interested in your BlockChart.lsp modified to insert ALL blocks in the same drawing.&amp;nbsp; ....&amp;nbsp; Is there a way to have the block name placed as well? ....&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Try the attached [lightly tested] &lt;STRONG&gt;BlockChartInternal.lsp&lt;/STRONG&gt; with its &lt;STRONG&gt;BCI&lt;/STRONG&gt; command, for the charting part.&amp;nbsp; [The "Internal" is about Blocks within the current drawing, as opposed to the original that does drawing files from a folder.]&amp;nbsp; Not labeled [yet] -- maybe later.&lt;/P&gt;</description>
      <pubDate>Wed, 20 Dec 2023 17:20:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/insert-all-blocks-in-a-grid/m-p/12453958#M117528</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2023-12-20T17:20:43Z</dc:date>
    </item>
    <item>
      <title>Re: Insert All Blocks In A Grid</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/insert-all-blocks-in-a-grid/m-p/12458950#M117529</link>
      <description>&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;A href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/69526" target="_self"&gt;&lt;SPAN class=""&gt;Kent1Cooper&lt;/SPAN&gt;&lt;/A&gt;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Thank you very much for.&amp;nbsp; It worked great&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 23 Dec 2023 03:33:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/insert-all-blocks-in-a-grid/m-p/12458950#M117529</guid>
      <dc:creator>DaveSimmons71</dc:creator>
      <dc:date>2023-12-23T03:33:13Z</dc:date>
    </item>
    <item>
      <title>Re: Insert All Blocks In A Grid</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/insert-all-blocks-in-a-grid/m-p/12462850#M117531</link>
      <description>&lt;P&gt;&lt;SPAN&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/69526"&gt;@Kent1Cooper&lt;/a&gt;&amp;nbsp;... Anyway you could add the name of block in TEXT for me?... that would be fantastic.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 26 Dec 2023 17:54:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/insert-all-blocks-in-a-grid/m-p/12462850#M117531</guid>
      <dc:creator>DaveSimmons71</dc:creator>
      <dc:date>2023-12-26T17:54:31Z</dc:date>
    </item>
    <item>
      <title>Re: Insert All Blocks In A Grid</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/insert-all-blocks-in-a-grid/m-p/12464136#M117532</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/11620940"&gt;@DaveSimmons71&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;&lt;SPAN&gt;... could add the name of block in TEXT for me?... that would be fantastic.&lt;/SPAN&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;And it would require some criteria.&amp;nbsp; On a particular Layer, or just the current one?&amp;nbsp; In a particular Style, or just the current one?&amp;nbsp; At a particular height, or just the current one, or proportional to the size of each Block, or proportional to the size of the first one Inserted, or would the Style criterion always be one with a fixed height?&amp;nbsp; Positioned where in relation to the Block?&amp;nbsp; Always at zero rotation?&amp;nbsp; etc.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Dec 2023 15:19:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/insert-all-blocks-in-a-grid/m-p/12464136#M117532</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2023-12-27T15:19:26Z</dc:date>
    </item>
    <item>
      <title>Re: Insert All Blocks In A Grid</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/insert-all-blocks-in-a-grid/m-p/12464170#M117533</link>
      <description>&lt;DIV class=""&gt;&lt;SPAN class=""&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/69526"&gt;@Kent1Cooper&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;/SPAN&gt;&lt;/DIV&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I had not given all that detail much thought... Just basic standard OOTB defaults.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Layer = 0&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Style = Standard&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Height =. 125&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Position = -.25Y and I will adjust as necessary&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Rotation= zero rotation (horizontal)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Just used a utility to see block shape and name for reference, not a production drawing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you very much,&lt;/P&gt;&lt;P&gt;Merry Christmas &amp;amp; Happy New Year&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Dec 2023 15:33:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/insert-all-blocks-in-a-grid/m-p/12464170#M117533</guid>
      <dc:creator>DaveSimmons71</dc:creator>
      <dc:date>2023-12-27T15:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: Insert All Blocks In A Grid</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/insert-all-blocks-in-a-grid/m-p/12464268#M117534</link>
      <description>&lt;P&gt;Try the attached.&amp;nbsp; I added &lt;STRONG&gt;L&lt;/STRONG&gt; to the end of the command name, for "&lt;STRONG&gt;B&lt;/STRONG&gt;lock &lt;STRONG&gt;C&lt;/STRONG&gt;hart &lt;STRONG&gt;I&lt;/STRONG&gt;nternal, &lt;STRONG&gt;L&lt;/STRONG&gt;abeled."&amp;nbsp; &lt;EM&gt;Minimally&lt;/EM&gt; tested.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Dec 2023 16:20:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/insert-all-blocks-in-a-grid/m-p/12464268#M117534</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2023-12-27T16:20:19Z</dc:date>
    </item>
    <item>
      <title>Re: Insert All Blocks In A Grid</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/insert-all-blocks-in-a-grid/m-p/13266494#M117535</link>
      <description>&lt;P&gt;does this lisp still exist? link is broken and cant find it through google searches&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2025 06:14:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/insert-all-blocks-in-a-grid/m-p/13266494#M117535</guid>
      <dc:creator>MaccyDee</dc:creator>
      <dc:date>2025-01-17T06:14:55Z</dc:date>
    </item>
    <item>
      <title>Re: Insert All Blocks In A Grid</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/insert-all-blocks-in-a-grid/m-p/13266508#M117536</link>
      <description>&lt;P&gt;Here is the one I had...&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2025 06:27:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/insert-all-blocks-in-a-grid/m-p/13266508#M117536</guid>
      <dc:creator>DaveSimmons71</dc:creator>
      <dc:date>2025-01-17T06:27:42Z</dc:date>
    </item>
    <item>
      <title>Re: Insert All Blocks In A Grid</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/insert-all-blocks-in-a-grid/m-p/13266509#M117537</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;BlockChartInternational.. link is not broken and works.&lt;/P&gt;&lt;P&gt;Try another browser !?&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2025 06:28:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/insert-all-blocks-in-a-grid/m-p/13266509#M117537</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2025-01-17T06:28:02Z</dc:date>
    </item>
    <item>
      <title>Re: Insert All Blocks In A Grid</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/insert-all-blocks-in-a-grid/m-p/13266517#M117538</link>
      <description>&lt;P&gt;and by google, a version of kents blockchart&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-to-update-2-useful-lisp/m-p/8778578/highlight/true#M384961" target="_blank"&gt;https://forums.autodesk.com/t5/visual-lisp-autolisp-and-general/help-to-update-2-useful-lisp/m-p/8778578/highlight/true#M384961&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2025 06:32:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/insert-all-blocks-in-a-grid/m-p/13266517#M117538</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2025-01-17T06:32:44Z</dc:date>
    </item>
    <item>
      <title>Re: Insert All Blocks In A Grid</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/insert-all-blocks-in-a-grid/m-p/13266638#M117539</link>
      <description>&lt;P&gt;I did it just kept going to the Autodesk forum main page, like it was trying to link to a post that didn't exist...probably Sophos stopping me from doing absolutely anything again &lt;span class="lia-unicode-emoji" title=":expressionless_face:"&gt;😑&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2025 07:46:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/insert-all-blocks-in-a-grid/m-p/13266638#M117539</guid>
      <dc:creator>MaccyDee</dc:creator>
      <dc:date>2025-01-17T07:46:26Z</dc:date>
    </item>
    <item>
      <title>Re: Insert All Blocks In A Grid</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/insert-all-blocks-in-a-grid/m-p/13267254#M117540</link>
      <description>&lt;P&gt;If you mean the one called &lt;STRONG&gt;BlockChart.lsp&lt;/STRONG&gt; from Message 4 [I think -- the new setup doesn't have Message numbers, despite many complaints], yes, a lot of in-the-Forums links seem to have that problem lately.&amp;nbsp; I attach the file.&amp;nbsp; Write back if that's not the one you're after.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2025 13:18:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/insert-all-blocks-in-a-grid/m-p/13267254#M117540</guid>
      <dc:creator>Kent1Cooper</dc:creator>
      <dc:date>2025-01-17T13:18:18Z</dc:date>
    </item>
    <item>
      <title>Re: Insert All Blocks In A Grid</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/insert-all-blocks-in-a-grid/m-p/13267310#M117541</link>
      <description>&lt;P&gt;That's the one, thankyou my man &lt;span class="lia-unicode-emoji" title=":folded_hands:"&gt;🙏&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 17 Jan 2025 13:43:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/insert-all-blocks-in-a-grid/m-p/13267310#M117541</guid>
      <dc:creator>MaccyDee</dc:creator>
      <dc:date>2025-01-17T13:43:00Z</dc:date>
    </item>
  </channel>
</rss>

