<?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: File Conversion from native(.prt) to step file  using python in Fusion API and Scripts Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/file-conversion-from-native-prt-to-step-file-using-python/m-p/11329768#M5636</link>
    <description>Hi,&lt;BR /&gt;What kind of Fusion 360 license do you have?&lt;BR /&gt;The Personal license doesn't allow to open .PRT filetypes, which is required to export it then to other format.&lt;BR /&gt;Check this first, before you invest some more time in the script development.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Jorge&lt;BR /&gt;</description>
    <pubDate>Sat, 30 Jul 2022 02:07:26 GMT</pubDate>
    <dc:creator>Jorge_Jaramillo</dc:creator>
    <dc:date>2022-07-30T02:07:26Z</dc:date>
    <item>
      <title>File Conversion from native(.prt) to step file  using python</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/file-conversion-from-native-prt-to-step-file-using-python/m-p/11325623#M5633</link>
      <description>&lt;P&gt;I want to convert the&amp;nbsp; native cad file (.prt ) to step file using fusion 360&amp;nbsp; in python.In fusion API, i couldnot find import for the .prt file but have only few files. Could&amp;nbsp; you guide me how can I translate the .prt file&amp;nbsp; programtically using python with the help cloud API?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2022 11:17:25 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/file-conversion-from-native-prt-to-step-file-using-python/m-p/11325623#M5633</guid>
      <dc:creator>s.chand6RXFT</dc:creator>
      <dc:date>2022-07-28T11:17:25Z</dc:date>
    </item>
    <item>
      <title>Re: File Conversion from native(.prt) to step file  using python</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/file-conversion-from-native-prt-to-step-file-using-python/m-p/11326160#M5634</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/12707280"&gt;@s.chand6RXFT&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There are not many formats that can be directly converted by the Fusion360 API.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.autodesk.com/view/fusion360/ENU/?guid=GUID-GUID-DA509909-1E13-48F1-8235-744BA6B94CBA" target="_blank" rel="noopener"&gt;https://help.autodesk.com/view/fusion360/ENU/?guid=GUID-GUID-DA509909-1E13-48F1-8235-744BA6B94CBA&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Therefore, you must upload your data to the cloud, open the document, and then export it.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have not tried this, but&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/5741855"&gt;@BrianEkins&lt;/a&gt;&amp;nbsp; has created a sample.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/fusion-360-api-and-scripts/set-up-fusion360-python-apis/m-p/8776267#M7819" target="_blank" rel="noopener"&gt;https://forums.autodesk.com/t5/fusion-360-api-and-scripts/set-up-fusion360-python-apis/m-p/8776267#M7819&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This year, the Application.dataFileComplete event was added, so it may be a little easier to tackle.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.autodesk.com/view/fusion360/ENU/?guid=GUID-049CC6A8-10A5-47AD-B5DE-10B29721548A" target="_blank" rel="noopener"&gt;https://help.autodesk.com/view/fusion360/ENU/?guid=GUID-049CC6A8-10A5-47AD-B5DE-10B29721548A&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;However, I think it would be difficult to get the timing of when the document is finished opening and ready for export.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2022 15:06:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/file-conversion-from-native-prt-to-step-file-using-python/m-p/11326160#M5634</guid>
      <dc:creator>kandennti</dc:creator>
      <dc:date>2022-07-28T15:06:28Z</dc:date>
    </item>
    <item>
      <title>Re: File Conversion from native(.prt) to step file  using python</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/file-conversion-from-native-prt-to-step-file-using-python/m-p/11328029#M5635</link>
      <description>&lt;P&gt;Thanks for your support. I have tried&amp;nbsp; the code mentioned in the link&lt;/P&gt;&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/fusion-360-api-and-scripts/set-up-fusion360-python-apis/m-p/8776267#M7819" target="_blank" rel="noopener"&gt;https://forums.autodesk.com/t5/fusion-360-api-and-scripts/set-up-fusion360-python-apis/m-p/8776267#M7819&lt;/A&gt;&lt;/P&gt;&lt;P&gt;But.&amp;nbsp; I am new in fusion360&amp;nbsp; and i uploaded file in the file . But , i am not familiar with&amp;nbsp; how to export&amp;nbsp; to step&amp;nbsp; file after translation&amp;nbsp; completion in the cloud.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="schand6RXFT_0-1659091867971.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1097991i50BE69D4F3F593B2/image-size/medium?v=v2&amp;amp;px=400" role="button" title="schand6RXFT_0-1659091867971.png" alt="schand6RXFT_0-1659091867971.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;could you guide me after this steps for the export work. It would be highly appreciated if you provide some code snippets.&lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;</description>
      <pubDate>Fri, 29 Jul 2022 10:58:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/file-conversion-from-native-prt-to-step-file-using-python/m-p/11328029#M5635</guid>
      <dc:creator>s.chand6RXFT</dc:creator>
      <dc:date>2022-07-29T10:58:27Z</dc:date>
    </item>
    <item>
      <title>Re: File Conversion from native(.prt) to step file  using python</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/file-conversion-from-native-prt-to-step-file-using-python/m-p/11329768#M5636</link>
      <description>Hi,&lt;BR /&gt;What kind of Fusion 360 license do you have?&lt;BR /&gt;The Personal license doesn't allow to open .PRT filetypes, which is required to export it then to other format.&lt;BR /&gt;Check this first, before you invest some more time in the script development.&lt;BR /&gt;&lt;BR /&gt;Regards,&lt;BR /&gt;Jorge&lt;BR /&gt;</description>
      <pubDate>Sat, 30 Jul 2022 02:07:26 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/file-conversion-from-native-prt-to-step-file-using-python/m-p/11329768#M5636</guid>
      <dc:creator>Jorge_Jaramillo</dc:creator>
      <dc:date>2022-07-30T02:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: File Conversion from native(.prt) to step file  using python</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/file-conversion-from-native-prt-to-step-file-using-python/m-p/11329964#M5637</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/12707280"&gt;@s.chand6RXFT&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I have created a sample add-in and have attached it.&lt;/P&gt;
