<?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: Array in dynamic block in Dynamic Blocks Forum</title>
    <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/array-in-dynamic-block/m-p/12545917#M3629</link>
    <description>&lt;P&gt;Now you've got it!&amp;nbsp; &amp;nbsp;Its hard to see how its been set up in a finished block as the value of the user parameter immediately takes the place of the parameter name after its entered into the cell for the array.&lt;/P&gt;</description>
    <pubDate>Wed, 07 Feb 2024 13:37:29 GMT</pubDate>
    <dc:creator>MMcCall402</dc:creator>
    <dc:date>2024-02-07T13:37:29Z</dc:date>
    <item>
      <title>Array in dynamic block</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/array-in-dynamic-block/m-p/12521637#M3624</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I cant get working array and dynamic block together that I would have ability to have allthe stretch and move actions available same time with array functions, specially row spacing and column spacing to be modifiable.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Visualisation is attached what I want to have. I also tried to build array into the block with the array parameter but I cant change row/column spacing. It's built in the parameter and can be modified only inside the block. Picture is to demonstrate what funcions has to be available same time.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2024 09:11:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/array-in-dynamic-block/m-p/12521637#M3624</guid>
      <dc:creator>Vlalo</dc:creator>
      <dc:date>2024-01-26T09:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: Array in dynamic block</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/array-in-dynamic-block/m-p/12522367#M3625</link>
      <description>&lt;P&gt;You could use a few User Parameters to make the array values within the block accessible from outside the block.&amp;nbsp; In the attached block I made 4 user parameters. (Rows, Columns, Row_Spacing and Column_Spacing)&amp;nbsp; I typed the name of these parameters into the properties of the array.&amp;nbsp; The User Parameters can be edited in the properties window of the block after its been placed in the drawing and it will alter the array within the block.&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="MMcCall402_0-1706287740393.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1318683iF48263F22E98E570/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MMcCall402_0-1706287740393.png" alt="MMcCall402_0-1706287740393.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2024 16:49:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/array-in-dynamic-block/m-p/12522367#M3625</guid>
      <dc:creator>MMcCall402</dc:creator>
      <dc:date>2024-01-26T16:49:59Z</dc:date>
    </item>
    <item>
      <title>Re: Array in dynamic block</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/array-in-dynamic-block/m-p/12522395#M3626</link>
      <description>&lt;P&gt;Another way to get the row and column spacing into the block would be to add a couple construction lines with a couple linear constraints.&amp;nbsp; The names of these constraints can be entered as the values for the array spacings.&amp;nbsp; Moving the constraint's grip with change its value and that value will be passed on the the array within the block.&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="MMcCall402_0-1706288749613.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1318689i5E63F500E5E12BF6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="MMcCall402_0-1706288749613.png" alt="MMcCall402_0-1706288749613.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 26 Jan 2024 17:06:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/array-in-dynamic-block/m-p/12522395#M3626</guid>
      <dc:creator>MMcCall402</dc:creator>
      <dc:date>2024-01-26T17:06:52Z</dc:date>
    </item>
    <item>
      <title>Re: Array in dynamic block</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/array-in-dynamic-block/m-p/12545226#M3627</link>
      <description>&lt;P&gt;Thank you for solutions, they works as inteded, I struggle to create those user parameters myself, how do you link it with array exactly? When I just create it from parameter manager, there is no link really.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2024 07:25:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/array-in-dynamic-block/m-p/12545226#M3627</guid>
      <dc:creator>Vlalo</dc:creator>
      <dc:date>2024-02-07T07:25:28Z</dc:date>
    </item>
    <item>
      <title>Re: Array in dynamic block</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/array-in-dynamic-block/m-p/12545246#M3628</link>
      <description>&lt;P&gt;Okay, I found the trick, got it working. Image for others if wondering how.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Vlalo_0-1707292033314.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1323205iE9A57222C2982DEA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Vlalo_0-1707292033314.png" alt="Vlalo_0-1707292033314.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2024 07:47:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/array-in-dynamic-block/m-p/12545246#M3628</guid>
      <dc:creator>Vlalo</dc:creator>
      <dc:date>2024-02-07T07:47:38Z</dc:date>
    </item>
    <item>
      <title>Re: Array in dynamic block</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/array-in-dynamic-block/m-p/12545917#M3629</link>
      <description>&lt;P&gt;Now you've got it!&amp;nbsp; &amp;nbsp;Its hard to see how its been set up in a finished block as the value of the user parameter immediately takes the place of the parameter name after its entered into the cell for the array.&lt;/P&gt;</description>
      <pubDate>Wed, 07 Feb 2024 13:37:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/array-in-dynamic-block/m-p/12545917#M3629</guid>
      <dc:creator>MMcCall402</dc:creator>
      <dc:date>2024-02-07T13:37:29Z</dc:date>
    </item>
  </channel>
</rss>

