<?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: Tube &amp;amp; Pipe Automation in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/tube-amp-pipe-automation/m-p/13069690#M172596</link>
    <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/15467240"&gt;@niranjan_addagatla&lt;/a&gt;.&amp;nbsp; I honestly do not use the Tube &amp;amp; Pipe tools (so far) where I work, but I do know that they those tools are added to Inventor as an add-in (&lt;A href="https://help.autodesk.com/view/INVNTOR/2024/ENU/?guid=GUID-ApplicationAddIn" target="_blank" rel="noopener"&gt;ApplicationAddIn&lt;/A&gt;), not as part of the main/core Inventor application.&amp;nbsp; As far as I know, the only way to get into those tools is through an&amp;nbsp;&lt;A href="https://help.autodesk.com/view/INVNTOR/2024/ENU/?guid=GUID-AssemblyDocument" target="_blank" rel="noopener"&gt;AssemblyDocument&lt;/A&gt;&amp;nbsp;(not through a part or drawing), and then through its&amp;nbsp;&lt;A href="https://help.autodesk.com/view/INVNTOR/2024/ENU/?guid=GUID-AssemblyComponentDefinition" target="_blank" rel="noopener"&gt;AssemblyComponentDefinition&lt;/A&gt;&amp;nbsp;using its&amp;nbsp;&lt;A href="https://help.autodesk.com/view/INVNTOR/2024/ENU/?guid=AssemblyComponentDefinition_BIMComponent" target="_blank" rel="noopener"&gt;AssemblyComponentDefinition.BIMComponent&lt;/A&gt;&amp;nbsp;property, as the entry way.&amp;nbsp; That property returns a &lt;A href="https://help.autodesk.com/view/INVNTOR/2024/ENU/?guid=GUID-BIMComponent" target="_blank" rel="noopener"&gt;BIMComponent&lt;/A&gt; object.&amp;nbsp; Then you just keep digging deeper from there.&amp;nbsp; This same area is also used for the 'Cable &amp;amp; Harness' stuff also.&amp;nbsp; Because, when you go to the Tools tab, then click on the Add-Ins button (in the Options panel), then while the Applications tab is active, scroll down to where you see "Routed Systems: Cable &amp;amp; Harness" and&amp;nbsp;"Routed Systems: Tube &amp;amp; Pipe".&amp;nbsp; Both their names start with "Routed Systems", even though both show a different DLL file in the 'Location' box.&amp;nbsp; I do not know if those two add-ins have their own 'API' (automation access for users), like the iLogic add-in does, but I highly doubt it.&lt;/P&gt;</description>
    <pubDate>Mon, 07 Oct 2024 16:50:16 GMT</pubDate>
    <dc:creator>WCrihfield</dc:creator>
    <dc:date>2024-10-07T16:50:16Z</dc:date>
    <item>
      <title>Tube &amp; Pipe Automation</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/tube-amp-pipe-automation/m-p/13069451#M172593</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;I am trying to automate the Tube &amp;amp; Pipe but I couldn't find the API. Could anyone help me to customize Tube &amp;amp; Pipe tool with vb.net.&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2024 15:09:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/tube-amp-pipe-automation/m-p/13069451#M172593</guid>
      <dc:creator>niranjan_addagatla</dc:creator>
      <dc:date>2024-10-07T15:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: Tube &amp; Pipe Automation</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/tube-amp-pipe-automation/m-p/13069690#M172596</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/15467240"&gt;@niranjan_addagatla&lt;/a&gt;.&amp;nbsp; I honestly do not use the Tube &amp;amp; Pipe tools (so far) where I work, but I do know that they those tools are added to Inventor as an add-in (&lt;A href="https://help.autodesk.com/view/INVNTOR/2024/ENU/?guid=GUID-ApplicationAddIn" target="_blank" rel="noopener"&gt;ApplicationAddIn&lt;/A&gt;), not as part of the main/core Inventor application.&amp;nbsp; As far as I know, the only way to get into those tools is through an&amp;nbsp;&lt;A href="https://help.autodesk.com/view/INVNTOR/2024/ENU/?guid=GUID-AssemblyDocument" target="_blank" rel="noopener"&gt;AssemblyDocument&lt;/A&gt;&amp;nbsp;(not through a part or drawing), and then through its&amp;nbsp;&lt;A href="https://help.autodesk.com/view/INVNTOR/2024/ENU/?guid=GUID-AssemblyComponentDefinition" target="_blank" rel="noopener"&gt;AssemblyComponentDefinition&lt;/A&gt;&amp;nbsp;using its&amp;nbsp;&lt;A href="https://help.autodesk.com/view/INVNTOR/2024/ENU/?guid=AssemblyComponentDefinition_BIMComponent" target="_blank" rel="noopener"&gt;AssemblyComponentDefinition.BIMComponent&lt;/A&gt;&amp;nbsp;property, as the entry way.&amp;nbsp; That property returns a &lt;A href="https://help.autodesk.com/view/INVNTOR/2024/ENU/?guid=GUID-BIMComponent" target="_blank" rel="noopener"&gt;BIMComponent&lt;/A&gt; object.&amp;nbsp; Then you just keep digging deeper from there.&amp;nbsp; This same area is also used for the 'Cable &amp;amp; Harness' stuff also.&amp;nbsp; Because, when you go to the Tools tab, then click on the Add-Ins button (in the Options panel), then while the Applications tab is active, scroll down to where you see "Routed Systems: Cable &amp;amp; Harness" and&amp;nbsp;"Routed Systems: Tube &amp;amp; Pipe".&amp;nbsp; Both their names start with "Routed Systems", even though both show a different DLL file in the 'Location' box.&amp;nbsp; I do not know if those two add-ins have their own 'API' (automation access for users), like the iLogic add-in does, but I highly doubt it.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Oct 2024 16:50:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/tube-amp-pipe-automation/m-p/13069690#M172596</guid>
      <dc:creator>WCrihfield</dc:creator>
      <dc:date>2024-10-07T16:50:16Z</dc:date>
    </item>
    <item>
      <title>Re: Tube &amp; Pipe Automation</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/tube-amp-pipe-automation/m-p/13071170#M172620</link>
      <description>&lt;P&gt;Thanks for the response, valuable information and your time.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2024 09:39:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/tube-amp-pipe-automation/m-p/13071170#M172620</guid>
      <dc:creator>niranjan_addagatla</dc:creator>
      <dc:date>2024-10-08T09:39:28Z</dc:date>
    </item>
    <item>
      <title>Re: Tube &amp; Pipe Automation</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/tube-amp-pipe-automation/m-p/13071174#M172621</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/7812054"&gt;@WCrihfield&lt;/a&gt;, Thanks for the response, valuable information and your time.&lt;/P&gt;</description>
      <pubDate>Tue, 08 Oct 2024 09:40:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/tube-amp-pipe-automation/m-p/13071174#M172621</guid>
      <dc:creator>niranjan_addagatla</dc:creator>
      <dc:date>2024-10-08T09:40:15Z</dc:date>
    </item>
    <item>
      <title>Re: Tube &amp; Pipe Automation</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/tube-amp-pipe-automation/m-p/13073012#M172674</link>
      <description>&lt;P&gt;Hi &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/15467240"&gt;@niranjan_addagatla&lt;/a&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As &lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/7812054"&gt;@WCrihfield&lt;/a&gt;&amp;nbsp;suggests the API does not exist. So you won't be able to automate the core functions but you can do little bits using the command buttons and send keys. An example would be to import the styles, works 75 % except for a final load requiring a manual access to the dialog. Another example would be to partually preset authoring data to eliminate the manual steps.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What are the keys things you were looking to automate?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 09 Oct 2024 01:47:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/tube-amp-pipe-automation/m-p/13073012#M172674</guid>
      <dc:creator>A.Acheson</dc:creator>
      <dc:date>2024-10-09T01:47:14Z</dc:date>
    </item>
  </channel>
</rss>

