<?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: Is there any event I can use to capture ng insertion of components into assembly? in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/is-there-any-event-i-can-use-to-capture-ng-insertion-of/m-p/10624340#M128925</link>
    <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/10971957"&gt;@jmacapagal2CD9H&lt;/a&gt;.&amp;nbsp; I don't think there is currently an event for that specific action that we have access to through the API right now.&amp;nbsp; We have events for &lt;A href="https://help.autodesk.com/view/INVNTOR/2021/ENU/?guid=GUID-653479CE-850B-4597-8B1A-75907DA3446B" target="_blank" rel="noopener"&gt;OnNewOccurrence&lt;/A&gt;, &lt;A href="https://help.autodesk.com/view/INVNTOR/2021/ENU/?guid=GUID-9BACC949-9518-4060-9E11-822841384559" target="_blank" rel="noopener"&gt;OnOccurrenceChange&lt;/A&gt;, and &lt;A href="https://help.autodesk.com/view/INVNTOR/2021/ENU/?guid=GUID-F256CA0F-AB52-4EFE-B24A-68FEC904EF45" target="_blank" rel="noopener"&gt;OnAssemblyChange&lt;/A&gt;, but none of those are specifically for when you 'insert/place' or 'add' a component to an assembly.&amp;nbsp; I believe the OnNew event is just for when you 'create a component' using the tool for that, so I don't think it gets fired when you just insert/place a component into the assembly.&amp;nbsp; Even the two events listed in the Event Triggers dialog related to assembly components are just for 'change' events, not insert/add.&amp;nbsp; I would think that the OnAssemblyChange one would be fired by this event (but would also likely be fired/triggered by other types of assembly related events).&amp;nbsp; And the online documentation for using that event handler code doesn't explain what to expect within its 'Context' parameter.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this solved your problem, or answered your question, please click &lt;SPAN style="background-color: green; color: white;"&gt;&lt;STRONG&gt;ACCEPT SOLUTION&lt;/STRONG&gt;&lt;/SPAN&gt;.&lt;BR /&gt;Or, if this helped you, please click (LIKE or KUDOS) &lt;SPAN&gt;&lt;img class="lia-deferred-image lia-image-emoji" src="https://forums.autodesk.com/html/@7401B55A0A518861312A0F851CD29320/emoticons/1f44d.png" alt=":thumbs_up:" title=":thumbs_up:" /&gt;&lt;/SPAN&gt;.&lt;/P&gt;
