<?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: Ilogic MakePath expression not working in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-makepath-expression-not-working/m-p/12822640#M9477</link>
    <description>&lt;P&gt;&lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/9818457"&gt;@benjaminPXQW3&lt;/a&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Hello &amp;amp; welcome! &amp;nbsp;I've moved your post here so that the programming experts can take a look at it and hopefully offer some advice. &amp;nbsp;Good luck!&lt;/P&gt;</description>
    <pubDate>Thu, 06 Jun 2024 11:01:57 GMT</pubDate>
    <dc:creator>CGBenner</dc:creator>
    <dc:date>2024-06-06T11:01:57Z</dc:date>
    <item>
      <title>Ilogic MakePath expression not working</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-makepath-expression-not-working/m-p/12821510#M9476</link>
      <description>&lt;P&gt;According to the Autodesk Inventor 2024 Help Guide:&lt;/P&gt;&lt;P&gt;MakePath&lt;/P&gt;&lt;P class=""&gt;Defines the path to a component name in a subassembly. To specify the path, list all subassembly levels in the order they appear in the tree. This function is required if you want to specify a component name when the same name also exists elsewhere in the assembly.&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;Syntax&lt;/STRONG&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;EM&gt;MakePath(“SubassemblyComponentName”,“PartComponentName”)&lt;/EM&gt;&lt;/P&gt;&lt;P class=""&gt;&lt;STRONG&gt;Examples&lt;/STRONG&gt;&lt;/P&gt;&lt;PRE&gt;Component.Color(MakePath("SubAssem1:1", "Part2:1")) = “Green”
Component.IsActive(MakePath("SubAssem1:1", "SubSubAssem2:1", "Part2:1")) = “Yellow”&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;My code below is supposed to change the color of the valves based on whether they are open (dark green) or closed (red) depending on the value of the parameter CYCLE.&lt;/P&gt;&lt;PRE&gt;&lt;EM&gt;If CYCLE = "FILTRATION" Then
Component.Color(MakePath("Tube &amp;amp; Pipe Runs", "NEW LINES:1", "4 inch s31 with haz loc s70:1"))  = "Dark Green"
Component.Color(MakePath("Tube &amp;amp; Pipe Runs", "NEW LINES:1", "Parker Brass Ball Valve XV520P XV520P-48:1")) = "Dark Green"
Component.Color(MakePath("Tube &amp;amp; Pipe Runs", "NEW LINES:1", "4 inch s31 with haz loc s70:2")) = "Dark Green"
Component.Color(MakePath("Tube &amp;amp; Pipe Runs", "720A-SPOOL-002:1", "3 inch s31 with haz loc s70:1")) = "Red"
Component.Color(MakePath("Tube &amp;amp; Pipe Runs", "720A-SPOOL-003:1", "3 inch s31 with haz loc s70:1")) = "Red"
Component.Color(MakePath("Tube &amp;amp; Pipe Runs", "720A-SPOOL-003:1", "4 inch s31 with haz loc s70:1")) = "Red"

