<?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: dynamic array: count every piece as 1. in Dynamic Blocks Forum</title>
    <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-array-count-every-piece-as-1/m-p/7493441#M20955</link>
    <description>&lt;P&gt;Try attachment again.&lt;/P&gt;</description>
    <pubDate>Thu, 26 Oct 2017 13:03:31 GMT</pubDate>
    <dc:creator>MMcCall402</dc:creator>
    <dc:date>2017-10-26T13:03:31Z</dc:date>
    <item>
      <title>dynamic array: count every piece as 1.</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-array-count-every-piece-as-1/m-p/7490272#M20952</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i want to have an array dynamic block, but i also want them to count each piece from the array as 1 object and not as 1 dynamic block in a data extraction.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;who can help me?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;kend regards&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2017 13:44:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-array-count-every-piece-as-1/m-p/7490272#M20952</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-25T13:44:14Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic array: count every piece as 1.</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-array-count-every-piece-as-1/m-p/7490416#M20953</link>
      <description>&lt;P&gt;Some ideas:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the item(s) being arrayed in the dynamic block is itself a block, then you can run a data extraction on that internal block for a 'count' of those blocks and it will count all instances of that block, both inside the dynamic block array and if the block is inserted as a single block.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If the item(s) being arrayed are not a block, you can have the date extraction pull the linear parameter value that controls the array, table the values, add a column with a formula to divide that value by the array distance, then total the column.&amp;nbsp; &amp;nbsp; Or, you could insert an attribute into the block with a field set to access the value of the linear parameter, divide it by the array distance, then have the data extraction pull that block attribute. (you can make that attribute not visible)&lt;/P&gt;</description>
      <pubDate>Wed, 25 Oct 2017 14:20:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-array-count-every-piece-as-1/m-p/7490416#M20953</guid>
      <dc:creator>MMcCall402</dc:creator>
      <dc:date>2017-10-25T14:20:15Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic array: count every piece as 1.</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-array-count-every-piece-as-1/m-p/7492394#M20954</link>
      <description>Hello,&lt;BR /&gt;In attachment I have put the dwg of the dynamic blocks with an array.&lt;BR /&gt;It's for making a light line, so every piece I need to count as 1 if a make the array.&lt;BR /&gt;Kind regards,&lt;BR /&gt;Kevin.&lt;BR /&gt;</description>
      <pubDate>Thu, 26 Oct 2017 06:06:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-array-count-every-piece-as-1/m-p/7492394#M20954</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-26T06:06:45Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic array: count every piece as 1.</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-array-count-every-piece-as-1/m-p/7493441#M20955</link>
      <description>&lt;P&gt;Try attachment again.&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2017 13:03:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-array-count-every-piece-as-1/m-p/7493441#M20955</guid>
      <dc:creator>MMcCall402</dc:creator>
      <dc:date>2017-10-26T13:03:31Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic array: count every piece as 1.</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-array-count-every-piece-as-1/m-p/7493448#M20956</link>
      <description>&lt;P&gt;i have the file in attachment&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2017 13:07:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-array-count-every-piece-as-1/m-p/7493448#M20956</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-26T13:07:12Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic array: count every piece as 1.</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-array-count-every-piece-as-1/m-p/7493644#M20957</link>
      <description>&lt;P&gt;I see now.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Add a new attribute for calculating the array. We'll insert a field as the default value for this attribute to get the value of linear parameter Distance1 and then divide it by the length of the array repeat distance to derive the number of items in the array.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Add the new attribute.&lt;/P&gt;
