<?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 Need api export step in Fusion API and Scripts Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/need-api-export-step/m-p/12719691#M1558</link>
    <description>&lt;P&gt;Hi, i use most Fusion has CAD for helping on powermill, usually i creat surfaces and export them in step files and the import in powermill.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem is to booring to search all the time the folder and white the bane.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was wondering if on fusion a script when Run, could export selected (or choose) for a specific folder (c:\CADFiles) and Open a box to choose a name file and export to .step file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In powermill i have set a macro to import files from specific folder.&lt;/P&gt;</description>
    <pubDate>Fri, 19 Apr 2024 10:11:17 GMT</pubDate>
    <dc:creator>nubrandao</dc:creator>
    <dc:date>2024-04-19T10:11:17Z</dc:date>
    <item>
      <title>Need api export step</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/need-api-export-step/m-p/12719691#M1558</link>
      <description>&lt;P&gt;Hi, i use most Fusion has CAD for helping on powermill, usually i creat surfaces and export them in step files and the import in powermill.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The problem is to booring to search all the time the folder and white the bane.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I was wondering if on fusion a script when Run, could export selected (or choose) for a specific folder (c:\CADFiles) and Open a box to choose a name file and export to .step file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In powermill i have set a macro to import files from specific folder.&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2024 10:11:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/need-api-export-step/m-p/12719691#M1558</guid>
      <dc:creator>nubrandao</dc:creator>
      <dc:date>2024-04-19T10:11:17Z</dc:date>
    </item>
    <item>
      <title>Re: Need api export step</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/need-api-export-step/m-p/12720396#M1559</link>
      <description>&lt;P&gt;That's certainly possible. Here are a couple of samples to help get you started.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This sample demonstrates using the API to export a STEP file.&lt;/P&gt;&lt;P&gt;&lt;A href="https://help-staging.autodesk.com/view/fusion360/ENU/?guid=GUID-B801DDA8-9A0C-42AD-AC06-F8244CA08D65" target="_blank"&gt;https://help-staging.autodesk.com/view/fusion360/ENU/?guid=GUID-B801DDA8-9A0C-42AD-AC06-F8244CA08D65&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This sample demonstrates displaying a dialog to have the user select a file. There isn't a sample, but a similar API exists for selecting a folder.&lt;/P&gt;&lt;P&gt;&lt;A href="https://help-staging.autodesk.com/view/fusion360/ENU/?guid=GUID-d5163350-6d2f-11e7-8c44-3417ebc87622" target="_blank"&gt;https://help-staging.autodesk.com/view/fusion360/ENU/?guid=GUID-d5163350-6d2f-11e7-8c44-3417ebc87622&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 19 Apr 2024 14:50:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/need-api-export-step/m-p/12720396#M1559</guid>
      <dc:creator>BrianEkins</dc:creator>
      <dc:date>2024-04-19T14:50:44Z</dc:date>
    </item>
    <item>
      <title>Re: Need api export step</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/need-api-export-step/m-p/12721934#M1560</link>
      <description>&lt;P&gt;the links dont work my computer, strange, does not open the page&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 20 Apr 2024 10:57:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/need-api-export-step/m-p/12721934#M1560</guid>
      <dc:creator>nubrandao</dc:creator>
      <dc:date>2024-04-20T10:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: Need api export step</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/need-api-export-step/m-p/12721944#M1561</link>
      <description>&lt;P&gt;Here are the good links:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.autodesk.com/view/fusion360/ENU/?guid=GUID-B801DDA8-9A0C-42AD-AC06-F8244CA08D65" target="_blank"&gt;https://help.autodesk.com/view/fusion360/ENU/?guid=GUID-B801DDA8-9A0C-42AD-AC06-F8244CA08D65&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.autodesk.com/view/fusion360/ENU/?guid=GUID-d5163350-6d2f-11e7-8c44-3417ebc87622" target="_blank"&gt;https://help.autodesk.com/view/fusion360/ENU/?guid=GUID-d5163350-6d2f-11e7-8c44-3417ebc87622&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 20 Apr 2024 11:08:40 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/need-api-export-step/m-p/12721944#M1561</guid>
      <dc:creator>JeromeBriot</dc:creator>
      <dc:date>2024-04-20T11:08:40Z</dc:date>
    </item>
  </channel>
</rss>

