<?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 Open an ipt from iam using ilogic in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/open-an-ipt-from-iam-using-ilogic/m-p/5863460#M59171</link>
    <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to open a part from within an open assembly using ilogic? I have a master assembly that when opened notifies the designer that a "Save As" is to be perform and when the message box is closed the "Save As" file dialog box opens to allow the designer to enter the new assembly number and then click save. What I would like to happen is once the file dialog box closes after the save button is clicked, a specified part within the&amp;nbsp;new assembly is opened in a new window, same as going to the part within the assembly and "right click open".&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;Scott&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Thu, 15 Oct 2015 17:51:45 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-10-15T17:51:45Z</dc:date>
    <item>
      <title>Open an ipt from iam using ilogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/open-an-ipt-from-iam-using-ilogic/m-p/5863460#M59171</link>
      <description>&lt;P&gt;Hello all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is it possible to open a part from within an open assembly using ilogic? I have a master assembly that when opened notifies the designer that a "Save As" is to be perform and when the message box is closed the "Save As" file dialog box opens to allow the designer to enter the new assembly number and then click save. What I would like to happen is once the file dialog box closes after the save button is clicked, a specified part within the&amp;nbsp;new assembly is opened in a new window, same as going to the part within the assembly and "right click open".&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;Scott&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 15 Oct 2015 17:51:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/open-an-ipt-from-iam-using-ilogic/m-p/5863460#M59171</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-15T17:51:45Z</dc:date>
    </item>
    <item>
      <title>Re: Open an ipt from iam using ilogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/open-an-ipt-from-iam-using-ilogic/m-p/5864533#M59192</link>
      <description>&lt;P&gt;From my previous request I added:&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;ThisDoc.Launch("C:\My Eng Data\Workspace\Derived Assembly\MASTER_TANK_BASIN_SHELL.ipt")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;Which works, but I am looking for a way to have iLogic&amp;nbsp;start with the first ipt in the assembly&amp;nbsp;and open the&amp;nbsp;ipt from it's&amp;nbsp;directory then , save as, close and then go to the next ipt in the assembly and repeat the process through the assembly.&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;Scott&lt;/P&gt;</description>
      <pubDate>Fri, 16 Oct 2015 11:59:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/open-an-ipt-from-iam-using-ilogic/m-p/5864533#M59192</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-10-16T11:59:10Z</dc:date>
    </item>
    <item>
      <title>Re: Open an ipt from iam using ilogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/open-an-ipt-from-iam-using-ilogic/m-p/5864669#M59196</link>
      <description>&lt;P&gt;Dim oDoc As Document&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For Each oDoc in ThisApplication.ActiveDocument.AllReferencedDocuments&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; ThisApplication.Documents.Open(oDoc.FullFileName, True) 'True is visible, false for invisible&lt;/P&gt;&lt;P&gt;&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; MsgBox("Look at this document! Just look at it!")&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Next&lt;/P&gt;</description>
      <pubDate>Fri, 16 Oct 2015 13:14:59 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/open-an-ipt-from-iam-using-ilogic/m-p/5864669#M59196</guid>
      <dc:creator>MechMachineMan</dc:creator>
      <dc:date>2015-10-16T13:14:59Z</dc:date>
    </item>
  </channel>
</rss>

