<?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: Work around to rename skeleton implemented in iLogic rule, by Copy Design in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/work-around-to-rename-skeleton-implemented-in-ilogic-rule-by/m-p/8337332#M90135</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Could you just use one of the ModelDocumentName or ModelDocumentName (view) snippets of code, to get the actual current filename that has changed after the copy design operation, then us the same parameter function you're currently using after that?&lt;/P&gt;&lt;P&gt;Luke&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SyntaxEditor Code Snippet&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;modelName&lt;/SPAN&gt; = &lt;SPAN&gt;IO&lt;/SPAN&gt;.&lt;SPAN&gt;Path&lt;/SPAN&gt;.&lt;SPAN&gt;GetFileName&lt;/SPAN&gt;(&lt;SPAN&gt;ActiveSheet&lt;/SPAN&gt;.&lt;SPAN&gt;View&lt;/SPAN&gt;(&lt;SPAN&gt;"VIEW1"&lt;/SPAN&gt;).&lt;SPAN&gt;ModelDocument&lt;/SPAN&gt;.&lt;SPAN&gt;FullFileName&lt;/SPAN&gt;)&lt;BR /&gt;&lt;SPAN&gt;dwgParam&lt;/SPAN&gt; = &lt;SPAN&gt;Parameter&lt;/SPAN&gt;(&lt;SPAN&gt;modelName&lt;/SPAN&gt;, &lt;SPAN&gt;"InjectNozRootDia"&lt;/SPAN&gt;)&amp;nbsp;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 16 Oct 2018 12:04:05 GMT</pubDate>
    <dc:creator>LukeDavenport</dc:creator>
    <dc:date>2018-10-16T12:04:05Z</dc:date>
    <item>
      <title>Work around to rename skeleton implemented in iLogic rule, by Copy Design</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/work-around-to-rename-skeleton-implemented-in-ilogic-rule-by/m-p/8337018#M90131</link>
      <description>&lt;P&gt;Hi.&lt;/P&gt;&lt;P&gt;Can someone give me an idea how to overcome the problem by Copy Design,&amp;nbsp; when the name of Skeleton therefore changes.&amp;nbsp; My problem is that the Skeleton is implemented in a iLogic Rule.&amp;nbsp; As it works for now I have to rename it manually, when I take Copy Design.&lt;/P&gt;&lt;P&gt;KR. BRLMCHKD&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Memo til Rule_Controlling View J.png" style="width: 964px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/558021i621E2FAEC8F4B1ED/image-size/large?v=v2&amp;amp;px=999" role="button" title="Memo til Rule_Controlling View J.png" alt="Memo til Rule_Controlling View J.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Oct 2018 09:59:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/work-around-to-rename-skeleton-implemented-in-ilogic-rule-by/m-p/8337018#M90131</guid>
      <dc:creator>BRLMCHKD</dc:creator>
      <dc:date>2018-10-16T09:59:49Z</dc:date>
    </item>
    <item>
      <title>Re: Work around to rename skeleton implemented in iLogic rule, by Copy Design</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/work-around-to-rename-skeleton-implemented-in-ilogic-rule-by/m-p/8337032#M90132</link>
      <description>&lt;P&gt;You have to lock the skeleton component name in the browser before using Copy Design. See this article:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://www.cadlinecommunity.co.uk/hc/en-us/articles/202020161-Inventor-2014-iLogic-Stabilise-Browser-Nodes-in-Assembly" target="_blank"&gt;https://www.cadlinecommunity.co.uk/hc/en-us/articles/202020161-Inventor-2014-iLogic-Stabilise-Browser-Nodes-in-Assembly&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Luke&lt;/P&gt;</description>
      <pubDate>Tue, 16 Oct 2018 10:04:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/work-around-to-rename-skeleton-implemented-in-ilogic-rule-by/m-p/8337032#M90132</guid>
      <dc:creator>LukeDavenport</dc:creator>
      <dc:date>2018-10-16T10:04:59Z</dc:date>
    </item>
    <item>
      <title>Re: Work around to rename skeleton implemented in iLogic rule, by Copy Design</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/work-around-to-rename-skeleton-implemented-in-ilogic-rule-by/m-p/8337232#M90134</link>
      <description>&lt;P&gt;Hi Luke&amp;nbsp;&lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://forums.autodesk.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;P&gt;Thank you very muck for your answer.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But your solution still does'nt solve my problem. The reference in my iLogic rule on the idw, references to the original skeleton name .ipt&lt;/P&gt;&lt;P&gt;I have allready renamed the skeleton name in the browser of my iam, but "modelName" in my rule, do only work with&lt;/P&gt;&lt;P&gt;the original name of my skeleton.ipt&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="Controlling View J_2'nd screendump.png" style="width: 775px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/558053i5FA7B506EF1B5E43/image-size/large?v=v2&amp;amp;px=999" role="button" title="Controlling View J_2'nd screendump.png" alt="Controlling View J_2'nd screendump.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Oct 2018 11:27:23 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/work-around-to-rename-skeleton-implemented-in-ilogic-rule-by/m-p/8337232#M90134</guid>
      <dc:creator>BRLMCHKD</dc:creator>
      <dc:date>2018-10-16T11:27:23Z</dc:date>
    </item>
    <item>
      <title>Re: Work around to rename skeleton implemented in iLogic rule, by Copy Design</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/work-around-to-rename-skeleton-implemented-in-ilogic-rule-by/m-p/8337332#M90135</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Could you just use one of the ModelDocumentName or ModelDocumentName (view) snippets of code, to get the actual current filename that has changed after the copy design operation, then us the same parameter function you're currently using after that?&lt;/P&gt;&lt;P&gt;Luke&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;SyntaxEditor Code Snippet&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;modelName&lt;/SPAN&gt; = &lt;SPAN&gt;IO&lt;/SPAN&gt;.&lt;SPAN&gt;Path&lt;/SPAN&gt;.&lt;SPAN&gt;GetFileName&lt;/SPAN&gt;(&lt;SPAN&gt;ActiveSheet&lt;/SPAN&gt;.&lt;SPAN&gt;View&lt;/SPAN&gt;(&lt;SPAN&gt;"VIEW1"&lt;/SPAN&gt;).&lt;SPAN&gt;ModelDocument&lt;/SPAN&gt;.&lt;SPAN&gt;FullFileName&lt;/SPAN&gt;)&lt;BR /&gt;&lt;SPAN&gt;dwgParam&lt;/SPAN&gt; = &lt;SPAN&gt;Parameter&lt;/SPAN&gt;(&lt;SPAN&gt;modelName&lt;/SPAN&gt;, &lt;SPAN&gt;"InjectNozRootDia"&lt;/SPAN&gt;)&amp;nbsp;&amp;nbsp;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 16 Oct 2018 12:04:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/work-around-to-rename-skeleton-implemented-in-ilogic-rule-by/m-p/8337332#M90135</guid>
      <dc:creator>LukeDavenport</dc:creator>
      <dc:date>2018-10-16T12:04:05Z</dc:date>
    </item>
    <item>
      <title>Re: Work around to rename skeleton implemented in iLogic rule, by Copy Design</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/work-around-to-rename-skeleton-implemented-in-ilogic-rule-by/m-p/8339906#M90175</link>
      <description>&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="View Suppress Answer.png" style="width: 714px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/558482iBE2CC5F61A4FEA93/image-size/large?v=v2&amp;amp;px=999" role="button" title="View Suppress Answer.png" alt="View Suppress Answer.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 17 Oct 2018 08:55:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/work-around-to-rename-skeleton-implemented-in-ilogic-rule-by/m-p/8339906#M90175</guid>
      <dc:creator>BRLMCHKD</dc:creator>
      <dc:date>2018-10-17T08:55:21Z</dc:date>
    </item>
  </channel>
</rss>

