<?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: Output Data blocks to excel in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/output-data-blocks-to-excel/m-p/9109168#M123792</link>
    <description>&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;i think on this way for mirror.&lt;/P&gt;&lt;P&gt;IF IN THE GEOMETRY&amp;nbsp; ,THE SCALE OF X&amp;nbsp; WAS NEGATIVE ,THAT MEAN THE BLOCK MIRRORED .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 25 Oct 2019 16:31:50 GMT</pubDate>
    <dc:creator>ara_neresesian</dc:creator>
    <dc:date>2019-10-25T16:31:50Z</dc:date>
    <item>
      <title>Output Data blocks to excel</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/output-data-blocks-to-excel/m-p/9107541#M123787</link>
      <description>&lt;P&gt;For a project I need to extract properties data from AutoCad to Excel.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've got a hundreds of blocks with nested objects in it. Now I need to to export some data to excel.&amp;nbsp;&lt;/P&gt;&lt;P&gt;From the main block I want to know the x and y position plus the length and the width.&lt;BR /&gt;Important is that the export shows a list which nested objects each main block contains. And what parameters these nested objects have (pos. x, pos. y, rotation, mirror).&amp;nbsp;&lt;BR /&gt;Sounds quite confusing, so please see the attachments for example an of the blocks and excel sheet with the wanted outcome (filled in manually).&lt;BR /&gt;&lt;BR /&gt;If there are any questions please let me know.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Thanks in advance,&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Tom Wijnholt&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2019 01:11:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/output-data-blocks-to-excel/m-p/9107541#M123787</guid>
      <dc:creator>info9774E</dc:creator>
      <dc:date>2019-10-25T01:11:42Z</dc:date>
    </item>
    <item>
      <title>Re: Output Data blocks to excel</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/output-data-blocks-to-excel/m-p/9107831#M123788</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How did you output this data from autocad to excel?&lt;/P&gt;&lt;P&gt;You could use the the built in tool "DATAEXTRACTION" to extract the data from AutoCAD to excel.&lt;/P&gt;&lt;P&gt;using Data extraction data like position X, Y, Z rotation can be exported to excel, but there is no option of mirror.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2019 06:56:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/output-data-blocks-to-excel/m-p/9107831#M123788</guid>
      <dc:creator>vinodkl</dc:creator>
      <dc:date>2019-10-25T06:56:34Z</dc:date>
    </item>
    <item>
      <title>Re: Output Data blocks to excel</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/output-data-blocks-to-excel/m-p/9108877#M123789</link>
      <description>&lt;P&gt;The Data Extraction will work for some of this, but the specifics of what you want would need to be done via AutoLISP or another API. I would suggest moving this post or posting in the AutoLISP forum. There are plenty of folks over there that could probably help. I'll see what I can put together for you.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2019 14:23:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/output-data-blocks-to-excel/m-p/9108877#M123789</guid>
      <dc:creator>SeeMSixty7</dc:creator>
      <dc:date>2019-10-25T14:23:42Z</dc:date>
    </item>
    <item>
      <title>Re: Output Data blocks to excel</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/output-data-blocks-to-excel/m-p/9109056#M123790</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For this example I just filled in the excel sheet manually.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I tried the data extraction command. But the problem is that it doesn't show which nested objects each block contains.&lt;/P&gt;&lt;P&gt;So instead of showing the block with the nested objects in one row in excel, it just creates different rows for each block existing block. So it's not clear which blocks belong to the main block.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did notice in properties that if a block is a mirrored that 'scale x = -1'&amp;nbsp; and if it's not mirrored the value is 'scale x = 1'&amp;nbsp;&lt;/P&gt;&lt;P&gt;This way it should be possible to determine if a block is mirrored or not.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for the reply.&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2019 15:40:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/output-data-blocks-to-excel/m-p/9109056#M123790</guid>
      <dc:creator>info9774E</dc:creator>
      <dc:date>2019-10-25T15:40:47Z</dc:date>
    </item>
    <item>
      <title>Re: Output Data blocks to excel</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/output-data-blocks-to-excel/m-p/9109058#M123791</link>
      <description>&lt;P&gt;Thanks for the reply.&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;I posted this post in the Lisp forum as well, thanks for the tip.&amp;nbsp;&lt;BR /&gt;Thanks for the help, let me know if you can find a solution for this problem.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2019 15:42:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/output-data-blocks-to-excel/m-p/9109058#M123791</guid>
      <dc:creator>info9774E</dc:creator>
      <dc:date>2019-10-25T15:42:17Z</dc:date>
    </item>
    <item>
      <title>Re: Output Data blocks to excel</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/output-data-blocks-to-excel/m-p/9109168#M123792</link>
      <description>&lt;P&gt;HI&lt;/P&gt;&lt;P&gt;i think on this way for mirror.&lt;/P&gt;&lt;P&gt;IF IN THE GEOMETRY&amp;nbsp; ,THE SCALE OF X&amp;nbsp; WAS NEGATIVE ,THAT MEAN THE BLOCK MIRRORED .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 25 Oct 2019 16:31:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/output-data-blocks-to-excel/m-p/9109168#M123792</guid>
      <dc:creator>ara_neresesian</dc:creator>
      <dc:date>2019-10-25T16:31:50Z</dc:date>
    </item>
  </channel>
</rss>

