<?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: Inventor 2019: Assign Name, Attribut Set Values in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-2019-assign-name-attribut-set-values/m-p/7934976#M83310</link>
    <description>&lt;P&gt;If I recall correctly the "EEEEEEEIIIIIIIAARRGGGH" strings are guids relating to those specific faces.&lt;/P&gt;&lt;P&gt;I'm pretty sure if you were to delete and recreate the hole feature&amp;nbsp;in that part,&amp;nbsp;the&amp;nbsp;&lt;SPAN&gt;"EEEEEEEIIIIIIIAARRGGGH" string will change.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I've not seen them chained together like that before, but I guess it makes sense since the hole is based on that face.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;What the (to give it it's proper name) iLogicEntityNameFeatureName string would like in a more complex part would be interesting to see - I guess it's how the "Relationships" tool works, by appending the new feature string to those which are pre-existing?&lt;/SPAN&gt;&lt;/P&gt;</description>
    <pubDate>Mon, 16 Apr 2018 12:00:28 GMT</pubDate>
    <dc:creator>AlexFielder</dc:creator>
    <dc:date>2018-04-16T12:00:28Z</dc:date>
    <item>
      <title>Inventor 2019: Assign Name, Attribut Set Values</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-2019-assign-name-attribut-set-values/m-p/7934734#M83304</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;we work currently on Inventor 2018 and will switch to 2020 in one year (can't switch now to Inventor 2019). I'm working on standard parts and want to add the ability to use the "Assign Name" feature in later versions.&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;"Assign Name" simply adds an attribute set to the surface body, I want to do that in Inventor 2018 with a script.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;This attribute set contains two attributes. What I want to know&amp;nbsp;is,&amp;nbsp;how the value of the&amp;nbsp;second&amp;nbsp;attribute is used "EAIAABAAAAB1AAAAAAAAAIAAAAAAAAAA"&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I named a bunch of elements&amp;nbsp;and wrote down the values, there are basically&amp;nbsp;three different values. The last one is basically&amp;nbsp;the first and the second.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;1: EAIAABAAAAB1AAAAAAAAAIAAAAAAAAAA&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;2: EAIAABAAAADqAAAAAAAAAIAAAAAAAAAA&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;3: EAIAABAAAAB1AAAAAAAAAIAAAAAAAAAA EAIAABAAAADqAAAAAAAAAIAAAAAAAAAA&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;When do I need to set the first, second or third one? Are there other values?&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Patrick&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2018 09:45:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-2019-assign-name-attribut-set-values/m-p/7934734#M83304</guid>
      <dc:creator>Patrick1323</dc:creator>
      <dc:date>2018-04-16T09:45:15Z</dc:date>
    </item>
    <item>
      <title>Re: Inventor 2019: Assign Name, Attribut Set Values</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-2019-assign-name-attribut-set-values/m-p/7934877#M83308</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/3822665"&gt;@Patrick1323&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;This is a subject close to my heart so here's my advice:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Take a look at the excellent "Attribute Helper" written by&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5741855"&gt;@BrianEkins&lt;/a&gt;:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://ekinssolutions.com/attribute_helper/" target="_blank"&gt;https://ekinssolutions.com/attribute_helper/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;It's been a big help with my own attribute travels.&lt;/P&gt;&lt;P&gt;The source is available on github too so you can see how it does what it does:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A title="My own fork of this excellent tool that removes the com error when Inventor closes." href="https://github.com/AlexFielder/AttributeHelper" target="_blank"&gt;https://github.com/AlexFielder/AttributeHelper&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you need any more help once you have this tool, please let me know.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Alex.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2018 11:15:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-2019-assign-name-attribut-set-values/m-p/7934877#M83308</guid>
      <dc:creator>AlexFielder</dc:creator>
      <dc:date>2018-04-16T11:15:50Z</dc:date>
    </item>
    <item>
      <title>Re: Inventor 2019: Assign Name, Attribut Set Values</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-2019-assign-name-attribut-set-values/m-p/7934954#M83309</link>
      <description>&lt;P&gt;Hello Alex,&lt;/P&gt;&lt;P&gt;thank you for mentioning the AttributeHelper, I've used it a while ago on other things &lt;img class="lia-deferred-image lia-image-emoji" src="https://forums.autodesk.com/html/@B4D44A73814D7FC0D950DEDFACB97081/emoticons/1f642.png" alt=":slightly_smiling_face:" title=":slightly_smiling_face:" /&gt;&lt;/P&gt;&lt;P&gt;It hasn't answered my question, but&amp;nbsp;it showed me&amp;nbsp;where the order was stored:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="image.png" style="width: 787px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/489070i13A3A96159AD995B/image-size/large?v=v2&amp;amp;px=999" role="button" title="image.png" alt="image.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2018 11:48:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-2019-assign-name-attribut-set-values/m-p/7934954#M83309</guid>
      <dc:creator>Patrick1323</dc:creator>
      <dc:date>2018-04-16T11:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: Inventor 2019: Assign Name, Attribut Set Values</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-2019-assign-name-attribut-set-values/m-p/7934976#M83310</link>
      <description>&lt;P&gt;If I recall correctly the "EEEEEEEIIIIIIIAARRGGGH" strings are guids relating to those specific faces.&lt;/P&gt;&lt;P&gt;I'm pretty sure if you were to delete and recreate the hole feature&amp;nbsp;in that part,&amp;nbsp;the&amp;nbsp;&lt;SPAN&gt;"EEEEEEEIIIIIIIAARRGGGH" string will change.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;I've not seen them chained together like that before, but I guess it makes sense since the hole is based on that face.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;What the (to give it it's proper name) iLogicEntityNameFeatureName string would like in a more complex part would be interesting to see - I guess it's how the "Relationships" tool works, by appending the new feature string to those which are pre-existing?&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 Apr 2018 12:00:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/inventor-2019-assign-name-attribut-set-values/m-p/7934976#M83310</guid>
      <dc:creator>AlexFielder</dc:creator>
      <dc:date>2018-04-16T12:00:28Z</dc:date>
    </item>
  </channel>
</rss>