&lt;P&gt;In the cell for the Default value right-click and choose Insert Field.&lt;/P&gt;
&lt;P&gt;Choose BlockPlaceholder in the Field Names column, Distance1 as the Block reference property, Format as Decimal, Precision 0, then go to the Additional Format and set the conversion factor to 1/1500. (this conversion will be different for each block)&lt;/P&gt;
&lt;P&gt;Save the block and run Attsync to resync any insertions of the block with the new block definition.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now run the data extraction to collect this attribute of the block(s)&lt;/P&gt;</description>
      <pubDate>Thu, 26 Oct 2017 14:05:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-array-count-every-piece-as-1/m-p/7493644#M20957</guid>
      <dc:creator>MMcCall402</dc:creator>
      <dc:date>2017-10-26T14:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic array: count every piece as 1.</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-array-count-every-piece-as-1/m-p/7495883#M20958</link>
      <description>&lt;P&gt;hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;i have&amp;nbsp;done everything that was in your previous reply.&lt;/P&gt;&lt;P&gt;but when i did all the steps and try my block, the count stays at 1.&lt;/P&gt;&lt;P&gt;can you please help me with this.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thanks in advance,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kevin.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2017 06:41:51 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-array-count-every-piece-as-1/m-p/7495883#M20958</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-27T06:41:51Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic array: count every piece as 1.</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-array-count-every-piece-as-1/m-p/7496405#M20959</link>
      <description>&lt;P&gt;Your block works just fine here. Did you do a regen after stretching the block&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2017 10:45:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-array-count-every-piece-as-1/m-p/7496405#M20959</guid>
      <dc:creator>steven-g</dc:creator>
      <dc:date>2017-10-27T10:45:26Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic array: count every piece as 1.</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-array-count-every-piece-as-1/m-p/7496493#M20960</link>
      <description>&lt;P&gt;one more question about a dynamic block: when i do an array in the block, can i do it also for the attributes in the block?&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2017 11:27:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-array-count-every-piece-as-1/m-p/7496493#M20960</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-10-27T11:27:58Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic array: count every piece as 1.</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-array-count-every-piece-as-1/m-p/7496565#M20961</link>
      <description>&lt;P&gt;Nope, if you try it you'll see it doesn't work, but besides that any attribute within a block has to have a unique tag&amp;nbsp;value or it won't be usable in Autocad.&lt;/P&gt;</description>
      <pubDate>Fri, 27 Oct 2017 12:00:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-array-count-every-piece-as-1/m-p/7496565#M20961</guid>
      <dc:creator>steven-g</dc:creator>
      <dc:date>2017-10-27T12:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic array: count every piece as 1.</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-array-count-every-piece-as-1/m-p/8569573#M20962</link>
      <description>&lt;P&gt;Hi there,&lt;/P&gt;
&lt;P&gt;I've just picked up this tip and tried it on my drawing, but because my block length [distance] is not a whole number, I'm getting an error code when I try to add the Conversion factor.&amp;nbsp; It's saying 'the conversion factor is invalid'.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What am I doing wrong or is there a way around this?&lt;/P&gt;</description>
      <pubDate>Sun, 03 Feb 2019 11:35:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-array-count-every-piece-as-1/m-p/8569573#M20962</guid>
      <dc:creator>RBassadone</dc:creator>
      <dc:date>2019-02-03T11:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic array: count every piece as 1.</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-array-count-every-piece-as-1/m-p/8569586#M20963</link>
      <description>&lt;P&gt;you can do that in 2 ways:&lt;/P&gt;
&lt;OL style="list-style-position: inside;"&gt;
&lt;LI&gt;with formulae&lt;/LI&gt;
&lt;LI&gt;with conversion factor&lt;/LI&gt;
&lt;/OL&gt;</description>
      <pubDate>Sun, 03 Feb 2019 12:20:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-array-count-every-piece-as-1/m-p/8569586#M20963</guid>
      <dc:creator>ojuris</dc:creator>
      <dc:date>2019-02-03T12:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: dynamic array: count every piece as 1.</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-array-count-every-piece-as-1/m-p/8569601#M20964</link>
      <description>&lt;P&gt;You absolute legend! Amazing, thank you &lt;span class="lia-unicode-emoji" title=":monkey_face:"&gt;🐵&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sun, 03 Feb 2019 12:38:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/dynamic-array-count-every-piece-as-1/m-p/8569601#M20964</guid>
      <dc:creator>RBassadone</dc:creator>
      <dc:date>2019-02-03T12:38:25Z</dc:date>
    </item>
  </channel>
</rss>