End &lt;/EM&gt;&lt;SPAN&gt;&lt;EM&gt;If&lt;BR /&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&lt;SPAN&gt;When I run the code I get the following error:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Error on line 2 in rule: CYCLE CONTROLLER, in document: 720A-TOP ASSEMBLY.iam&lt;/P&gt;&lt;P&gt;The parameter is incorrect. (Exception from HRESULT: 0x80070057 (E_INVALIDARG))&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do not get the error if i remove the MakePath expression from each line and only reference a subassembly or part inside the top assembly. Only when referencing a part or subassembly inside a subassembly (which requires the MakePath expression) do I get the error.&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/PRE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2024 21:56:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-makepath-expression-not-working/m-p/12821510#M9476</guid>
      <dc:creator>benjaminPXQW3</dc:creator>
      <dc:date>2024-06-05T21:56:37Z</dc:date>
    </item>
    <item>
      <title>Re: Ilogic MakePath expression not working</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-makepath-expression-not-working/m-p/12822640#M9477</link>
      <description>&lt;P&gt;&lt;SPAN style="background: var(--ck-color-mention-background); color: var(--ck-color-mention-text);"&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/9818457"&gt;@benjaminPXQW3&lt;/a&gt;&lt;/SPAN&gt;&amp;nbsp;&lt;BR /&gt;&lt;BR /&gt;Hello &amp;amp; welcome! &amp;nbsp;I've moved your post here so that the programming experts can take a look at it and hopefully offer some advice. &amp;nbsp;Good luck!&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2024 11:01:57 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-makepath-expression-not-working/m-p/12822640#M9477</guid>
      <dc:creator>CGBenner</dc:creator>
      <dc:date>2024-06-06T11:01:57Z</dc:date>
    </item>
    <item>
      <title>Re: Ilogic MakePath expression not working</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-makepath-expression-not-working/m-p/12822824#M9478</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/9818457"&gt;@benjaminPXQW3&lt;/a&gt;.&amp;nbsp; What does&amp;nbsp;"Tube &amp;amp; Pipe Runs" represent in those lines of code.&amp;nbsp; Is that the exact name of an assembly component that represents a sub assembly in the top level of your main assembly?&amp;nbsp; If not, then that part will likely need to be changed.&amp;nbsp; You do not include the name of the main assembly itself in this MakePath tool.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2024 12:32:53 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-makepath-expression-not-working/m-p/12822824#M9478</guid>
      <dc:creator>WCrihfield</dc:creator>
      <dc:date>2024-06-06T12:32:53Z</dc:date>
    </item>
    <item>
      <title>Re: Ilogic MakePath expression not working</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-makepath-expression-not-working/m-p/12823022#M9479</link>
      <description>&lt;P&gt;Thank you! I only saw the main forum section so I posted there.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2024 13:36:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-makepath-expression-not-working/m-p/12823022#M9479</guid>
      <dc:creator>benjaminPXQW3</dc:creator>
      <dc:date>2024-06-06T13:36:35Z</dc:date>
    </item>
    <item>
      <title>Re: Ilogic MakePath expression not working</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-makepath-expression-not-working/m-p/12823055#M9480</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/9818457"&gt;@benjaminPXQW3&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;A quick tip on this: You can extract the MakePath syntax by using the Model tree in the rule editor, and right clicking on the target component, and then choosing Capture Current State.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Note the curly brackets are a shortcut for assembly the array syntax that we do using the MakePath function.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So the following 3 examples do the same thing:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN&gt;Component&lt;/SPAN&gt;.&lt;SPAN&gt;IsActive&lt;/SPAN&gt;({&lt;SPAN&gt;"Test Assembl:1"&lt;/SPAN&gt;, &lt;SPAN&gt;"cw_Block2:1"&lt;/SPAN&gt;}) = &lt;SPAN&gt;True&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN&gt;myComponent&lt;/SPAN&gt; = &lt;SPAN&gt;MakePath&lt;/SPAN&gt;({&lt;SPAN&gt;"Test Assembl:1"&lt;/SPAN&gt;, &lt;SPAN&gt;"cw_Block2:1"&lt;/SPAN&gt;})
