<?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: One attributed block with different attribute names?! in AutoCAD Forum</title>
    <link>https://forums.autodesk.com/t5/autocad-forum/one-attributed-block-with-different-attribute-names/m-p/9254901#M116871</link>
    <description>&lt;P&gt;Thanks to everyone for your input!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did a few tests this morning - and it looks like this issue was caused by a legacy version of the block dwgtitle1 (whose attribute value used to be PLAN#) was pasted into the drawing with more recent blocks that have that same attribute named as DWG#.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's not uncommon for users to copy and paste details from drawings that are 15 years old - no matter how often I tell them to just go to the detail library which is more current.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know the users aren't thinking to use ATTSYNC because it seems like a new revelation every time I tell them they they have to do that to update block insertions after they make changes to attributes in the block editor.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Oh well - sounds like a mandatory CAD Meeting is in order...&lt;/P&gt;</description>
    <pubDate>Thu, 16 Jan 2020 14:28:22 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2020-01-16T14:28:22Z</dc:date>
    <item>
      <title>One attributed block with different attribute names?!</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/one-attributed-block-with-different-attribute-names/m-p/9253815#M116867</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I’m trying to figure out what led to this bizarre situation:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a drawing with 6 attributed block insertions.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;&lt;P&gt;The block definition name for all 6 insertions is “dwgtitle1”. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Some of these 6 blocks have an attribute whose name is “DWG#”, while the rest of the 6 blocks have the same attribute, but it’s named “PLAN#”.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How is this possible to have one block name in your drawing but there are 2 versions with different attributes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Can BLOCKREPLACE do this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;When I do an ATTSYNC, it wipes out or resets the attribute value in some of the blocks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for any insight!&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2020 04:21:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/one-attributed-block-with-different-attribute-names/m-p/9253815#M116867</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-16T04:21:49Z</dc:date>
    </item>
    <item>
      <title>Re: One attributed block with different attribute names?!</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/one-attributed-block-with-different-attribute-names/m-p/9253829#M116868</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to share the drawing?&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2020 04:46:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/one-attributed-block-with-different-attribute-names/m-p/9253829#M116868</guid>
      <dc:creator>vinodkl</dc:creator>
      <dc:date>2020-01-16T04:46:20Z</dc:date>
    </item>
    <item>
      <title>Betreff: One attributed block with different attribute names?!</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/one-attributed-block-with-different-attribute-names/m-p/9254033#M116869</link>
      <description>&lt;P&gt;&amp;gt;"How is this possible"&lt;/P&gt;
&lt;P&gt;Because attributes on blockreferences have NOTHING to do with your block(definition)!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Create a new blockreference by using command INSERT or by drag&amp;amp;drop, DesignCenter or which way you prefer&lt;/P&gt;
&lt;P&gt;and autocad creates a blockreferenc which shows the block content except the none-constand attributdefinitions,&lt;/P&gt;
&lt;P&gt;and attach attributes to this new blockreference, based on the current template= the none-constant attriutdefinitons of that block.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;attributes are part of the blockreference, not of the block, otherwise it would be impossible to have different attribute values for each blockreference.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;(constant attributdefinitions are not much more than simple (M)TEXT elements in the block(definition),&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;nbsp;so it is part of the block and it display for each blockreferenc identical - like circles and mtext and so on.&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&amp;nbsp;So in fact: It doesn't exist "constant attributes', only contant attributdefinitions=ATTDEF)&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Test:&lt;/P&gt;
&lt;P&gt;1. Create a Block, with a line and a none-constand ATTDEF "A1"&lt;/P&gt;
&lt;P&gt;insert one blockreference&lt;/P&gt;
&lt;P&gt;with a line and a none-constand ATTDEF "A1"&lt;/P&gt;
&lt;P&gt;2. BEDIT this Block, and add a none-constand ATTDEF "A2" and set the color to red&lt;/P&gt;
&lt;P&gt;insert one blockreference&lt;/P&gt;
&lt;P&gt;3. BEDIT this Block, and add a none-constand ATTDEF "A3" and delete attdef "A1, and set the color of "A2" to green&lt;/P&gt;
&lt;P&gt;insert one blockreference&lt;/P&gt;
&lt;P&gt;4. BEDIT this Block, and add a none-constand ATTDEF "A4" and delete attdefs&amp;nbsp; "A2" "A3"&lt;/P&gt;
&lt;P&gt;and do NOT insert a blockreference.&lt;/P&gt;
&lt;P&gt;5. SAVE the file now.&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;Compare all three blockreferences of the same block now.&lt;/P&gt;
&lt;P&gt;And to write down "all things" - sorry, time ends now.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;5. Use ATTSYNC&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;None-constant ATTDEFs are template to create blockreference, nothing more.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2020 07:22:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/one-attributed-block-with-different-attribute-names/m-p/9254033#M116869</guid>
      <dc:creator>cadffm</dc:creator>
      <dc:date>2020-01-16T07:22:44Z</dc:date>
    </item>
    <item>
      <title>Re: One attributed block with different attribute names?!</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/one-attributed-block-with-different-attribute-names/m-p/9254043#M116870</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#333399"&gt;&lt;EM&gt;&amp;gt;&amp;gt; How is this possible to have one block name in your drawing &lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#333399"&gt;&lt;EM&gt;&amp;gt;&amp;gt; but there are 2 versions with different attributes.&lt;/EM&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;Simply forgot to run ATTSYNC after editing the block.&lt;/P&gt;
&lt;P&gt;E.g. a block "TABLE" is created, containing attribute "PRICE" ... insert this block 1 time. Now edit the block definition and change "PRICE" to "P", now again insert 1 block "TABLE" ... now you have 2 blocks, each having different attributes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT color="#333399"&gt;&amp;gt;&amp;gt; When I do an ATTSYNC, it wipes out or resets the attribute &lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;&lt;EM&gt;&lt;FONT color="#333399"&gt;&amp;gt;&amp;gt; value in some of the blocks.&lt;/FONT&gt;&lt;/EM&gt;&lt;/P&gt;
&lt;P&gt;It only wipes out those attributes where the inserted blocks have attributes that do not exist in the block-definition any more. Seems that someone has forgotten ATTSYNC multiple times or does not know what happens with attribute-values when attributes are renamed inside the block-definition (values are lost).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Whenever you rename attributes AutoCAD in the block-editor (and not using BATTMAN) AutoCAD does not know what to do with the value of attribute "PRICE" when an attribute with this name does not exist any more. That's what BATTMAN can do better.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;- alfred -&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2020 07:29:19 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/one-attributed-block-with-different-attribute-names/m-p/9254043#M116870</guid>
      <dc:creator>Alfred.NESWADBA</dc:creator>
      <dc:date>2020-01-16T07:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: One attributed block with different attribute names?!</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/one-attributed-block-with-different-attribute-names/m-p/9254901#M116871</link>
      <description>&lt;P&gt;Thanks to everyone for your input!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I did a few tests this morning - and it looks like this issue was caused by a legacy version of the block dwgtitle1 (whose attribute value used to be PLAN#) was pasted into the drawing with more recent blocks that have that same attribute named as DWG#.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's not uncommon for users to copy and paste details from drawings that are 15 years old - no matter how often I tell them to just go to the detail library which is more current.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know the users aren't thinking to use ATTSYNC because it seems like a new revelation every time I tell them they they have to do that to update block insertions after they make changes to attributes in the block editor.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Oh well - sounds like a mandatory CAD Meeting is in order...&lt;/P&gt;</description>
      <pubDate>Thu, 16 Jan 2020 14:28:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/one-attributed-block-with-different-attribute-names/m-p/9254901#M116871</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2020-01-16T14:28:22Z</dc:date>
    </item>
    <item>
      <title>Re: One attributed block with different attribute names?!</title>
      <link>https://forums.autodesk.com/t5/autocad-forum/one-attributed-block-with-different-attribute-names/m-p/10449433#M116872</link>
      <description>every time I'm editing block I used PURGE to delete all an used blocks and etc. is that okay even I dont use ATTSYNC? Thanks in advance</description>
      <pubDate>Wed, 07 Jul 2021 10:52:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/autocad-forum/one-attributed-block-with-different-attribute-names/m-p/10449433#M116872</guid>
      <dc:creator>scatalan</dc:creator>
      <dc:date>2021-07-07T10:52:07Z</dc:date>
    </item>
  </channel>
</rss>

