<?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: Creating sketches with script in Inventor Forum</title>
    <link>https://forums.autodesk.com/t5/inventor-forum/creating-sketches-with-script/m-p/6671426#M301909</link>
    <description>Hello Lisa,

I believe you are looking for iPart Factories.  A quick Google search should get you going.  

Basically you are going to put your parameters (options) in an Excel table and use that file to drive the parameter options of your "factory".  Each time you insert the iPart into your assembly, it will be creating basically a new version based upon the options selected.

Hope this helps,

Kenny</description>
    <pubDate>Mon, 07 Nov 2016 11:54:40 GMT</pubDate>
    <dc:creator>kennyj</dc:creator>
    <dc:date>2016-11-07T11:54:40Z</dc:date>
    <item>
      <title>Creating sketches with script</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/creating-sketches-with-script/m-p/6671384#M301908</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have a 2D geometry described by 6 parameters. I want to change this parameters in&amp;nbsp;predefined intervals&amp;nbsp;by increment. There will be about 1000 different sketch. &amp;nbsp;After that, sketches will be revolved with predefined thickness and solids will be saved as parts. Those parts will be used on CFD for optimization purposes. I know how to import the parts to CFD but Is there a way to create those sketches and saving the solids as parts with script ? I am new to Inventor.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks in advance for any tricks and tips!&lt;/P&gt;&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;&lt;DIV class="Attachments preview-attachments"&gt;&amp;nbsp;&lt;/DIV&gt;</description>
      <pubDate>Mon, 07 Nov 2016 11:25:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/creating-sketches-with-script/m-p/6671384#M301908</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-07T11:25:35Z</dc:date>
    </item>
    <item>
      <title>Re: Creating sketches with script</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/creating-sketches-with-script/m-p/6671426#M301909</link>
      <description>Hello Lisa,

I believe you are looking for iPart Factories.  A quick Google search should get you going.  

Basically you are going to put your parameters (options) in an Excel table and use that file to drive the parameter options of your "factory".  Each time you insert the iPart into your assembly, it will be creating basically a new version based upon the options selected.

Hope this helps,

Kenny</description>
      <pubDate>Mon, 07 Nov 2016 11:54:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/creating-sketches-with-script/m-p/6671426#M301909</guid>
      <dc:creator>kennyj</dc:creator>
      <dc:date>2016-11-07T11:54:40Z</dc:date>
    </item>
    <item>
      <title>Re: Creating sketches with script</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/creating-sketches-with-script/m-p/6671529#M301910</link>
      <description>&lt;P&gt;Beware iPart Factories that reach "about 1000" there are some hard coded limitation as well as extreme slowdown when you try and create that many.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;You may be better off with iLogic coded parts with a built in Form. &amp;nbsp;If your intent is to simply generate all of these at once you may have to use Excel but it may make sense to break them down into smaller iPart Factories for speed.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can your CFD program not already adjust these parameters passed from Inventor, or create a parametric experiment inside of itself? &amp;nbsp;I believe Autodesk CFD can do that.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2016 12:41:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/creating-sketches-with-script/m-p/6671529#M301910</guid>
      <dc:creator>mflayler</dc:creator>
      <dc:date>2016-11-07T12:41:27Z</dc:date>
    </item>
    <item>
      <title>Re: Creating sketches with script</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/creating-sketches-with-script/m-p/6671685#M301911</link>
      <description>&lt;P&gt;Hi Mark,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I indeed want to generate all the geometries at once and save each of them as different part file to import CFD. I understand from your saying that I should be using iLogic for that many file than iPart. I don't know how to use any of them but will learn the one which is better solution for me. Additionally, I am already using Autodesk CFD 2017. However our company&amp;nbsp;have switched to Autodesk softwares recently, so I am kinda new to Autodesk CFD as well. I searched knowledge and forum for parametric study in CFD but could not find any good source. I know this is Inventor forum but If you can recommend one, I will be appreciated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2016 13:42:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/creating-sketches-with-script/m-p/6671685#M301911</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-07T13:42:14Z</dc:date>
    </item>
    <item>
      <title>Re: Creating sketches with script</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/creating-sketches-with-script/m-p/6671722#M301912</link>
      <description>&lt;P&gt;You might have to go at this a different way.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I just looked deeper into Autodesk CFD and I don't think there is a parametric analysis tool in there.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Even if you generated all the 1000s of models you need you will have to run each one separate.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;It would be best just to use one model that you change the parameters on (standard Inventor adjustment through parameter interface) and use the CFD tools built into Inventor when you have Autodesk CFD installed. &amp;nbsp;That will pass the model over to CFD after each design change and you won't have to setup the experiment each time from scratch.&lt;/P&gt;</description>
      <pubDate>Mon, 07 Nov 2016 13:57:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/creating-sketches-with-script/m-p/6671722#M301912</guid>
      <dc:creator>mflayler</dc:creator>
      <dc:date>2016-11-07T13:57:04Z</dc:date>
    </item>
    <item>
      <title>Re: Creating sketches with script</title>
      <link>https://forums.autodesk.com/t5/inventor-forum/creating-sketches-with-script/m-p/6671816#M301913</link>
      <description>Hi Kenny,&lt;BR /&gt;&lt;BR /&gt;I quickly looked at iPart. Excel thing is nice. If there will be no problem to generate about 1000 part with this method, It will be perfect solution. I will try as soon as possible.&lt;BR /&gt;&lt;BR /&gt;Many thanks.&lt;BR /&gt;</description>
      <pubDate>Mon, 07 Nov 2016 14:33:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/inventor-forum/creating-sketches-with-script/m-p/6671816#M301913</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-11-07T14:33:18Z</dc:date>
    </item>
  </channel>
</rss>