&lt;SPAN&gt;Component&lt;/SPAN&gt;.&lt;SPAN&gt;IsActive&lt;/SPAN&gt;(&lt;SPAN&gt;myComponent&lt;/SPAN&gt;) = &lt;SPAN&gt;True&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN&gt;myComponent&lt;/SPAN&gt; = &lt;SPAN&gt;MakePath&lt;/SPAN&gt;(&lt;SPAN&gt;"Test Assembl:1"&lt;/SPAN&gt;, &lt;SPAN&gt;"cw_Block2:1"&lt;/SPAN&gt;)
&lt;SPAN&gt;Component&lt;/SPAN&gt;.&lt;SPAN&gt;IsActive&lt;/SPAN&gt;(&lt;SPAN&gt;myComponent&lt;/SPAN&gt;) = &lt;SPAN&gt;True&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Likewise the following 2 examples do the same thing also:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN&gt;Component&lt;/SPAN&gt;.&lt;SPAN&gt;Color&lt;/SPAN&gt;({&lt;SPAN&gt;"Test Assembl:1"&lt;/SPAN&gt;, &lt;SPAN&gt;"cw_Block2:1"&lt;/SPAN&gt;}) = &lt;SPAN&gt;"Red"&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN&gt;myComponent&lt;/SPAN&gt; = &lt;SPAN&gt;MakePath&lt;/SPAN&gt;({&lt;SPAN&gt;"Test Assembl:1"&lt;/SPAN&gt;, &lt;SPAN&gt;"cw_Block2:1"&lt;/SPAN&gt;})
&lt;SPAN&gt;Component&lt;/SPAN&gt;.&lt;SPAN&gt;Color&lt;/SPAN&gt;(&lt;SPAN&gt;myComponent&lt;/SPAN&gt;) = &lt;SPAN&gt;"Red"&lt;/SPAN&gt;&lt;/PRE&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="Curtis_Waguespack_0-1717681267927.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1372802iF32DC07D5E054A62/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Curtis_Waguespack_0-1717681267927.png" alt="Curtis_Waguespack_0-1717681267927.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps.&lt;BR /&gt;Best of luck to you in all of your Inventor pursuits,&lt;BR /&gt;Curtis&lt;BR /&gt;&lt;A href="http://inventortrenches.blogspot.com" target="_blank" rel="noopener"&gt;http://inventortrenches.blogspot.com&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2024 13:53:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-makepath-expression-not-working/m-p/12823055#M9480</guid>
      <dc:creator>Curtis_Waguespack</dc:creator>
      <dc:date>2024-06-06T13:53:25Z</dc:date>
    </item>
    <item>
      <title>Re: Ilogic MakePath expression not working</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-makepath-expression-not-working/m-p/12823060#M9481</link>
      <description>&lt;P&gt;&lt;SPAN&gt;"Tube &amp;amp; Pipe Runs" refers to the parent tube and pipe assembly within the main/top assembly. That is exactly how iLogic references it when you right-click a part/subassembly and choose "capture current state".&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;It is also how it appears in the browser (see attachment).&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2024 13:47:13 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-makepath-expression-not-working/m-p/12823060#M9481</guid>
      <dc:creator>benjaminPXQW3</dc:creator>
      <dc:date>2024-06-06T13:47:13Z</dc:date>
    </item>
    <item>
      <title>Re: Ilogic MakePath expression not working</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-makepath-expression-not-working/m-p/12823859#M9482</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/9818457"&gt;@benjaminPXQW3&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This worked for me and ran with no error. Note the View Rep needed to reference Master even though it was called Primary in the model.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN&gt;Component&lt;/SPAN&gt;.&lt;SPAN&gt;Color&lt;/SPAN&gt;({&lt;SPAN&gt;"Tube &amp;amp; Pipe Runs"&lt;/SPAN&gt;, &lt;SPAN&gt;"Run 01"&lt;/SPAN&gt; }) = &lt;SPAN&gt;“Red”&lt;/SPAN&gt;
&lt;SPAN&gt;Component&lt;/SPAN&gt;.&lt;SPAN&gt;InventorComponentInThisContext&lt;/SPAN&gt;(&lt;SPAN&gt;"Tube &amp;amp; Pipe Runs"&lt;/SPAN&gt;).&lt;SPAN&gt;SetDesignViewRepresentation&lt;/SPAN&gt;(&lt;SPAN&gt;"Master"&lt;/SPAN&gt;)
&lt;SPAN&gt;InventorVb&lt;/SPAN&gt;.&lt;SPAN&gt;DocumentUpdate&lt;/SPAN&gt;()
&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&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="Curtis_Waguespack_2-1717703497888.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1372956i2D265470DC0BA7A2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Curtis_Waguespack_2-1717703497888.png" alt="Curtis_Waguespack_2-1717703497888.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2024 19:51:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-makepath-expression-not-working/m-p/12823859#M9482</guid>
      <dc:creator>Curtis_Waguespack</dc:creator>
      <dc:date>2024-06-06T19:51:40Z</dc:date>
    </item>
    <item>
      <title>Re: Ilogic MakePath expression not working</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-makepath-expression-not-working/m-p/12823895#M9483</link>
      <description>&lt;P&gt;I was able to use this to set the elbow color from the top level assembly as shown. This assumes that "Red" is an appearance in the assembly document already.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN&gt;Dim&lt;/SPAN&gt; &lt;SPAN&gt;oAsset&lt;/SPAN&gt; &lt;SPAN&gt;As&lt;/SPAN&gt; &lt;SPAN&gt;Asset&lt;/SPAN&gt; 
&lt;SPAN&gt;oAsset&lt;/SPAN&gt; = &lt;SPAN&gt;ThisAssembly&lt;/SPAN&gt;.&lt;SPAN&gt;GetAppearanceAsset&lt;/SPAN&gt;(&lt;SPAN&gt;assetName&lt;/SPAN&gt; := &lt;SPAN&gt;"Red"&lt;/SPAN&gt;).&lt;SPAN&gt;Asset&lt;/SPAN&gt;