&lt;P&gt;Since we do not have the SLDPRT file at hand, we borrowed it from here.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://grabcad.com/library/dowel-pin-din-7-1" target="_blank" rel="noopener"&gt;https://grabcad.com/library/dowel-pin-din-7-1&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;When the add-in is executed, it performs the following processes&lt;BR /&gt;・Upload file&lt;BR /&gt;・Open document&lt;BR /&gt;・Export with Step file&lt;BR /&gt;・Close document&lt;BR /&gt;・Delete from data panel&lt;BR /&gt;・Closing the add-in&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Step file is created in the same folder as the SLDPRT file with the same file name.&lt;/P&gt;</description>
      <pubDate>Sat, 30 Jul 2022 06:49:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/file-conversion-from-native-prt-to-step-file-using-python/m-p/11329964#M5637</guid>
      <dc:creator>kandennti</dc:creator>
      <dc:date>2022-07-30T06:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: File Conversion from native(.prt) to step file  using python</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/file-conversion-from-native-prt-to-step-file-using-python/m-p/11332614#M5638</link>
      <description>&lt;P&gt;Thanks alot. i will do .&lt;/P&gt;&lt;P&gt;I want to run the script from Pycharm IDE and&amp;nbsp; do the translation for my application. I want to do auotomatic process for passing the&amp;nbsp; public key&amp;nbsp; without opening fusion 360 api each time.How can i do the automatic process.Please guide me .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;</description>
      <pubDate>Mon, 01 Aug 2022 12:00:18 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/file-conversion-from-native-prt-to-step-file-using-python/m-p/11332614#M5638</guid>
      <dc:creator>s.chand6RXFT</dc:creator>
      <dc:date>2022-08-01T12:00:18Z</dc:date>
    </item>
    <item>
      <title>Re: File Conversion from native(.prt) to step file  using python</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/file-conversion-from-native-prt-to-step-file-using-python/m-p/11332801#M5639</link>
      <description>&lt;P&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/12707280"&gt;@s.chand6RXFT&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I do not know how to do that.&lt;/P&gt;
&lt;P&gt;You should consider installing conversion software.&lt;/P&gt;</description>
      <pubDate>Mon, 01 Aug 2022 13:09:35 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/file-conversion-from-native-prt-to-step-file-using-python/m-p/11332801#M5639</guid>
      <dc:creator>kandennti</dc:creator>
      <dc:date>2022-08-01T13:09:35Z</dc:date>
    </item>
    <item>
      <title>Re: File Conversion from native(.prt) to step file  using python</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/file-conversion-from-native-prt-to-step-file-using-python/m-p/11340047#M5640</link>
      <description>&lt;P&gt;Due to the&amp;nbsp; automatic process require my program, i choose the model derivative api&amp;nbsp; for file translation prt file to step file. I am following the following tutorial.&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/Autodesk-Forge/forge-tutorial-postman/blob/master/ModelDerivative_01/instructions/task-3.md" target="_blank" rel="noopener"&gt;https://github.com/Autodesk-Forge/forge-tutorial-postman/blob/master/ModelDerivative_01/instructions/task-3.md&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I can get token,create the bucket and upload the file in the cloud. But, when i tried to do translation work i am getting the error.&lt;/P&gt;&lt;P&gt;my source file is&amp;nbsp; 827-9999-906.prt which i download from interne&lt;BR /&gt;The code is as shown below:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="schand6RXFT_0-1659619577615.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1100390i2BECB0003AD21DEA/image-size/medium?v=v2&amp;amp;px=400" role="button" title="schand6RXFT_0-1659619577615.png" alt="schand6RXFT_0-1659619577615.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;But i am getting error :&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="schand6RXFT_1-1659619625291.png" style="width: 600px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1100392iB3686B577507F9F6/image-size/medium?v=v2&amp;amp;px=400" role="button" title="schand6RXFT_1-1659619625291.png" alt="schand6RXFT_1-1659619625291.png" /&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Does Modelderivative Api doesnot support step derivative format??&lt;/P&gt;&lt;P&gt;how can i achieve the step file from prt file ?&amp;nbsp; Waiting for your reply.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many Thanks&lt;/P&gt;</description>
      <pubDate>Thu, 04 Aug 2022 13:27:43 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/file-conversion-from-native-prt-to-step-file-using-python/m-p/11340047#M5640</guid>
      <dc:creator>s.chand6RXFT</dc:creator>
      <dc:date>2022-08-04T13:27:43Z</dc:date>
    </item>
    <item>
      <title>Re: File Conversion from native(.prt) to step file  using python</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/file-conversion-from-native-prt-to-step-file-using-python/m-p/11341420#M5641</link>
      <description>&lt;P&gt;I think you'll have better luck asking your question on the Forge forum on Stack Overflow.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://stackoverflow.com/questions/ask?tags=autodesk-forge" target="_blank" rel="nofollow noopener noreferrer"&gt;https://stackoverflow.com/questions/ask?tags=autodesk-forge&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;What you're trying to do now has nothing to do with the Fusion API.&lt;/P&gt;</description>
      <pubDate>Fri, 05 Aug 2022 04:45:27 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/file-conversion-from-native-prt-to-step-file-using-python/m-p/11341420#M5641</guid>
      <dc:creator>BrianEkins</dc:creator>
      <dc:date>2022-08-05T04:45:27Z</dc:date>
    </item>
  </channel>
</rss>

