<?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 Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic/m-p/7661485#M94508</link>
    <description>&lt;P&gt;Also, this is just the beginning of the part for me.&amp;nbsp; I am going to have multiple posts in order to create this part.&amp;nbsp; So it is a little more complex than just workplanes and sketches.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 03 Jan 2018 17:03:18 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2018-01-03T17:03:18Z</dc:date>
    <item>
      <title>iLogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic/m-p/7661417#M94505</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I am new to iLogic and how to use it.&amp;nbsp; I have done some very simple things with it, and I am now looking to do something very complex (to me anyways) and need some help.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a Cylindrical Part that will have a certain number of "Instances" along the length of the cylinder, and the number of instances is a Unitless User Parameter that I created.&amp;nbsp; Each Instance will have a Work Plane, Sketch A and Sketch B.&amp;nbsp; Using the parameters I can create Instance#1 that consists of WorkPlane#1, SketchA#1, and SketchB#1.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I want to create a iLogic Rule that Creates a work plane offset of WorkPlane#1, Names it WorkPlane#2 and copies SketchA#1 and SketchB#1 and renames them SketchA#2 and SketchB#2 respectively.&amp;nbsp; I want it to continue to do this the total Number of Instances so if I have 43 Instances I will have WorkPlane#43, SketchA#43 and SketchB#43.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jan 2018 16:40:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic/m-p/7661417#M94505</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-03T16:40:05Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic/m-p/7661466#M94506</link>
      <description>Hi,&lt;BR /&gt;Is there a reason why you can't do this with a normal feature pattern,&lt;BR /&gt;controlled by the parameter you mention?&lt;BR /&gt;Luke&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Jan 2018 16:55:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic/m-p/7661466#M94506</guid>
      <dc:creator>LukeDavenport</dc:creator>
      <dc:date>2018-01-03T16:55:28Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic/m-p/7661478#M94507</link>
      <description>&lt;P&gt;Yes, because I will have parts that will have different amounts of instances.&amp;nbsp; One part could have 21 another could have 55, etc.&amp;nbsp; And I want to have the making of the part be automatic to reduce my workload and the workload of my coworkers.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Kyle&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jan 2018 17:01:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic/m-p/7661478#M94507</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-03T17:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic/m-p/7661485#M94508</link>
      <description>&lt;P&gt;Also, this is just the beginning of the part for me.&amp;nbsp; I am going to have multiple posts in order to create this part.&amp;nbsp; So it is a little more complex than just workplanes and sketches.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jan 2018 17:03:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic/m-p/7661485#M94508</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-03T17:03:18Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic/m-p/7661574#M94509</link>
      <description>If you want to be able to create different variations of the same part&lt;BR /&gt;(based on a parameter that controls the number of feature instances), then&lt;BR /&gt;there are lots of options available. You could:&lt;BR /&gt;&lt;BR /&gt;a) create an iPart with a row for each variation. Edit with Excel and you&lt;BR /&gt;can easily create an iPart with hundreds of variations.&lt;BR /&gt;b) use a master part that you configure (by changing parameter) using&lt;BR /&gt;iLogic and then perform a 'Save-As' to a new independent part file if&lt;BR /&gt;required.&lt;BR /&gt;c) use the 'Place iLogic Component' standard Inventor tool to automatically&lt;BR /&gt;create a copy of the part and set the parameter value you need on placement&lt;BR /&gt;into an assembly. Due to the limitations with file naming for this I prefer&lt;BR /&gt;option b).&lt;BR /&gt;&lt;BR /&gt;Don't complicate it further unless you need to.&lt;BR /&gt;HTH, Luke&lt;BR /&gt;</description>
      <pubDate>Wed, 03 Jan 2018 17:31:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic/m-p/7661574#M94509</guid>
      <dc:creator>LukeDavenport</dc:creator>
      <dc:date>2018-01-03T17:31:28Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic/m-p/7661833#M94510</link>
      <description>&lt;P&gt;I am more looking for commands to use in order to do this.&amp;nbsp; I have not really used iLogic before and I do not have the best understanding of the commands, etc.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!!&lt;/P&gt;</description>
      <pubDate>Wed, 03 Jan 2018 19:05:47 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic/m-p/7661833#M94510</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2018-01-03T19:05:47Z</dc:date>
    </item>
    <item>
      <title>Re: iLogic</title>
      <link>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic/m-p/7666902#M94511</link>
      <description>&lt;P&gt;That's where the programming help accessible through inventor is great. It outlines the object model, has overview articles, and has samples for many issues.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Once you can read and understand the samples as well as learn how to use the resource to find the objects you are looking for, you should be very capable of solving problems yourself.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Seeing as 'iLogic' is directly related to vb.net/vba, reading up on those 2 languages will also help you significantly. Googling 'msdn + vba' is a good resource for that, or just google in general.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Jan 2018 13:33:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-programming-forum/ilogic/m-p/7666902#M94511</guid>
      <dc:creator>MechMachineMan</dc:creator>
      <dc:date>2018-01-05T13:33:45Z</dc:date>
    </item>
  </channel>
</rss>

