<?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: Selectable/Replaceable Blocks in Dynamic Blocks Forum</title>
    <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/selectable-replaceable-blocks/m-p/13735925#M29251</link>
    <description>&lt;P&gt;Thanks, both of those options seem to work well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Plus I added drop down menus for some of the other attributes as well. My blocks are now 1000 times more powerful then before - thanks!&lt;/P&gt;</description>
    <pubDate>Tue, 22 Jul 2025 23:21:13 GMT</pubDate>
    <dc:creator>will9ESP8</dc:creator>
    <dc:date>2025-07-22T23:21:13Z</dc:date>
    <item>
      <title>Selectable/Replaceable Blocks</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/selectable-replaceable-blocks/m-p/13732822#M29234</link>
      <description>&lt;P&gt;I have a set of blocks, each one called a variation of 'MOTOR'. Each one has a set of attributes we can change&amp;nbsp; manually, as well as two attributes auto populating the x and y coordinates.&amp;nbsp;When we create our drawing we take our best guess at which motors we'll need, but invariably after we get further down the road and run calculations we change some of them. It would be great if I could change out individual blocks, and retain the attributes. And even better would be to somehow 'select' the correct block from a list, instead of a normal delete/insert/move/copy/whatever routine.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;So say I have the block 'MOTOR-1 TON-08', populated with attributes Cable as: 25', X Coordinate as: 10' and Y Coordinate as: 20'. Then I decide I would rather have the block 'MOTOR-.5TON-08', but with all the same attributes. And I only want to replace that one motor, not all throughout the drawing. Does that make sense? Thanks in advance...&lt;/P&gt;</description>
      <pubDate>Sun, 20 Jul 2025 18:42:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/selectable-replaceable-blocks/m-p/13732822#M29234</guid>
      <dc:creator>will9ESP8</dc:creator>
      <dc:date>2025-07-20T18:42:36Z</dc:date>
    </item>
    <item>
      <title>Re: Selectable/Replaceable Blocks</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/selectable-replaceable-blocks/m-p/13734232#M29240</link>
      <description>&lt;P&gt;Try this:&lt;/P&gt;
&lt;P&gt;Select the motor you want to swap to a different one.&lt;/P&gt;
&lt;P&gt;In the properties window there is a row that lists the block's name.&lt;/P&gt;
&lt;P&gt;At the end of that row there is a button that will bring up a menu for you to choose another block to use instead of the one it currently is.&lt;/P&gt;
&lt;P&gt;If the attributes have the same name then they should be maintained thru the swap.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 21 Jul 2025 18:51:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/selectable-replaceable-blocks/m-p/13734232#M29240</guid>
      <dc:creator>MMcCall402</dc:creator>
      <dc:date>2025-07-21T18:51:20Z</dc:date>
    </item>
    <item>
      <title>Re: Selectable/Replaceable Blocks</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/selectable-replaceable-blocks/m-p/13734590#M29242</link>
      <description>&lt;P&gt;Thanks, that is pretty slick, and a great solution. I'll use it for now, but,,,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did just discover the visibility parameter, and somewhat learned how to use it. Now I can make a bunch of different motor types, and swap them out from a simple drop down list that pops up from the visibility grip. Very cool. But, I can't BCOUNT that type of block. And, I haven't figured out how to make data extract work quite right. I'll play with it some more, but I may create another thread asking about these features specifically.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you do happen to know off the top of your head, my question is say I have 1 block, with 7 different visibility setups. I use whichever visibility status gives me the correct motor. I do a data extract, but it counts them all as the same block. I can put in attributes and count them, but don't want to have to change the attribute every single time just for the type of motor - that would be counter-productive. Any ideas on how to get around this?&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jul 2025 02:20:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/selectable-replaceable-blocks/m-p/13734590#M29242</guid>
      <dc:creator>will9ESP8</dc:creator>
      <dc:date>2025-07-22T02:20:42Z</dc:date>
    </item>
    <item>
      <title>Re: Selectable/Replaceable Blocks</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/selectable-replaceable-blocks/m-p/13735236#M29247</link>
      <description>&lt;P&gt;Look into using the COUNT command.&amp;nbsp; It can count blocks, along with properties of those blocks, and show them in a window or place them in a table within the drawing.&amp;nbsp; One of those properties is the current visibility state of the blocks selected.&amp;nbsp; Just name the visibility states to match the model of the motors. The selection set can be a selected blocks, a windowed area, within a polyline, or the entire drawing.&amp;nbsp; The table produced is sort of 'live', as in it will update as things change within the selection set of blocks.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Similarly, a data extraction can extract the visibility state of a block, it just needs to be a selected property during the extraction process.&amp;nbsp; The extraction is a little more cumbersome than the count command and requires the creation of an external file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As for swapping them, visibility states for each model type is a better way to handle it.&amp;nbsp; You can select multiple blocks at once and change their visibility state in the properties window if needed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want attributes to be set when you choose a visibility state look into adding a Block Properties Table. There you can make a table of the visibility states and the values of the attributes that should go along with each one.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jul 2025 13:19:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/selectable-replaceable-blocks/m-p/13735236#M29247</guid>
      <dc:creator>MMcCall402</dc:creator>
      <dc:date>2025-07-22T13:19:57Z</dc:date>
    </item>
    <item>
      <title>Re: Selectable/Replaceable Blocks</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/selectable-replaceable-blocks/m-p/13735925#M29251</link>
      <description>&lt;P&gt;Thanks, both of those options seem to work well.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Plus I added drop down menus for some of the other attributes as well. My blocks are now 1000 times more powerful then before - thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 22 Jul 2025 23:21:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/selectable-replaceable-blocks/m-p/13735925#M29251</guid>
      <dc:creator>will9ESP8</dc:creator>
      <dc:date>2025-07-22T23:21:13Z</dc:date>
    </item>
    <item>
      <title>Re: Selectable/Replaceable Blocks</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/selectable-replaceable-blocks/m-p/13743449#M29286</link>
      <description>&lt;P&gt;why would my block name be greyed out in the properties window? (and not changeable)&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jul 2025 20:10:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/selectable-replaceable-blocks/m-p/13743449#M29286</guid>
      <dc:creator>shane_owensBCG7H</dc:creator>
      <dc:date>2025-07-28T20:10:47Z</dc:date>
    </item>
    <item>
      <title>Re: Selectable/Replaceable Blocks</title>
      <link>https://forums.autodesk.com/t5/dynamic-blocks-forum/selectable-replaceable-blocks/m-p/13743467#M29287</link>
      <description>&lt;P&gt;Is it on a locked layer?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The block name is always grey in the properties window but there is a button next to it so you can select a new one.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 28 Jul 2025 20:27:02 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/dynamic-blocks-forum/selectable-replaceable-blocks/m-p/13743467#M29287</guid>
      <dc:creator>MMcCall402</dc:creator>
      <dc:date>2025-07-28T20:27:02Z</dc:date>
    </item>
  </channel>
</rss>

