<?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: Semi-Table-Driven iFeature in Inventor Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-forum/semi-table-driven-ifeature/m-p/5743918#M366781</link>
    <description>&lt;P&gt;Hi! I don't think iFeature currently offers the level of customization you are looking for. Some can be done but some require new enhancements. It seems that you might need to use iLogic rule and form to do that.&lt;/P&gt;
&lt;P&gt;There is another way to do this type of workflow. Here is what you can try to do.&lt;/P&gt;
&lt;P&gt;1) Open the part and go to Parameters table -&amp;gt; right-click on Length for example -&amp;gt; Make Multi-Value -&amp;gt; add more values to the list.&lt;/P&gt;
&lt;P&gt;2) Save it as a new source part.&lt;/P&gt;
&lt;P&gt;2) Start a new part -&amp;gt; Derive -&amp;gt; pick the new soure part -&amp;gt; derive it as a new solid body.&lt;/P&gt;
&lt;P&gt;You can use Direct Edit command to reposition the body. Then if it needs to join with existing body, simply use Combine command to merge the bodies.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The nice thing about this workflow is that the source part remains a part. There is no extraction required. If you do need to insert it as features, you can simply multi-select the features in the source part -&amp;gt; Copy -&amp;gt; Paste to the new part. The pasted features should behave as if they were recreated manually.&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Mon, 27 Jul 2015 21:34:16 GMT</pubDate>
    <dc:creator>johnsonshiue</dc:creator>
    <dc:date>2015-07-27T21:34:16Z</dc:date>
    <item>
      <title>Semi-Table-Driven iFeature</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/semi-table-driven-ifeature/m-p/5743138#M366773</link>
      <description>&lt;P&gt;I have a number of iFeatures to create that are more complex versions of the attached part. There are a round part and a square part, and the square and round dimensions don't follow a relationship that I can enter as a simple formula so I want them to be entered by selecting a row out of a table. I want to also be able to have the user input a length that is not table-driven. If possible, I'd also like to have the row of the table selected from a list of names, not numbers. I.e., I want to have a list including "Size A", "Size B", etc. instead of selecting "1.25 in", "1.50 in".&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Has anybody done what I am trying to do? Is there a better workaround than creating separate iFeatures for each size? Thanks in advance.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2015 17:02:36 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/semi-table-driven-ifeature/m-p/5743138#M366773</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-27T17:02:36Z</dc:date>
    </item>
    <item>
      <title>Re: Semi-Table-Driven iFeature</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/semi-table-driven-ifeature/m-p/5743144#M366774</link>
      <description>Make a user parameter, with a list of names that you want to be able to chose from. Then write an ilogic code that will apply the desired dimensions to the desired selection from the list. Add that rule to a form and thats about it.&lt;BR /&gt;&lt;BR /&gt;You can also use ilogic for the non-tabulated user input and put that in the form.</description>
      <pubDate>Mon, 27 Jul 2015 17:05:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/semi-table-driven-ifeature/m-p/5743144#M366774</guid>
      <dc:creator>mwighton</dc:creator>
      <dc:date>2015-07-27T17:05:58Z</dc:date>
    </item>
    <item>
      <title>Re: Semi-Table-Driven iFeature</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/semi-table-driven-ifeature/m-p/5743151#M366775</link>
      <description>&lt;P&gt;Why complicate it?&lt;/P&gt;
