<?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: Reattach balloon through ilogic in Inventor Programming Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/reattach-balloon-through-ilogic/m-p/13296363#M2586</link>
    <description>&lt;P&gt;Hi Curtis,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your guidance. I will use this approach.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
    <pubDate>Mon, 03 Feb 2025 09:08:03 GMT</pubDate>
    <dc:creator>parth_moradiya</dc:creator>
    <dc:date>2025-02-03T09:08:03Z</dc:date>
    <item>
      <title>Reattach balloon through ilogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/reattach-balloon-through-ilogic/m-p/13290826#M2577</link>
      <description>&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I created a model configurator through ilogic. In drawing, I have already given the the balloon to a component. but when I change the model and that original; component suppressed and other component unsuppressed. but in drawing balloon also keep getting disappeared as component change. so, how do I reattach the balloon with ilogic when component change.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 14:55:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/reattach-balloon-through-ilogic/m-p/13290826#M2577</guid>
      <dc:creator>parth_moradiya</dc:creator>
      <dc:date>2025-01-30T14:55:34Z</dc:date>
    </item>
    <item>
      <title>Re: Reattach balloon through ilogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/reattach-balloon-through-ilogic/m-p/13290973#M2578</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/15356675"&gt;@parth_moradiya&lt;/a&gt;, there are 3 functions to help with this, they can be found in the snippets as shown.&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_0-1738252010037.png" style="width: 461px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1461075iED76BF55A5AC8155/image-dimensions/461x938?v=v2" width="461" height="938" role="button" title="Curtis_Waguespack_0-1738252010037.png" alt="Curtis_Waguespack_0-1738252010037.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;reference link:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.autodesk.com/view/INVNTOR/2025/ENU/?guid=GUID-89DC0590-BE14-47E6-B83A-0A8F5B2163AA" target="_blank" rel="noopener"&gt;Inventor 2025 Help | Drawing Functions Reference (iLogic) | Autodesk&lt;/A&gt;&lt;/P&gt;
