<?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: Simple Attribute Move in Dynamic Block in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/simple-attribute-move-in-dynamic-block/m-p/9358669#M111385</link>
    <description>&lt;P&gt;Test Block uploaded. I included the same attribute name on each vis state so you can see the new location that it should be at. I just really want to understand the process so i can create more.&lt;/P&gt;</description>
    <pubDate>Wed, 04 Mar 2020 18:27:40 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-03-04T18:27:40Z</dc:date>
    <item>
      <title>Simple Attribute Move in Dynamic Block</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/simple-attribute-move-in-dynamic-block/m-p/9358465#M111383</link>
      <description>&lt;P&gt;I can't for the life of me figure out how to move an attribute when i select a different visibility state in a dynamic block. So far I've gathered I can add a point and then add an action, but i do not know how to make this work and have it happen when i select a different visibility state. Can someone provide me with step by step instructions? I can include a block, but that won't help me with the instructions.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2020 17:12:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/simple-attribute-move-in-dynamic-block/m-p/9358465#M111383</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-04T17:12:21Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Attribute Move in Dynamic Block</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/simple-attribute-move-in-dynamic-block/m-p/9358507#M111384</link>
      <description>&lt;P&gt;It would be good to see the block as It could be something simple. Either have an alternate attribute or you might just need to make sure that your action is working across all visibility states.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2020 17:32:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/simple-attribute-move-in-dynamic-block/m-p/9358507#M111384</guid>
      <dc:creator>R_Tweed</dc:creator>
      <dc:date>2020-03-04T17:32:28Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Attribute Move in Dynamic Block</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/simple-attribute-move-in-dynamic-block/m-p/9358669#M111385</link>
      <description>&lt;P&gt;Test Block uploaded. I included the same attribute name on each vis state so you can see the new location that it should be at. I just really want to understand the process so i can create more.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2020 18:27:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/simple-attribute-move-in-dynamic-block/m-p/9358669#M111385</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-04T18:27:40Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Attribute Move in Dynamic Block</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/simple-attribute-move-in-dynamic-block/m-p/9359245#M111386</link>
      <description>&lt;P&gt;It looks like you want to enter 2 values 1 time and have them repeat or autofill and move based on visibilty states. I did something similar in the attached dwg.&amp;nbsp; If you open the inserted block into your block editor and open the parameters manager you will see that I have made a&amp;nbsp; few user parameters. Double click on each attribute definition and you will see they are using fields to reference the user parameters.&amp;nbsp; Once those are setup you can assign each separate attribute definition to a visibility state.&amp;nbsp;&amp;nbsp; The block also has a move and rotate action applied to the north arrow.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2020 23:39:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/simple-attribute-move-in-dynamic-block/m-p/9359245#M111386</guid>
      <dc:creator>R_Tweed</dc:creator>
      <dc:date>2020-03-04T23:39:32Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Attribute Move in Dynamic Block</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/simple-attribute-move-in-dynamic-block/m-p/9359246#M111387</link>
      <description>&lt;P&gt;It looks like you want to enter 2 values 1 time and have them repeat or autofill and move based on visibilty states. I did something similar in the attached dwg.&amp;nbsp; If you open the inserted block into your block editor and open the parameters manager you will see that I have made a&amp;nbsp; few user parameters. Double click on each attribute definition and you will see they are using fields to reference the user parameters.&amp;nbsp; Once those are setup you can assign each separate attribute definition to a visibility state.&amp;nbsp;&amp;nbsp; The block also has a move and rotate action applied to the north arrow.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2020 23:41:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/simple-attribute-move-in-dynamic-block/m-p/9359246#M111387</guid>
      <dc:creator>R_Tweed</dc:creator>
      <dc:date>2020-03-04T23:41:16Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Attribute Move in Dynamic Block</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/simple-attribute-move-in-dynamic-block/m-p/9359268#M111388</link>
      <description>&lt;P&gt;I'll try to clarify, as the one sent did not work. I only want one set of attributes, attr1 and attr2 to appear. They will show no matter what the visibility state is. If i select the second visibility state, the attributes will adjust to the location that i have the attributes in the 2nd visibility state. if i select the third visibility state, the attributes will adjust to the location that i have the attributes in the 3rd visibility state. Again, i do not want 3 separate sets of attr1 and attr2 attributes, if that was the misunderstanding, i'm sorry.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When i change visibility states on the block you sent, nothing shows up on the 2nd vis state. Also, the attributes stay in the same location as the 1st vis state when i select the 3rd vis state.&lt;/P&gt;</description>
      <pubDate>Wed, 04 Mar 2020 23:53:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/simple-attribute-move-in-dynamic-block/m-p/9359268#M111388</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-03-04T23:53:08Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Attribute Move in Dynamic Block</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/simple-attribute-move-in-dynamic-block/m-p/9359303#M111389</link>
      <description>&lt;P&gt;I understand. I think the multiple copies of the same attribute is the problem. In order to get past that you will need multiple different attribute definitions that will reference back to two user defined variables.&amp;nbsp; In this example you can edit the custom user parameter and all the attributes will update to match that value. I've added an all visibility state as well so you can see them.&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="Annotation 2020-03-04 163146.png" style="width: 809px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/737502iC23E29D4DF56EA6A/image-dimensions/809x231?v=v2" width="809" height="231" role="button" title="Annotation 2020-03-04 163146.png" alt="Annotation 2020-03-04 163146.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 00:37:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/simple-attribute-move-in-dynamic-block/m-p/9359303#M111389</guid>
      <dc:creator>R_Tweed</dc:creator>
      <dc:date>2020-03-05T00:37:09Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Attribute Move in Dynamic Block</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/simple-attribute-move-in-dynamic-block/m-p/9360886#M111390</link>
      <description>&lt;P&gt;There is a dynamic block forum... you may get more attention over there.&amp;nbsp; Go on youtube and find some videos... there are a few that will show you what you need to do.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 05 Mar 2020 15:57:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/simple-attribute-move-in-dynamic-block/m-p/9360886#M111390</guid>
      <dc:creator>s.borello</dc:creator>
      <dc:date>2020-03-05T15:57:28Z</dc:date>
    </item>
  </channel>
</rss>

