<?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 Simple Python Example Request in Fusion API and Scripts Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/simple-python-example-request/m-p/5428202#M21758</link>
    <description>&lt;P&gt;I would like to learn how to use Python with Fusion 360 but I find the gap between the Test Script and the other script examples too large. Would someone post a simpler example, perhaps creating a cube or a pattern of cubes? I have experience with OpenSCAD but find it too limited for organic modeling. It would be great to explore the programmability of organic shapes using Python and Fusion but I need some help getting started.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;in advance,&lt;/P&gt;&lt;P&gt;Steve Medwin&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://www.thingiverse.com/stevemedwin/designs"&gt;http://www.thingiverse.com/stevemedwin/designs&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sun, 30 Nov 2014 14:54:07 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-11-30T14:54:07Z</dc:date>
    <item>
      <title>Simple Python Example Request</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/simple-python-example-request/m-p/5428202#M21758</link>
      <description>&lt;P&gt;I would like to learn how to use Python with Fusion 360 but I find the gap between the Test Script and the other script examples too large. Would someone post a simpler example, perhaps creating a cube or a pattern of cubes? I have experience with OpenSCAD but find it too limited for organic modeling. It would be great to explore the programmability of organic shapes using Python and Fusion but I need some help getting started.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&amp;nbsp;in advance,&lt;/P&gt;&lt;P&gt;Steve Medwin&lt;/P&gt;&lt;P&gt;&lt;A target="_blank" href="http://www.thingiverse.com/stevemedwin/designs"&gt;http://www.thingiverse.com/stevemedwin/designs&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 30 Nov 2014 14:54:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/simple-python-example-request/m-p/5428202#M21758</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-30T14:54:07Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Python Example Request</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/simple-python-example-request/m-p/5428314#M21759</link>
      <description>&lt;P&gt;Hi Steve,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please take a look at the Fusion help.&amp;nbsp; There's a "Programming Interface" topic in the main table of contents.&amp;nbsp; Undeer that you'll find a "Sample Programs" topic with several simple samples.&amp;nbsp; Expect this list of samples to grow significantly over the next few releases.&lt;/P&gt;</description>
      <pubDate>Sun, 30 Nov 2014 20:13:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/simple-python-example-request/m-p/5428314#M21759</guid>
      <dc:creator>ekinsb</dc:creator>
      <dc:date>2014-11-30T20:13:40Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Python Example Request</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/simple-python-example-request/m-p/5428318#M21760</link>
      <description>&lt;P&gt;Thanks! That should help me get started.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Sun, 30 Nov 2014 20:20:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/simple-python-example-request/m-p/5428318#M21760</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-11-30T20:20:11Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Python Example Request</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/simple-python-example-request/m-p/5444332#M21761</link>
      <description>&lt;P&gt;Hey you may already be past this, but here is a script to create a cube. &amp;nbsp;I used this in a class I did at AU a couple weeks ago. &amp;nbsp;Sorry I missed this topic earlier.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PYdrawCube is very verbose and doesn't do any looping on purpose so you can just follow the steps the API takes.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;PYdrawProfile uses a little better programming techniques and lets you just start with a generic array of points. &amp;nbsp;I have another version that imports from a file if you are interested.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Dec 2014 01:09:45 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/simple-python-example-request/m-p/5444332#M21761</guid>
      <dc:creator>prainsberry</dc:creator>
      <dc:date>2014-12-16T01:09:45Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Python Example Request</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/simple-python-example-request/m-p/5444354#M21762</link>
      <description>&lt;P&gt;Thanks for these examples. These will be good to study. Can you post the other one you mentioned?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any chance that your class at AU was recorded?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks,&lt;/P&gt;&lt;P&gt;Steve&lt;/P&gt;</description>
      <pubDate>Tue, 16 Dec 2014 01:45:16 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/simple-python-example-request/m-p/5444354#M21762</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-12-16T01:45:16Z</dc:date>
    </item>
    <item>
      <title>Re: Simple Python Example Request</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/simple-python-example-request/m-p/5444389#M21763</link>
      <description>&lt;P&gt;No problem. &amp;nbsp;I had to translate it from javascript. &amp;nbsp;I am just trying to learn some Python myself. &amp;nbsp;Here you go. &amp;nbsp;This shows some file input stuff. &amp;nbsp;I am not sure if the session was recorded. &amp;nbsp;I'll get back to you.&lt;/P&gt;</description>
      <pubDate>Tue, 16 Dec 2014 02:56:04 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/simple-python-example-request/m-p/5444389#M21763</guid>
      <dc:creator>prainsberry</dc:creator>
      <dc:date>2014-12-16T02:56:04Z</dc:date>
    </item>
  </channel>
</rss>