&lt;P&gt;If your ifeatures are so different that they can't be done in a table/formula then just group the like ones as best you can and do an ifeature for each similar group.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Hard to give good information though by just seeing one simple part... and not knowing at least a bit about these varying features..&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;But to me just keep it easy.. same reason that every possible nut/bolt/fastener/plumbing fitting/wheel/bearing/hook/clevis,etc... in the world isn't just created in just 1 ipart factory. &amp;nbsp;Group what you can and use multiple ifeatures. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2015 17:13:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/semi-table-driven-ifeature/m-p/5743151#M366775</guid>
      <dc:creator>mcgyvr</dc:creator>
      <dc:date>2015-07-27T17:13:43Z</dc:date>
    </item>
    <item>
      <title>Re: Semi-Table-Driven iFeature</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/semi-table-driven-ifeature/m-p/5743193#M366776</link>
      <description>&lt;P&gt;Something like this...&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2015 17:38:01 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/semi-table-driven-ifeature/m-p/5743193#M366776</guid>
      <dc:creator>mwighton</dc:creator>
      <dc:date>2015-07-27T17:38:01Z</dc:date>
    </item>
    <item>
      <title>Re: Semi-Table-Driven iFeature</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/semi-table-driven-ifeature/m-p/5743249#M366777</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/1237397"&gt;@mwighton&lt;/a&gt; wrote:&lt;BR /&gt;Make a user parameter, with a list of names that you want to be able to chose from. Then write an ilogic code that will apply the desired dimensions to the desired selection from the list. Add that rule to a form and thats about it.&lt;BR /&gt;&lt;BR /&gt;You can also use ilogic for the non-tabulated user input and put that in the form.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is how I have the parts now, and it's great. Easy and foolproof. Is there a way to put the iLogic into the iFeature? Because that would make life easy. I can't open your attachment, I get "error reading rse stream" which should be from me being on 2014 and you being on a newer version.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;mcgyvr, I'm asking because here, if a solution's not dead simple it's not going to get used. If it was just me I would be satisfied, but I hear a lot of "it's too confusing, I can't use it, walk me through it again please" if I try to give the other users a tool that's not 100% easy to set up and use. Plus I might learn something new if I reach out to the forum!&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2015 18:10:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/semi-table-driven-ifeature/m-p/5743249#M366777</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-27T18:10:17Z</dc:date>
    </item>
    <item>
      <title>Re: Semi-Table-Driven iFeature</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/semi-table-driven-ifeature/m-p/5743278#M366778</link>
      <description>&lt;P&gt;Since you have an older version i will attach my code and you will have to make the rules yourself.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Create a User Parameter called "Selection" and make it a multi-variable list with the following Items&lt;/P&gt;&lt;P&gt;List:&lt;/P&gt;&lt;P&gt;Big&lt;/P&gt;&lt;P&gt;Medium&lt;/P&gt;&lt;P&gt;Small&lt;/P&gt;&lt;P&gt;User&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Next&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Go to Manage-&amp;gt;iLogic-&amp;gt;Add Rule&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Code 1:&lt;/P&gt;&lt;P&gt;SyntaxEditor Code Snippet&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;If&lt;/SPAN&gt; &lt;SPAN&gt;Selection&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;Big&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt; &lt;SPAN&gt;Then&lt;/SPAN&gt;
    &lt;SPAN&gt;Round&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;6&lt;/SPAN&gt;
    &lt;SPAN&gt;Length&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;6&lt;/SPAN&gt;
    &lt;SPAN&gt;Square&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;4.5&lt;/SPAN&gt;
&lt;SPAN&gt;Else&lt;/SPAN&gt; &lt;SPAN&gt;If&lt;/SPAN&gt; &lt;SPAN&gt;Selection&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;Medium&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt; &lt;SPAN&gt;Then&lt;/SPAN&gt;
    &lt;SPAN&gt;Round&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;4&lt;/SPAN&gt;
    &lt;SPAN&gt;Length&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;4&lt;/SPAN&gt;
    &lt;SPAN&gt;Square&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;3&lt;/SPAN&gt;
&lt;SPAN&gt;Else&lt;/SPAN&gt; &lt;SPAN&gt;If&lt;/SPAN&gt; &lt;SPAN&gt;Selection&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;Small&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt; &lt;SPAN&gt;Then&lt;/SPAN&gt;
    &lt;SPAN&gt;Round&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;2&lt;/SPAN&gt;
    &lt;SPAN&gt;Length&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;2&lt;/SPAN&gt;
    &lt;SPAN&gt;Square&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;1.5&lt;/SPAN&gt;
&lt;SPAN&gt;Else&lt;/SPAN&gt; &lt;SPAN&gt;If&lt;/SPAN&gt; &lt;SPAN&gt;Selection&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;User&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt; &lt;SPAN&gt;Then&lt;/SPAN&gt;
    &lt;SPAN&gt;iLogicVb&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;RunRule&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;Override&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;
&lt;SPAN&gt;End&lt;/SPAN&gt; &lt;SPAN&gt;If&lt;/SPAN&gt;
&lt;SPAN&gt;iLogicVb&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;UpdateWhenDone&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;True&lt;/SPAN&gt;

