<?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 in Inventor Programming - iLogic, Macros, AddIns &amp; Apprentice</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic/m-p/6371047#M135711</link>
    <description>&lt;P&gt;Could you do a "tabulated drawing" so you only need 1 drawing to apply to ALL parts?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Something like this&amp;nbsp;&lt;A href="http://www.cadalyst.com/files/cadalyst/nodes/2008/11176/0208SolidEdge1.jpg" target="_blank"&gt;http://www.cadalyst.com/files/cadalyst/nodes/2008/11176/0208SolidEdge1.jpg&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 07 Jun 2016 18:58:47 GMT</pubDate>
    <dc:creator>mcgyvr</dc:creator>
    <dc:date>2016-06-07T18:58:47Z</dc:date>
    <item>
      <title>iLogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic/m-p/6370998#M135710</link>
      <description>&lt;P&gt;So I've created an ipt file that uses iLogic to automate the design of the part I want to make. With each part, I also need to generate a drawing, so I was wondering if there is some sort of coding in iLogic that I can put in a rule to run whenever I want to generate a drawing from the part I have. The placement of the dimensions and types of views are always the same, so if the drawing could automate those as well that would be awesome.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I've researched this already, but all the solutions I've found utilize imports, and I don't know how to access those libraries. So, if there's a way around that I'd like to know, and if not then how do you utilize imports?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2016 18:43:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic/m-p/6370998#M135710</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-07T18:43:49Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic/m-p/6371047#M135711</link>
      <description>&lt;P&gt;Could you do a "tabulated drawing" so you only need 1 drawing to apply to ALL parts?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Something like this&amp;nbsp;&lt;A href="http://www.cadalyst.com/files/cadalyst/nodes/2008/11176/0208SolidEdge1.jpg" target="_blank"&gt;http://www.cadalyst.com/files/cadalyst/nodes/2008/11176/0208SolidEdge1.jpg&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2016 18:58:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic/m-p/6371047#M135711</guid>
      <dc:creator>mcgyvr</dc:creator>
      <dc:date>2016-06-07T18:58:47Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic/m-p/6371077#M135712</link>
      <description>&lt;P&gt;If you have an existing part and drawing already created in the same workspace, I have some code that will do that for you.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Essentially it performs a Save Copy As for both the part and the drawing and then uses the Replace Model Reference to switch out the model reference in the drawing to the new file. &amp;nbsp;This code would not work if the drawing does not already exist.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Is that scenario acceptable?&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2016 19:13:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic/m-p/6371077#M135712</guid>
      <dc:creator>mflayler</dc:creator>
      <dc:date>2016-06-07T19:13:55Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic/m-p/6371087#M135713</link>
      <description>That would work. I was hoping that I could come up with something that would work even if the drawing doesn't already exist, but that's not absolutely crucial. Thanks for you help!</description>
      <pubDate>Tue, 07 Jun 2016 19:16:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic/m-p/6371087#M135713</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-06-07T19:16:42Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic/m-p/6371201#M135714</link>
      <description>&lt;P&gt;Here is the information on the code I have...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://blogs.rand.com/manufacturing/2016/06/ilogic-inventor-enhanced-save-as.html" target="_self"&gt;http://blogs.rand.com/manufacturing/2016/06/ilogic-inventor-enhanced-save-as.html&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Disclaimer...I didn't write it, but i slightly modified it.&lt;/P&gt;</description>
      <pubDate>Tue, 07 Jun 2016 20:04:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic/m-p/6371201#M135714</guid>
      <dc:creator>mflayler</dc:creator>
      <dc:date>2016-06-07T20:04:11Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic/m-p/11015702#M135715</link>
      <description>&lt;P&gt;Please help me&lt;/P&gt;&lt;P&gt;Link:&amp;nbsp;&lt;A href="https://forums.autodesk.com/t5/inventor-forum/vba-ilogic-rule-to-rename-model-parameter-names/td-p/11015699" target="_blank"&gt;https://forums.autodesk.com/t5/inventor-forum/vba-ilogic-rule-to-rename-model-parameter-names/td-p/11015699&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 19 Mar 2022 09:55:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-ilogic/ilogic/m-p/11015702#M135715</guid>
      <dc:creator>bionorica2015</dc:creator>
      <dc:date>2022-03-19T09:55:43Z</dc:date>
    </item>
  </channel>
</rss>