&lt;H2 class="title sectiontitle"&gt;Balloon functions&lt;/H2&gt;
&lt;P class="p"&gt;Balloon functions for drawings are tied to a particular view.&lt;/P&gt;
&lt;DIV id="GUID-89DC0590-BE14-47E6-B83A-0A8F5B2163AA__WS73099CC142F4875539000486122982E6AA8-7450" class="section"&gt;
&lt;H3 class="title sectiontitle"&gt;Balloons.Reattach&lt;/H3&gt;
&lt;P class="p"&gt;For views of assembly documents, this function checks for unattached balloons in the view and attaches them to a component, if possible. The first choice is a component at the arrowhead location. If none is found, the closest eligible component without a balloon is used. &lt;STRONG&gt;If the balloon cannot be attached at this time, it is moved to a hidden layer&lt;/STRONG&gt;. The hidden layer is a layer created (if necessary) for this purpose.&lt;/P&gt;
&lt;P class="p"&gt;&amp;nbsp;&lt;/P&gt;
&lt;DIV id="GUID-89DC0590-BE14-47E6-B83A-0A8F5B2163AA__GUID-2D793DD1-E34F-4E0A-8267-218D03252041" class="note note"&gt;&lt;SPAN class="notetitle"&gt;Note:&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;This function requires that the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;STRONG id="GUID-89DC0590-BE14-47E6-B83A-0A8F5B2163AA__GUID-10F9DB40-F465-412B-8E6F-0EEB2FE20CFA" class="ph b"&gt;Preserve Orphaned Annotations&lt;/STRONG&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;option is set for the drawing (under Tools&lt;SPAN&gt;&amp;nbsp;&amp;gt;&lt;/SPAN&gt;Options&lt;SPAN&gt;&amp;nbsp; &amp;gt;&amp;nbsp;&lt;/SPAN&gt;Document Settings).&lt;/DIV&gt;
&lt;DIV class="note note"&gt;If this option is not set, the function sets it automatically.&lt;/DIV&gt;
&lt;/DIV&gt;
&lt;DIV id="GUID-89DC0590-BE14-47E6-B83A-0A8F5B2163AA__WS1A9193826455F5FF-1E1423D1125831BDA67-5CAC" class="section"&gt;
&lt;H3 class="title sectiontitle"&gt;Balloons.AttachToComponent(“componentName”)&lt;/H3&gt;
&lt;P class="p"&gt;Specifies a component that requires a balloon. The&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SAMP id="GUID-89DC0590-BE14-47E6-B83A-0A8F5B2163AA__GUID-5577A614-D069-49E6-BF8F-6B02397C50F2" class="ph codeph"&gt;componentName&lt;/SAMP&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;specifies a component occurrence, such as&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SAMP id="GUID-89DC0590-BE14-47E6-B83A-0A8F5B2163AA__GUID-9F219F03-308C-49C0-9ED8-EEEAB5347364" class="ph codeph"&gt;"Pin:1"&lt;/SAMP&gt;. When you use this function, balloons are only reattached to the components that you specify. If you do not use this function, balloons are reattached to any available component (unless disqualified by the&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SAMP id="GUID-89DC0590-BE14-47E6-B83A-0A8F5B2163AA__GUID-CF91425D-E1E2-4B23-BE00-7737EE7C7F3C" class="ph codeph"&gt;DoNotAttachToComponent&lt;/SAMP&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;function).&lt;/P&gt;
&lt;/DIV&gt;
&lt;DIV id="GUID-89DC0590-BE14-47E6-B83A-0A8F5B2163AA__WS73099CC142F4875539000486122982E6AA8-744F" class="section"&gt;
&lt;H3 class="title sectiontitle"&gt;Balloons.DoNotAttachToComponent(“componentName”)&lt;/H3&gt;
&lt;P class="p"&gt;Specifies a component that does not require a balloon. The&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SAMP id="GUID-89DC0590-BE14-47E6-B83A-0A8F5B2163AA__GUID-048082A9-BEC5-4CCD-A9F7-15F417FD4C43" class="ph codeph"&gt;componentName&lt;/SAMP&gt;&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;specifies a component occurrence, such as&lt;SPAN&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SAMP id="GUID-89DC0590-BE14-47E6-B83A-0A8F5B2163AA__GUID-4A5602AE-C424-43CC-AA80-27C074070B3F" class="ph codeph"&gt;"Pin:1".&lt;/SAMP&gt;&lt;/P&gt;
&lt;/DIV&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;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 15 Dec 2025 21:21:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/reattach-balloon-through-ilogic/m-p/13290973#M2578</guid>
      <dc:creator>Curtis_Waguespack</dc:creator>
      <dc:date>2025-12-15T21:21:25Z</dc:date>
    </item>
    <item>
      <title>Re: Reattach balloon through ilogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/reattach-balloon-through-ilogic/m-p/13291041#M2579</link>
      <description>&lt;P&gt;Hi Curis,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have used that snippets but it is not doing anything while running the rule. It is not attaching any balloons. Is there any thing that I need to keep in mind?&amp;nbsp;&lt;/P&gt;&lt;P&gt;If possible, can you show me little use like how that three of snippets will be used with short example?&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 16:16:39 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/reattach-balloon-through-ilogic/m-p/13291041#M2579</guid>
      <dc:creator>parth_moradiya</dc:creator>
      <dc:date>2025-01-30T16:16:39Z</dc:date>
    </item>
    <item>
      <title>Re: Reattach balloon through ilogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/reattach-balloon-through-ilogic/m-p/13291154#M2580</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/15356675"&gt;@parth_moradiya&lt;/a&gt;, be certain that the rule is referencing the correct view. That is a common issue I run into, where I forget the change the View name in the code, and it runs on View1 but the balloons are on another view.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But generally this will work&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_0-1738256331590.png" style="width: 300px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1461108iDEFBA151C6B8A7EE/image-size/small?v=v2&amp;amp;px=200" role="button" title="Curtis_Waguespack_0-1738256331590.png" alt="Curtis_Waguespack_0-1738256331590.png" /&gt;&lt;/span&gt;&amp;nbsp;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Curtis_Waguespack_1-1738256355185.png" style="width: 300px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1461109iB973A7675DC955C9/image-size/small?v=v2&amp;amp;px=200" role="button" title="Curtis_Waguespack_1-1738256355185.png" alt="Curtis_Waguespack_1-1738256355185.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN&gt;ActiveSheet&lt;/SPAN&gt;.&lt;SPAN&gt;View&lt;/SPAN&gt;(&lt;SPAN&gt;"&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;VIEW5&lt;/STRONG&gt;&lt;/FONT&gt;"&lt;/SPAN&gt;).&lt;SPAN&gt;Balloons&lt;/SPAN&gt;.&lt;SPAN&gt;Reattach&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-1738256396285.png" style="width: 300px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1461110iA2A64DA65F24A426/image-size/small?v=v2&amp;amp;px=200" role="button" title="Curtis_Waguespack_2-1738256396285.png" alt="Curtis_Waguespack_2-1738256396285.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;After running that function, are you seeing the balloon remain magenta colored, or does it just disappear?&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;</description>
      <pubDate>Thu, 30 Jan 2025 17:02:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/reattach-balloon-through-ilogic/m-p/13291154#M2580</guid>
      <dc:creator>Curtis_Waguespack</dc:creator>
      <dc:date>2025-01-30T17:02:31Z</dc:date>
    </item>
    <item>
      <title>Re: Reattach balloon through ilogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/reattach-balloon-through-ilogic/m-p/13291212#M2581</link>
      <description>&lt;P&gt;Hi Curtis,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Like You showed in pictures, when you changed wheel your balloon staying in magenta colour but in my case balloon is just disappearing while component change.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to make it reappear somehow. In part list item number is same but balloon is being completely disappear.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 17:22:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/reattach-balloon-through-ilogic/m-p/13291212#M2581</guid>
      <dc:creator>parth_moradiya</dc:creator>
      <dc:date>2025-01-30T17:22:22Z</dc:date>
    </item>
    <item>
      <title>Re: Reattach balloon through ilogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/reattach-balloon-through-ilogic/m-p/13291373#M2582</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/15356675"&gt;@parth_moradiya&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Ensure the &lt;STRONG id="GUID-89DC0590-BE14-47E6-B83A-0A8F5B2163AA__GUID-10F9DB40-F465-412B-8E6F-0EEB2FE20CFA" class="ph b"&gt;Preserve Orphaned Annotations&amp;nbsp;&lt;/STRONG&gt;option is on:&amp;nbsp;&lt;SPAN&gt;Tools&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp;&amp;gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Options&lt;/SPAN&gt;&lt;SPAN&gt;&amp;nbsp; &amp;gt;&amp;nbsp;&lt;/SPAN&gt;&lt;SPAN&gt;Document Settings&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Curtis_Waguespack_0-1738261372919.png" style="width: 300px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1461153i0550B44A3645516A/image-size/small?v=v2&amp;amp;px=200" role="button" title="Curtis_Waguespack_0-1738261372919.png" alt="Curtis_Waguespack_0-1738261372919.png" /&gt;&lt;/span&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;Once that is turned on do you now see the balloon stay visible and colored magenta when changing the model?&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;If so does running this (with the correct view name) reattach it?&lt;/SPAN&gt;&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN&gt;ActiveSheet&lt;/SPAN&gt;.&lt;SPAN&gt;View&lt;/SPAN&gt;(&lt;SPAN&gt;"&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;VIEW5&lt;/STRONG&gt;&lt;/FONT&gt;"&lt;/SPAN&gt;).&lt;SPAN&gt;Balloons&lt;/SPAN&gt;.&lt;SPAN&gt;Reattach&lt;/SPAN&gt;&lt;/PRE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If not, check the layers for a layer called something like "X iLogicHidden Symbol". This layer is created and turned off when a balloon can not be reattached.&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_0-1738262089766.png" style="width: 300px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1461160i39228F52C6B0FF9F/image-size/small?v=v2&amp;amp;px=200" role="button" title="Curtis_Waguespack_0-1738262089766.png" alt="Curtis_Waguespack_0-1738262089766.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, 30 Jan 2025 18:46:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/reattach-balloon-through-ilogic/m-p/13291373#M2582</guid>
      <dc:creator>Curtis_Waguespack</dc:creator>
      <dc:date>2025-01-30T18:46:11Z</dc:date>
    </item>
    <item>
      <title>Re: Reattach balloon through ilogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/reattach-balloon-through-ilogic/m-p/13291569#M2583</link>
      <description>&lt;P&gt;Hi Curtis&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;it is working now&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;thank you very much.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Jan 2025 20:27:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/reattach-balloon-through-ilogic/m-p/13291569#M2583</guid>
      <dc:creator>parth_moradiya</dc:creator>
      <dc:date>2025-01-30T20:27:06Z</dc:date>
    </item>
    <item>
      <title>Re: Reattach balloon through ilogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/reattach-balloon-through-ilogic/m-p/13292714#M2584</link>
      <description>&lt;P&gt;Hi Curtis,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Some time balloon is reattaching to nearby components resulting in different number.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What if we uncheck&amp;nbsp;&amp;nbsp;&lt;STRONG&gt;Preserve Orphaned Annotations option &lt;/STRONG&gt;which will result in disappearing of balloon and then again include balloon with specific component with below snippet.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&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;Balloons&lt;/SPAN&gt;.&lt;SPAN&gt;AttachToComponent&lt;/SPAN&gt;(&lt;SPAN&gt;"Pin:1"&lt;/SPAN&gt;)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But the problem is when I use this snippet with component name for example 000842:1, it is not including balloon for that component in drawing.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this the right method to use above snippet or I need to use it any other way.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 31 Jan 2025 11:21:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/reattach-balloon-through-ilogic/m-p/13292714#M2584</guid>
      <dc:creator>parth_moradiya</dc:creator>
      <dc:date>2025-01-31T11:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: Reattach balloon through ilogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/reattach-balloon-through-ilogic/m-p/13293530#M2585</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/15356675"&gt;@parth_moradiya&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;But the problem is when I use this snippet with component name for example 000842:1, it is not including balloon for that component in drawing.&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/15356675"&gt;@parth_moradiya&lt;/a&gt;,&amp;nbsp;is the balloon for 000842:1 ending up on the layer described in my last post? If that is the case then that is the indicating that it can not find suitable geometry to attach to.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Having said that, and explored your current approach, let me say that I have moved away from using these iLogic functions, and have just started to use and recommend the Balloons.Add function. I find this to be a more reliable approach overall.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;See the attached 2022 file set to explore this.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope this helps,&lt;BR /&gt;Curtis&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-1738348275859.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1461623i4D695F060369F2F3/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Curtis_Waguespack_2-1738348275859.png" alt="Curtis_Waguespack_2-1738348275859.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-CODE lang="visual-basic"&gt;Dim Sheet_1 = ThisDrawing.Sheets.ItemByName("Sheet:1")