&lt;/PRE&gt;&lt;P&gt;Code 2:&lt;/P&gt;&lt;P&gt;&amp;nbsp;SyntaxEditor Code Snippet&lt;/P&gt;&lt;PRE&gt;&lt;SPAN&gt;Parameter&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;Round&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;InputBox&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;Enter Diameter&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;Diameter&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;Diameter&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;
&lt;SPAN&gt;Parameter&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;Length&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;InputBox&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;Enter Length&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;Length&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;Length&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;
&lt;SPAN&gt;Parameter&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;Square&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt;&lt;SPAN&gt;InputBox&lt;/SPAN&gt;&lt;SPAN&gt;(&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;Enter Square&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;Square&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;, &lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;Square&lt;/SPAN&gt;&lt;SPAN&gt;"&lt;/SPAN&gt;&lt;SPAN&gt;)&lt;/SPAN&gt;

&lt;SPAN&gt;iLogicVb&lt;/SPAN&gt;&lt;SPAN&gt;.&lt;/SPAN&gt;&lt;SPAN&gt;UpdateWhenDone&lt;/SPAN&gt; &lt;SPAN&gt;=&lt;/SPAN&gt; &lt;SPAN&gt;True&lt;/SPAN&gt;
&lt;/PRE&gt;&lt;P&gt;Remeber each Code represents a separate rule.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Next&lt;/P&gt;&lt;P&gt;Go to Manage-&amp;gt;iLogic-&amp;gt;iLogic Browser&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;A tab or window will open. Go to the Forms tab and right click-&amp;gt; add form&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Name it whatever you want.&lt;/P&gt;&lt;P&gt;drag and drop the user parameter 'Selection' into the box on the right. I like to have the buttons set up as 'ok cancel apply'(For this click the main form tab and scroll down to predefined buttons and select okcancelapply)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;attached are some pics to help you out.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2015 18:20:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/semi-table-driven-ifeature/m-p/5743278#M366778</guid>
      <dc:creator>mwighton</dc:creator>
      <dc:date>2015-07-27T18:20:17Z</dc:date>
    </item>
    <item>
      <title>Re: Semi-Table-Driven iFeature</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/semi-table-driven-ifeature/m-p/5743285#M366779</link>
      <description>you can make the multi-variable list using the ilogic and save is as an external rule so you can use it any file.</description>
      <pubDate>Mon, 27 Jul 2015 18:21:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/semi-table-driven-ifeature/m-p/5743285#M366779</guid>
      <dc:creator>mwighton</dc:creator>
      <dc:date>2015-07-27T18:21:56Z</dc:date>
    </item>
    <item>
      <title>Re: Semi-Table-Driven iFeature</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/semi-table-driven-ifeature/m-p/5743558#M366780</link>
      <description>&lt;P&gt;Mwighton, thanks for all the work you've put into answering my question. The solution you describe is great when it can be used, but in my case it has to be an iFeature. It seems that I can't package iLogic &lt;U&gt;with an iFeature&lt;/U&gt;, which is the key here. I don't see external rules being useful here because they would add a lot of complexity to the use of the iFeature and remove much of the "automaticness" from it, if iLogic can even edit the unexposed parameters of an iFeature.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;We often have complicated parts that we need to add a complicated end to, and right now we model the end onto the base manually each time. So, while we already have automated ends in some commonly-used templates what I'm trying to make is specifically an iFeature. I've tried making an end part and using Derive to put it where it needs to go, but it's too crude of a solution overall to be viable.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For what it's worth, I have found some success using stepwise formulas. For example, if sizes A; B; C are 1.25x1.75; 35mm x 50mm; 1.50x2.00, I can make the round formula as follows to make just one variable control as if there were a table:&lt;/P&gt;&lt;PRE&gt;Round = 1.75 in + (50 mm - 1.75 in) * floor(Square, 35 mm) + (2.00 in - 50 mm) * floor(Square, 1.50 in)&lt;/PRE&gt;&lt;P&gt;But, this solution gives me a length input and a drop-down of Round sizes, NOT a length input and a drop-down of name strings. As you can see, I'm really looking for the last ounce of intuitivity. Not to mention, there's some pretty intense data entry and debugging involved to get that solution working on ends with large design tables.&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2015 18:56:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/semi-table-driven-ifeature/m-p/5743558#M366780</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-27T18:56:26Z</dc:date>
    </item>
    <item>
      <title>Re: Semi-Table-Driven iFeature</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/semi-table-driven-ifeature/m-p/5743918#M366781</link>
      <description>&lt;P&gt;Hi! I don't think iFeature currently offers the level of customization you are looking for. Some can be done but some require new enhancements. It seems that you might need to use iLogic rule and form to do that.&lt;/P&gt;
&lt;P&gt;There is another way to do this type of workflow. Here is what you can try to do.&lt;/P&gt;
&lt;P&gt;1) Open the part and go to Parameters table -&amp;gt; right-click on Length for example -&amp;gt; Make Multi-Value -&amp;gt; add more values to the list.&lt;/P&gt;
&lt;P&gt;2) Save it as a new source part.&lt;/P&gt;
&lt;P&gt;2) Start a new part -&amp;gt; Derive -&amp;gt; pick the new soure part -&amp;gt; derive it as a new solid body.&lt;/P&gt;
&lt;P&gt;You can use Direct Edit command to reposition the body. Then if it needs to join with existing body, simply use Combine command to merge the bodies.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The nice thing about this workflow is that the source part remains a part. There is no extraction required. If you do need to insert it as features, you can simply multi-select the features in the source part -&amp;gt; Copy -&amp;gt; Paste to the new part. The pasted features should behave as if they were recreated manually.&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 27 Jul 2015 21:34:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/semi-table-driven-ifeature/m-p/5743918#M366781</guid>
      <dc:creator>johnsonshiue</dc:creator>
      <dc:date>2015-07-27T21:34:16Z</dc:date>
    </item>
    <item>
      <title>Re: Semi-Table-Driven iFeature</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/semi-table-driven-ifeature/m-p/5744691#M366782</link>
      <description>It looks like copy/paste is as close as I can get. I can keep the iLogic and still insert as a feature. Thanks for all the help, everyone.</description>
      <pubDate>Tue, 28 Jul 2015 12:29:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/semi-table-driven-ifeature/m-p/5744691#M366782</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-07-28T12:29:44Z</dc:date>
    </item>
  </channel>
</rss>