&lt;P&gt;If you want and have time, I would appreciate your Vote(s) for &lt;A href="https://forums.autodesk.com/t5/forums/recentpostspage/post-type/message/interaction-style/idea/user-id/7812054/" target="_blank"&gt;My IDEAS &lt;SPAN&gt;&lt;img class="lia-deferred-image lia-image-emoji" src="https://forums.autodesk.com/html/@B166FEBB95D67CFA84899D32D8E17FC1/emoticons/1f4a1.png" alt=":light_bulb:" title=":light_bulb:" /&gt;&lt;/SPAN&gt;&lt;/A&gt;or you can Explore &lt;A href="https://knowledge.autodesk.com/profile/LTSUSR7HXMSAE/articles" target="_blank"&gt;My CONTRIBUTIONS &lt;/A&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 15 Sep 2021 14:02:37 GMT</pubDate>
    <dc:creator>WCrihfield</dc:creator>
    <dc:date>2021-09-15T14:02:37Z</dc:date>
    <item>
      <title>Is there any event I can use to capture ng insertion of components into assembly?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/is-there-any-event-i-can-use-to-capture-ng-insertion-of/m-p/10623525#M128907</link>
      <description>&lt;P&gt;I just want to make sure before I insert or copy components in my assembly, the components to be copied must be save.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Sep 2021 08:22:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/is-there-any-event-i-can-use-to-capture-ng-insertion-of/m-p/10623525#M128907</guid>
      <dc:creator>jmacapagal2CD9H</dc:creator>
      <dc:date>2021-09-15T08:22:52Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any event I can use to capture ng insertion of components into assembly?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/is-there-any-event-i-can-use-to-capture-ng-insertion-of/m-p/10624340#M128925</link>
      <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/10971957"&gt;@jmacapagal2CD9H&lt;/a&gt;.&amp;nbsp; I don't think there is currently an event for that specific action that we have access to through the API right now.&amp;nbsp; We have events for &lt;A href="https://help.autodesk.com/view/INVNTOR/2021/ENU/?guid=GUID-653479CE-850B-4597-8B1A-75907DA3446B" target="_blank" rel="noopener"&gt;OnNewOccurrence&lt;/A&gt;, &lt;A href="https://help.autodesk.com/view/INVNTOR/2021/ENU/?guid=GUID-9BACC949-9518-4060-9E11-822841384559" target="_blank" rel="noopener"&gt;OnOccurrenceChange&lt;/A&gt;, and &lt;A href="https://help.autodesk.com/view/INVNTOR/2021/ENU/?guid=GUID-F256CA0F-AB52-4EFE-B24A-68FEC904EF45" target="_blank" rel="noopener"&gt;OnAssemblyChange&lt;/A&gt;, but none of those are specifically for when you 'insert/place' or 'add' a component to an assembly.&amp;nbsp; I believe the OnNew event is just for when you 'create a component' using the tool for that, so I don't think it gets fired when you just insert/place a component into the assembly.&amp;nbsp; Even the two events listed in the Event Triggers dialog related to assembly components are just for 'change' events, not insert/add.&amp;nbsp; I would think that the OnAssemblyChange one would be fired by this event (but would also likely be fired/triggered by other types of assembly related events).&amp;nbsp; And the online documentation for using that event handler code doesn't explain what to expect within its 'Context' parameter.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If this solved your problem, or answered your question, please click &lt;SPAN style="background-color: green; color: white;"&gt;&lt;STRONG&gt;ACCEPT SOLUTION&lt;/STRONG&gt;&lt;/SPAN&gt;.&lt;BR /&gt;Or, if this helped you, please click (LIKE or KUDOS) &lt;SPAN&gt;&lt;img class="lia-deferred-image lia-image-emoji" src="https://forums.autodesk.com/html/@7401B55A0A518861312A0F851CD29320/emoticons/1f44d.png" alt=":thumbs_up:" title=":thumbs_up:" /&gt;&lt;/SPAN&gt;.&lt;/P&gt;
&lt;P&gt;If you want and have time, I would appreciate your Vote(s) for &lt;A href="https://forums.autodesk.com/t5/forums/recentpostspage/post-type/message/interaction-style/idea/user-id/7812054/" target="_blank"&gt;My IDEAS &lt;SPAN&gt;&lt;img class="lia-deferred-image lia-image-emoji" src="https://forums.autodesk.com/html/@B166FEBB95D67CFA84899D32D8E17FC1/emoticons/1f4a1.png" alt=":light_bulb:" title=":light_bulb:" /&gt;&lt;/SPAN&gt;&lt;/A&gt;or you can Explore &lt;A href="https://knowledge.autodesk.com/profile/LTSUSR7HXMSAE/articles" target="_blank"&gt;My CONTRIBUTIONS &lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Sep 2021 14:02:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/is-there-any-event-i-can-use-to-capture-ng-insertion-of/m-p/10624340#M128925</guid>
      <dc:creator>WCrihfield</dc:creator>
      <dc:date>2021-09-15T14:02:37Z</dc:date>
    </item>
    <item>
      <title>Re: Is there any event I can use to capture ng insertion of components into assembly?</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/is-there-any-event-i-can-use-to-capture-ng-insertion-of/m-p/10628793#M129002</link>
      <description>&lt;P&gt;This might help! Thanks man.&lt;/P&gt;</description>
      <pubDate>Fri, 17 Sep 2021 07:01:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/is-there-any-event-i-can-use-to-capture-ng-insertion-of/m-p/10628793#M129002</guid>
      <dc:creator>jmacapagal2CD9H</dc:creator>
      <dc:date>2021-09-17T07:01:01Z</dc:date>
    </item>
  </channel>
</rss>

