<?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 Betreff: dynamic block: array with definable increment distance in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/dynamic-block-array-with-definable-increment-distance/m-p/6070603#M290844</link>
    <description>I am not very familiar with constrains, but it opens some new possibilities. I will look into it. Thank you for your input!</description>
    <pubDate>Fri, 04 Mar 2016 15:47:39 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-03-04T15:47:39Z</dc:date>
    <item>
      <title>dynamic block: array with definable increment distance</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/dynamic-block-array-with-definable-increment-distance/m-p/6058409#M290840</link>
      <description>I am trying do define a dynamic block which contains an array function. This function should be able to perform 2 dynamic input: 1. adapt to the length of the rectangle 2. divide the length into equal pieces I was able to ad an array to a stretch so point 1 above is no problem. I am able to define a fixed increment in the properties (during BEDIT) but i can't find a way to make this an editable value when using the block. Is there a way to make the increment value a modifiable value so when i am using the block, i can edit this (e.g. choose if increment is 150 - 200 -250) Thank you for your ideas. PS: this post might be in the wrong location, but the selection window doesn't seem to let me pick any other location.</description>
      <pubDate>Fri, 26 Feb 2016 15:43:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/dynamic-block-array-with-definable-increment-distance/m-p/6058409#M290840</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-26T15:43:58Z</dc:date>
    </item>
    <item>
      <title>Betreff: dynamic block: array with definable increment distance</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/dynamic-block-array-with-definable-increment-distance/m-p/6061432#M290841</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous﻿,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;and welcome to the Forums.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I might have understood what you are looking for, but to be sure.. can you please send over a drawing with some notes on what you are looking for.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;-----------------------------&lt;BR /&gt;Please accept as solution if my post fully resolves your issue, or reply with additional details if the problem persists.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 29 Feb 2016 13:25:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/dynamic-block-array-with-definable-increment-distance/m-p/6061432#M290841</guid>
      <dc:creator>Sofia.Xanthopoulou</dc:creator>
      <dc:date>2016-02-29T13:25:00Z</dc:date>
    </item>
    <item>
      <title>Betreff: dynamic block: array with definable increment distance</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/dynamic-block-array-with-definable-increment-distance/m-p/6061739#M290842</link>
      <description>&lt;P&gt;Hello Sofia,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;in attachment you will find a dwg with 2 dynamic block. (rectangle with a strecth funtion)&lt;/P&gt;&lt;P&gt;&amp;nbsp;Below: block with an array set with colom distance 150mm&lt;/P&gt;&lt;P&gt;&amp;nbsp;Above: block with an array set with colom distance 200mm&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In these blocks I can change length (distance1) and the array function adapts along with this parameter. But I would like to be able to also change the distance between coloms (in the block properties). This way i do not need to make diffent dynamic blocks for each different array setting needed.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Feb 2016 15:33:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/dynamic-block-array-with-definable-increment-distance/m-p/6061739#M290842</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-29T15:33:41Z</dc:date>
    </item>
    <item>
      <title>Betreff: dynamic block: array with definable increment distance</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/dynamic-block-array-with-definable-increment-distance/m-p/6064892#M290843</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous﻿,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;your approach is good!&lt;/P&gt;
&lt;P&gt;But I am afraid I have to disappoint&amp;nbsp;you about the input of the spacing in a dynamic block with an array. The moment you create an array action you are required to type in a number - nothing else is allowed. So no way you get a parameter in there.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Do you really have to use dynamic blocks?&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please take a look at my suggestion. I have used constrains and parametric dimensions. It works similar to your example, plus you can edit the spacing of the array. There is one tiny issue I&amp;nbsp;am struggling with... The amount of the columns. There is something wrong with my equation &lt;img id="smileysad" class="emoticon emoticon-smileysad" src="https://forums.autodesk.com/i/smilies/16x16_smiley-sad.png" alt="Smiley Sad" title="Smiley Sad" /&gt;. But at this moment this is the best I could come up with.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have attached my drawing, so you can follow my steps.&lt;/P&gt;
&lt;P&gt;Do not hesitate to ask, if you need further assistance.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://forums.autodesk.com/t5/image/serverpage/image-id/221708i54C3CCFDB39FA1E6/image-size/medium?v=mpbl-1&amp;amp;px=-1" border="0" alt="parameters.png" title="parameters.png" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV class="iframe-container"&gt;&lt;IFRAME src="https://screencast.autodesk.com/Embed/Timeline/3ce56b86-3a12-4f70-baef-fb13488a8d87" width="640" height="620" frameborder="0" scrolling="no" allowfullscreen="allowfullscreen" webkitallowfullscreen="webkitallowfullscreen" style="display: inline;"&gt;&lt;/IFRAME&gt;&lt;/DIV&gt;
&lt;DIV class="iframe-container"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="iframe-container"&gt;Regards&lt;/DIV&gt;
&lt;DIV class="iframe-container"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="iframe-container"&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV class="iframe-container"&gt;-----------------------------&lt;BR /&gt;Please accept as solution if my post fully resolves your issue, or reply with additional details if the problem persists.&lt;/DIV&gt;
&lt;DIV class="iframe-container"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Wed, 02 Mar 2016 01:57:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/dynamic-block-array-with-definable-increment-distance/m-p/6064892#M290843</guid>
      <dc:creator>Sofia.Xanthopoulou</dc:creator>
      <dc:date>2016-03-02T01:57:41Z</dc:date>
    </item>
    <item>
      <title>Betreff: dynamic block: array with definable increment distance</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/dynamic-block-array-with-definable-increment-distance/m-p/6070603#M290844</link>
      <description>I am not very familiar with constrains, but it opens some new possibilities. I will look into it. Thank you for your input!</description>
      <pubDate>Fri, 04 Mar 2016 15:47:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/dynamic-block-array-with-definable-increment-distance/m-p/6070603#M290844</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-03-04T15:47:39Z</dc:date>
    </item>
    <item>
      <title>Betreff: dynamic block: array with definable increment distance</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/dynamic-block-array-with-definable-increment-distance/m-p/9134300#M290845</link>
      <description>&lt;P&gt;I love what you did. But can you show how you did that?&lt;/P&gt;</description>
      <pubDate>Thu, 07 Nov 2019 22:28:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/dynamic-block-array-with-definable-increment-distance/m-p/9134300#M290845</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2019-11-07T22:28:54Z</dc:date>
    </item>
    <item>
      <title>Betreff: dynamic block: array with definable increment distance</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/dynamic-block-array-with-definable-increment-distance/m-p/10219776#M290846</link>
      <description>&lt;P&gt;I would also like to se how you were able to do this.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Apr 2021 19:40:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/dynamic-block-array-with-definable-increment-distance/m-p/10219776#M290846</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2021-04-07T19:40:50Z</dc:date>
    </item>
  </channel>
</rss>

