<?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 Extract Square dimensions to Excel in AutoCAD for Mac Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/extract-square-dimensions-to-excel/m-p/9681245#M9350</link>
    <description>&lt;P&gt;Hallo&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am often drawing multiple squares and rectangles in Autocad (Mac-version) that I need for cutting lists. I am looking for a simple and fast way to extract the names and dimensions of several squares to an Excel Sheet. I have been trying with -ATTEXT but it does not seem possible to output the dimensions. If you have a good technique I would appreciate it a lot.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best, Anja&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="Input" style="width: 745px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/805292iBC3031516FB1E4DD/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2020-08-09 at 18.34.39.png" alt="Input" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Input&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Preferred output" style="width: 760px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/805293i3D566D5C17B43CCD/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2020-08-09 at 18.31.39.png" alt="Preferred output" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Preferred output&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
    <pubDate>Sun, 09 Aug 2020 16:41:59 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-08-09T16:41:59Z</dc:date>
    <item>
      <title>Extract Square dimensions to Excel</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/extract-square-dimensions-to-excel/m-p/9681245#M9350</link>
      <description>&lt;P&gt;Hallo&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am often drawing multiple squares and rectangles in Autocad (Mac-version) that I need for cutting lists. I am looking for a simple and fast way to extract the names and dimensions of several squares to an Excel Sheet. I have been trying with -ATTEXT but it does not seem possible to output the dimensions. If you have a good technique I would appreciate it a lot.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best, Anja&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="Input" style="width: 745px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/805292iBC3031516FB1E4DD/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2020-08-09 at 18.34.39.png" alt="Input" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Input&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Preferred output" style="width: 760px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/805293i3D566D5C17B43CCD/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2020-08-09 at 18.31.39.png" alt="Preferred output" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;Preferred output&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 09 Aug 2020 16:41:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/extract-square-dimensions-to-excel/m-p/9681245#M9350</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-08-09T16:41:59Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Square dimensions to Excel</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/extract-square-dimensions-to-excel/m-p/9681662#M9351</link>
      <description>&lt;P&gt;Welcome to Autodesk Forums!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hi&amp;nbsp;&lt;SPAN&gt;Anja,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Here one of the ways, which will work on Mac:&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;- create a pair of blocks - one Dynamic block with rectangle and another one block with&amp;nbsp;&lt;/SPAN&gt;attributes.&lt;/P&gt;
&lt;P&gt;- the Dynamic block should contain two parameters "Distance1" and "Distance2" in X and Y directions, you apply stretch action to them in order to be able to change width and height of rectangle&lt;/P&gt;
&lt;P&gt;- the attributes in second block will include: the name of rectangle and two attributes with default values as FIELDs. These FIELDs should read "Distance1" and "Distance2" properties of rectangle Dynamic block. You can also assign "Invisible" property to these FIELD attributes, if you don't want to see them in the drawing.&lt;/P&gt;
&lt;P&gt;- now you have to copy this pair of blocks together in order to get new rectangles, change rectangles dimensions.&lt;/P&gt;
&lt;P&gt;Finally you can use -ATTEXT command to create CSV file, which you can open in Excel.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I attached a drawing with sample pair of blocks and&amp;nbsp;&lt;SPAN&gt;an attribute extraction template file - test.txt&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Try how it works. Be sure to copy both rectangle and block with&amp;nbsp;&lt;/SPAN&gt;attributes in order to get the correct result.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Aug 2020 04:00:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/extract-square-dimensions-to-excel/m-p/9681662#M9351</guid>
      <dc:creator>maxim_k</dc:creator>
      <dc:date>2020-08-10T04:00:57Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Square dimensions to Excel</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/extract-square-dimensions-to-excel/m-p/9682999#M9352</link>
      <description>&lt;P&gt;Hi Maxim&lt;/P&gt;&lt;P&gt;Thank you very much your example, it works perfectly and is exactly what I need!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been trying to do it myself following your instructions and example but don't manage to do this:&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;- the attributes in second block will include: the name of rectangle and two attributes with &lt;FONT color="#FF6600"&gt;default values as FIELDs. These FIELDs should read "Distance1" and "Distance2"&lt;/FONT&gt; properties of rectangle Dynamic block.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;and maybe this (although it might be self explanatory when I get the above step right):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;- now you have to copy this pair of blocks together in order to get new rectangles, change rectangles dimensions.&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can you elaborate more on that? I don't seem to find any use full examples online.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you, Anja&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Aug 2020 16:26:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/extract-square-dimensions-to-excel/m-p/9682999#M9352</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-08-10T16:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: Extract Square dimensions to Excel</title>
      <link>https://forums.autodesk.com/t5/autocad-for-mac-forum/extract-square-dimensions-to-excel/m-p/9683487#M9353</link>
      <description>&lt;P&gt;&lt;SPAN&gt;Anja,&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;@Anonymous&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;Hi Maxim&lt;/P&gt;
&lt;P&gt;Thank you very much your example, it works perfectly and is exactly what I need!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have been trying to do it myself following your instructions and example but don't manage to do this:&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;- the attributes in second block will include: the name of rectangle and two attributes with &lt;FONT color="#FF6600"&gt;default values as FIELDs. These FIELDs should read "Distance1" and "Distance2"&lt;/FONT&gt; properties of rectangle Dynamic block.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and maybe this (although it might be self explanatory when I get the above step right):&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;- now you have to copy this pair of blocks together in order to get new rectangles, change rectangles dimensions.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you elaborate more on that? I don't seem to find any use full examples online.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you, Anja&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;SPAN&gt;Please look at the attached screencast. It should&amp;nbsp;answer your questions.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 10 Aug 2020 20:09:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-for-mac-forum/extract-square-dimensions-to-excel/m-p/9683487#M9353</guid>
      <dc:creator>maxim_k</dc:creator>
      <dc:date>2020-08-10T20:09:34Z</dc:date>
    </item>
  </channel>
</rss>