&lt;SPAN&gt;Component&lt;/SPAN&gt;.&lt;SPAN&gt;InventorComponentInThisContext&lt;/SPAN&gt; _
(&lt;SPAN&gt;"ASME B16.11 90 Deg Elbow Threaded - Class 3000 1/2:1"&lt;/SPAN&gt;).&lt;SPAN&gt;Appearance&lt;/SPAN&gt; = &lt;SPAN&gt;oAsset&lt;/SPAN&gt;&lt;/PRE&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="Curtis_Waguespack_1-1717703399230.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1372955i30D003FEB0FECA9E/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Curtis_Waguespack_1-1717703399230.png" alt="Curtis_Waguespack_1-1717703399230.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2024 19:50:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-makepath-expression-not-working/m-p/12823895#M9483</guid>
      <dc:creator>Curtis_Waguespack</dc:creator>
      <dc:date>2024-06-06T19:50:52Z</dc:date>
    </item>
    <item>
      <title>Re: Ilogic MakePath expression not working</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-makepath-expression-not-working/m-p/12823936#M9484</link>
      <description>&lt;P&gt;What if I am trying to change the color of multiple occurrences of the same part across different subassemblies (there are several valves across several runs)?&amp;nbsp;&lt;/P&gt;&lt;P&gt;Since a given part in a subassembly is assigned an occurrence of 1, 2, 3, etc., would repeated occurrences across different subassemblies (runs in by case) cause an issue?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2024 20:03:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-makepath-expression-not-working/m-p/12823936#M9484</guid>
      <dc:creator>benjaminPXQW3</dc:creator>
      <dc:date>2024-06-06T20:03:11Z</dc:date>
    </item>
    <item>
      <title>Re: Ilogic MakePath expression not working</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-makepath-expression-not-working/m-p/12824119#M9485</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/9818457"&gt;@benjaminPXQW3&lt;/a&gt;&amp;nbsp;,&lt;BR /&gt;If I understand correctly, I think something like this would work.&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN&gt;Dim&lt;/SPAN&gt; &lt;SPAN&gt;oAsset&lt;/SPAN&gt; &lt;SPAN&gt;As&lt;/SPAN&gt; &lt;SPAN&gt;Asset&lt;/SPAN&gt; 

&lt;SPAN&gt;oAsset&lt;/SPAN&gt; = &lt;SPAN&gt;ThisAssembly&lt;/SPAN&gt;.&lt;SPAN&gt;GetAppearanceAsset&lt;/SPAN&gt;(&lt;SPAN&gt;assetName&lt;/SPAN&gt; := &lt;SPAN&gt;"Red"&lt;/SPAN&gt;).&lt;SPAN&gt;Asset&lt;/SPAN&gt;
&lt;SPAN&gt;Component&lt;/SPAN&gt;.&lt;SPAN&gt;InventorComponentInThisContext&lt;/SPAN&gt; _
({&lt;SPAN&gt;"Tube &amp;amp; Pipe Runs"&lt;/SPAN&gt;, &lt;SPAN&gt;"Run 01"&lt;/SPAN&gt;, &lt;SPAN&gt;"ASME B16.11 90 Deg Elbow Threaded - Class 3000 1/2:1"&lt;/SPAN&gt;}).&lt;SPAN&gt;Appearance&lt;/SPAN&gt; = &lt;SPAN&gt;oAsset&lt;/SPAN&gt;

&lt;SPAN&gt;oAsset&lt;/SPAN&gt; = &lt;SPAN&gt;ThisAssembly&lt;/SPAN&gt;.&lt;SPAN&gt;GetAppearanceAsset&lt;/SPAN&gt;(&lt;SPAN&gt;assetName&lt;/SPAN&gt; := &lt;SPAN&gt;"Blue"&lt;/SPAN&gt;).&lt;SPAN&gt;Asset&lt;/SPAN&gt;
&lt;SPAN&gt;Component&lt;/SPAN&gt;.&lt;SPAN&gt;InventorComponentInThisContext&lt;/SPAN&gt; _
({&lt;SPAN&gt;"Tube &amp;amp; Pipe Runs"&lt;/SPAN&gt;, &lt;SPAN&gt;"Run 02"&lt;/SPAN&gt;, &lt;SPAN&gt;"ASME B16.11 90 Deg Elbow Threaded - Class 3000 1/2:1"&lt;/SPAN&gt;}).&lt;SPAN&gt;Appearance&lt;/SPAN&gt; = &lt;SPAN&gt;oAsset&lt;/SPAN&gt;&lt;/PRE&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="Curtis_Waguespack_0-1717710891558.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1372989i94C65E0FF9241D26/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Curtis_Waguespack_0-1717710891558.png" alt="Curtis_Waguespack_0-1717710891558.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2024 21:54:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic-makepath-expression-not-working/m-p/12824119#M9485</guid>
      <dc:creator>Curtis_Waguespack</dc:creator>
      <dc:date>2024-06-06T21:54:52Z</dc:date>
    </item>
  </channel>
</rss>

