<?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: Check if Part Exists when Parameter Changes Then Create and Replace in Inventor Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-forum/ilogic-check-if-part-exists-when-parameter-changes-then-create/m-p/6724045#M299328</link>
    <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to avoid using iPart unless I publish one to content center. I just seem to have a lot of unexpected issues with them down the road. I can try this out on a simple model to see how it might work though.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If there was a different method, that would be idea.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your input!&lt;/P&gt;</description>
    <pubDate>Fri, 02 Dec 2016 14:05:21 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2016-12-02T14:05:21Z</dc:date>
    <item>
      <title>iLogic: Check if Part Exists when Parameter Changes Then Create and Replace</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/ilogic-check-if-part-exists-when-parameter-changes-then-create/m-p/6722685#M299326</link>
      <description>&lt;P&gt;I am trying to create a rule that checks to see if a&amp;nbsp;PART already exists when a parameter changes, and if it does then replace component with that part. And if it does not exist, create a new part and replace.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Basically, I have an iLogic FORM that changes the radius of several parts in a pressure vessel system. I need to have new parts created&amp;nbsp;with&amp;nbsp;new part numbers because it is a new part when the parameter (radius) changes. &amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have been stuck on this huge roadblock for a while and could use some suggestions. Currently, I am creating a "master" model that replaces parts with a selected part from the FORM. I also want to make it easy for the outer diameter to be customized at all times with the components that connect to that parameter. With this combination, I think I can create a pretty powerful model.&lt;/P&gt;</description>
      <pubDate>Thu, 01 Dec 2016 21:18:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/ilogic-check-if-part-exists-when-parameter-changes-then-create/m-p/6722685#M299326</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-01T21:18:44Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic: Check if Part Exists when Parameter Changes Then Create and Replace</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/ilogic-check-if-part-exists-when-parameter-changes-then-create/m-p/6723264#M299327</link>
      <description>&lt;P&gt;Hi! I not an iLogic expert but I think you might need a combination of iLogic rule and iPart. Essentially, the iPart has pre-defined sizes. iLogic rule simply detect whether a part exists. If it does not, simply find the appropriate size on the iPart table and insert the iPart member. Does it make sense?&lt;/P&gt;
&lt;P&gt;Many thanks!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Dec 2016 04:01:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/ilogic-check-if-part-exists-when-parameter-changes-then-create/m-p/6723264#M299327</guid>
      <dc:creator>johnsonshiue</dc:creator>
      <dc:date>2016-12-02T04:01:04Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic: Check if Part Exists when Parameter Changes Then Create and Replace</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/ilogic-check-if-part-exists-when-parameter-changes-then-create/m-p/6724045#M299328</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I would like to avoid using iPart unless I publish one to content center. I just seem to have a lot of unexpected issues with them down the road. I can try this out on a simple model to see how it might work though.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If there was a different method, that would be idea.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you for your input!&lt;/P&gt;</description>
      <pubDate>Fri, 02 Dec 2016 14:05:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/ilogic-check-if-part-exists-when-parameter-changes-then-create/m-p/6724045#M299328</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-12-02T14:05:21Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic: Check if Part Exists when Parameter Changes Then Create and Replace</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/ilogic-check-if-part-exists-when-parameter-changes-then-create/m-p/6724638#M299329</link>
      <description>&lt;P&gt;Hi caleb.schmitz,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Have a look at the example in this thread:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://forums.autodesk.com/t5/inventor-forum/save-copy-and-replace-with-i-logic/m-p/4712425#M492658" target="_blank"&gt;http://forums.autodesk.com/t5/inventor-forum/save-copy-and-replace-with-i-logic/m-p/4712425#M492658&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Also just as a tip, you can search and ask programming questions of this type on the Inventor Customization forum too:&lt;BR /&gt;&lt;A href="http://forums.autodesk.com/t5/Autodesk-Inventor-Customization/bd-p/120" target="_blank"&gt;http://forums.autodesk.com/t5/Autodesk-Inventor-Customization/bd-p/120&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I hope this helps.&lt;BR /&gt;Best of luck to you in all of your Inventor pursuits,&lt;BR /&gt;Curtis&lt;BR /&gt;&lt;A href="http://inventortrenches.blogspot.com" target="_blank"&gt;http://inventortrenches.blogspot.com&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 02 Dec 2016 17:53:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/ilogic-check-if-part-exists-when-parameter-changes-then-create/m-p/6724638#M299329</guid>
      <dc:creator>Curtis_W</dc:creator>
      <dc:date>2016-12-02T17:53:17Z</dc:date>
    </item>
  </channel>
</rss>

