<?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: Numbering inside an Array in Dynamic Blocks Forum</title>
    <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/numbering-inside-an-array/m-p/6552604#M24361</link>
    <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found a great lsp that does exactly what I need. It wasn't that complicated to set up and get working, though on one machine it did have trouble running the actual command inside of autoCAD, it kept giving a "missing base.dcl" warning.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It works great in that if you have multiple&amp;nbsp;blocks inside a drawing, like we do, the lsp brings up&amp;nbsp;a GUI window and it has a drop down where you can select the specific block you want to array. Also, if your block has multiple attributes, you can choose the one you want to increment in the array.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It works great, does what it's supposed to, has a clean and well thought out interface, and is easy to learn if your know a little something about autoCAD.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the link to download the lsp - &lt;A href="http://www.mediafire.com/download/yw02edj694j9enn/NumInc+NUMBERING.lsp" target="_blank"&gt;http://www.mediafire.com/download/yw02edj694j9enn/NumInc+NUMBERING.lsp&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Cole&lt;/P&gt;</description>
    <pubDate>Fri, 09 Sep 2016 14:20:58 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-09-09T14:20:58Z</dc:date>
    <item>
      <title>Numbering inside an Array</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/numbering-inside-an-array/m-p/6539309#M24354</link>
      <description>&lt;P&gt;I am currently&amp;nbsp;trying to&amp;nbsp;come up with a way to number objects in and Array.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically I was wondering if I could take a Block and use an Array to make multiple of the object, of course, but also have a field/attribute within the block count up. I was thinking it would work much like Excel. Right now&amp;nbsp;I&amp;nbsp;have just a Block with an Array that works fine for what I use it for. However, I have to manually correct the numbers in the drawing, which has lead to occasional mistakes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have had no luck in trying to get something to work. If someone could lead me in the right direction, suggestions or examples would be greatly appreciated!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2016 14:22:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/numbering-inside-an-array/m-p/6539309#M24354</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-02T14:22:26Z</dc:date>
    </item>
    <item>
      <title>Re: Numbering inside an Array</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/numbering-inside-an-array/m-p/6539435#M24355</link>
      <description>&lt;P&gt;Hi&amp;nbsp;colecollegemoney,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is interesting - can you attach a copy of your drawing with the array in it? There are numerous block attribute and text increment LISP routines out there but I am unsure how well they will work in this situation. &amp;nbsp;I would be happy to take a look though and perhaps I&amp;nbsp;can make some suggestions.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#808000"&gt;Please select the Accept as Solution button if my post solves your issue or answers your question.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2016 15:05:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/numbering-inside-an-array/m-p/6539435#M24355</guid>
      <dc:creator>john.vellek</dc:creator>
      <dc:date>2016-09-02T15:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: Numbering inside an Array</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/numbering-inside-an-array/m-p/6539673#M24356</link>
      <description>&lt;P&gt;Hello John;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for the reply. I have attached a file that contains an example of what I'm&amp;nbsp;planning to us this for. The block, in the drawing, uses a linear parameter so a user can drag the right grip to array the object. I have not put in an attribute or text block, because I don't know which I would need. I would however just like to have it in the center of the block.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For the text, I would like for it work with letters and symbols too if that's possible.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2016 16:29:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/numbering-inside-an-array/m-p/6539673#M24356</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-02T16:29:10Z</dc:date>
    </item>
    <item>
      <title>Re: Numbering inside an Array</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/numbering-inside-an-array/m-p/6539702#M24357</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous﻿,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Since this is actually a Dynamic Block issue I suggest that we move the thread to that forum.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In assigning an attribute inside your block, there is no association with the polyline. That means when you actually array the object, you would only end up with one attribute.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;With that said, if I nest a block inside the existing block, the attributes do show up but do not&amp;nbsp;increment.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2016 16:44:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/numbering-inside-an-array/m-p/6539702#M24357</guid>
      <dc:creator>john.vellek</dc:creator>
      <dc:date>2016-09-02T16:44:02Z</dc:date>
    </item>
    <item>
      <title>Re: Numbering inside an Array</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/numbering-inside-an-array/m-p/6539765#M24358</link>
      <description>&lt;P&gt;Hello John,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Ok, I have moved this thread over to the Dynamic Block forum.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have not work with nested blocks before, but I will look into them. Also, in your previous reply, you mentioned increment LISP routines. I have glanced over some examples of them, and I think they can solve my problem.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you again for&amp;nbsp;the ideas.&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2016 17:14:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/numbering-inside-an-array/m-p/6539765#M24358</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-02T17:14:26Z</dc:date>
    </item>
    <item>
      <title>Re: Numbering inside an Array</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/numbering-inside-an-array/m-p/6539806#M24359</link>
      <description>&lt;P&gt;Here is a great thread with a couple blocks of what you're asking about.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/dynamic-blocks/auto-number-array-in-dynamic-block/m-p/5288535/highlight/true#M17256" target="_self"&gt;http://forums.autodesk.com/t5/dynamic-blocks/auto-number-array-in-dynamic-block/m-p/5288535/highlight/true#M17256&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Sep 2016 17:29:12 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/numbering-inside-an-array/m-p/6539806#M24359</guid>
      <dc:creator>jarredmonday</dc:creator>
      <dc:date>2016-09-02T17:29:12Z</dc:date>
    </item>
    <item>
      <title>Re: Numbering inside an Array</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/numbering-inside-an-array/m-p/6544580#M24360</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1099496"&gt;@jarredmonday﻿&lt;/a&gt;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Nice link and great formula to identify the position!&lt;/P&gt;</description>
      <pubDate>Tue, 06 Sep 2016 14:40:48 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/numbering-inside-an-array/m-p/6544580#M24360</guid>
      <dc:creator>john.vellek</dc:creator>
      <dc:date>2016-09-06T14:40:48Z</dc:date>
    </item>
    <item>
      <title>Re: Numbering inside an Array</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/numbering-inside-an-array/m-p/6552604#M24361</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I found a great lsp that does exactly what I need. It wasn't that complicated to set up and get working, though on one machine it did have trouble running the actual command inside of autoCAD, it kept giving a "missing base.dcl" warning.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It works great in that if you have multiple&amp;nbsp;blocks inside a drawing, like we do, the lsp brings up&amp;nbsp;a GUI window and it has a drop down where you can select the specific block you want to array. Also, if your block has multiple attributes, you can choose the one you want to increment in the array.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It works great, does what it's supposed to, has a clean and well thought out interface, and is easy to learn if your know a little something about autoCAD.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Here is the link to download the lsp - &lt;A href="http://www.mediafire.com/download/yw02edj694j9enn/NumInc+NUMBERING.lsp" target="_blank"&gt;http://www.mediafire.com/download/yw02edj694j9enn/NumInc+NUMBERING.lsp&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;- Cole&lt;/P&gt;</description>
      <pubDate>Fri, 09 Sep 2016 14:20:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/numbering-inside-an-array/m-p/6552604#M24361</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-09-09T14:20:58Z</dc:date>
    </item>
  </channel>
</rss>