Dim VIEW1 = Sheet_1.DrawingViews.ItemByName("VIEW1")
Dim Pt1 = VIEW1.SheetPoint(1.4, 0.4)
Dim Face = VIEW1.GetIntent("BBBB", "Face1", intent := PointIntentEnum.kMidPointIntent , nearPoint := Pt1)

Dim balloon1 = Sheet_1.Balloons.Add("ComponentA:1 balloon", {Pt1}, Face)
&lt;/LI-CODE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;open the assembly and run the rule, then go to the drawing and run the rule to see it update the balloon&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_0-1738348193543.png" style="width: 300px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1461621i22D1610EFFC621EC/image-size/small?v=v2&amp;amp;px=200" role="button" title="Curtis_Waguespack_0-1738348193543.png" alt="Curtis_Waguespack_0-1738348193543.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="Curtis_Waguespack_1-1738348231920.png" style="width: 300px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1461622iC7589E6A10E0521E/image-size/small?v=v2&amp;amp;px=200" role="button" title="Curtis_Waguespack_1-1738348231920.png" alt="Curtis_Waguespack_1-1738348231920.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>Fri, 31 Jan 2025 18:52:32 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/reattach-balloon-through-ilogic/m-p/13293530#M2585</guid>
      <dc:creator>Curtis_Waguespack</dc:creator>
      <dc:date>2025-01-31T18:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: Reattach balloon through ilogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/reattach-balloon-through-ilogic/m-p/13296363#M2586</link>
      <description>&lt;P&gt;Hi Curtis,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your guidance. I will use this approach.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Feb 2025 09:08:03 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/reattach-balloon-through-ilogic/m-p/13296363#M2586</guid>
      <dc:creator>parth_moradiya</dc:creator>
      <dc:date>2025-02-03T09:08:03Z</dc:date>
    </item>
    <item>
      <title>Re: Reattach balloon through ilogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/reattach-balloon-through-ilogic/m-p/13298821#M2587</link>
      <description>&lt;P&gt;Hi Curtis,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This code working fine with part and entity in it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But what if it is sub assembly and there is a part in it and named entity in it. (main assembly, subassembly, part, entity)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;SPAN&gt;Dim&lt;/SPAN&gt; &lt;SPAN&gt;Face&lt;/SPAN&gt; = &lt;SPAN&gt;VIEW1&lt;/SPAN&gt;.&lt;SPAN&gt;GetIntent&lt;/SPAN&gt;(&lt;SPAN&gt;"Assembly1:1:Part1:1"&lt;/SPAN&gt;, &lt;SPAN&gt;"Face0"&lt;/SPAN&gt;, &lt;SPAN&gt;intent&lt;/SPAN&gt; := &lt;SPAN&gt;PointIntentEnum&lt;/SPAN&gt;.&lt;SPAN&gt;kMidPointIntent&lt;/SPAN&gt; , &lt;SPAN&gt;nearPoint&lt;/SPAN&gt; := &lt;SPAN&gt;Pt1&lt;/SPAN&gt;)&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am using this code line but it says component not found.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is this the right way or any otherway?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2025 12:37:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/reattach-balloon-through-ilogic/m-p/13298821#M2587</guid>
      <dc:creator>parth_moradiya</dc:creator>
      <dc:date>2025-02-04T12:37:47Z</dc:date>
    </item>
    <item>
      <title>Re: Reattach balloon through ilogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/reattach-balloon-through-ilogic/m-p/13298897#M2588</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/15356675"&gt;@parth_moradiya&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good question. You can extract the syntax needed from your drawing by right clicking on the drawing curve as shown and choosing &lt;STRONG&gt;iLogic&lt;/STRONG&gt; &amp;gt; &lt;STRONG&gt;Capture Current State&lt;/STRONG&gt;&lt;/P&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_1-1738674960695.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1462515i3836506AEF19F37C/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Curtis_Waguespack_1-1738674960695.png" alt="Curtis_Waguespack_1-1738674960695.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This will result in a Code Clipboard with the code needed to get that geometry intent object from the nested component&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You can then click the OK button and go to the rule and right click in the rule and choose Paste. The important bit is that use of the curly brackets to indicated a string array is being passed in, that includes that MakePath down to the part using commas as separators, as shown.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;PRE&gt;&lt;SPAN&gt;Dim&lt;/SPAN&gt; &lt;SPAN&gt;Face&lt;/SPAN&gt; = &lt;SPAN&gt;VIEW1&lt;/SPAN&gt;.&lt;SPAN&gt;GetIntent&lt;/SPAN&gt;(&lt;FONT color="#0000FF"&gt;&lt;STRONG&gt;{"Sub1:1", "BBBB"}&lt;/STRONG&gt;&lt;/FONT&gt;, &lt;SPAN&gt;"Face1"&lt;/SPAN&gt;, &lt;SPAN&gt;intent&lt;/SPAN&gt; := &lt;SPAN&gt;PointIntentEnum&lt;/SPAN&gt;.&lt;SPAN&gt;kMidPointIntent&lt;/SPAN&gt; , &lt;SPAN&gt;nearPoint&lt;/SPAN&gt; := &lt;SPAN&gt;Pt1&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_2-1738675073448.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1462516i34A342C51D0607C0/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Curtis_Waguespack_2-1738675073448.png" alt="Curtis_Waguespack_2-1738675073448.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Running the rule will give you different results based on the sub assemblies BOM structure. If the sub's BOM structure is Normal the balloon will reference the sub assembly, if the sub is Reference, the balloon will reference the part.&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_0-1738674902752.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1462514i1F2FCCE39DF4C518/image-size/medium?v=v2&amp;amp;px=400" role="button" title="Curtis_Waguespack_0-1738674902752.png" alt="Curtis_Waguespack_0-1738674902752.png" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hope that helps,&lt;/P&gt;
&lt;P&gt;Curtis&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2025 14:16:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/reattach-balloon-through-ilogic/m-p/13298897#M2588</guid>
      <dc:creator>Curtis_Waguespack</dc:creator>
      <dc:date>2025-02-04T14:16:11Z</dc:date>
    </item>
    <item>
      <title>Re: Reattach balloon through ilogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/reattach-balloon-through-ilogic/m-p/13298926#M2589</link>
      <description>&lt;P&gt;Hi Curtis,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you. It is working now.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Feb 2025 13:34:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/reattach-balloon-through-ilogic/m-p/13298926#M2589</guid>
      <dc:creator>parth_moradiya</dc:creator>
      <dc:date>2025-02-04T13:34:52Z</dc:date>
    </item>
  </channel>
</rss>

