<?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: &amp;quot;Open&amp;quot; &amp;amp; &amp;quot;Save&amp;quot; Silently Using A Fusion 360 Python Script in Fusion API and Scripts Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/quot-open-quot-amp-quot-save-quot-silently-using-a-fusion-360/m-p/10661328#M7855</link>
    <description>&lt;P&gt;I think you need to define what you mean by "silently".&lt;/P&gt;</description>
    <pubDate>Fri, 01 Oct 2021 19:08:42 GMT</pubDate>
    <dc:creator>BrianEkins</dc:creator>
    <dc:date>2021-10-01T19:08:42Z</dc:date>
    <item>
      <title>"Open" &amp; "Save" Silently Using A Fusion 360 Python Script</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/quot-open-quot-amp-quot-save-quot-silently-using-a-fusion-360/m-p/10659936#M7853</link>
      <description>&lt;P&gt;Can anybody help???&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Using a Fusion 360 API script, is it possible to "Save" or "Open" a document silently?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"Save"&lt;/P&gt;&lt;P&gt;I want to be able to save a "Assembly", "Part", or "Drawing" silently.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;"Open"&lt;/P&gt;&lt;P&gt;I want to be able to "Open" a Fusion 360 "Part" and get its attributes.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Many thanks in advance!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Darren&lt;/P&gt;</description>
      <pubDate>Fri, 01 Oct 2021 08:03:07 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/quot-open-quot-amp-quot-save-quot-silently-using-a-fusion-360/m-p/10659936#M7853</guid>
      <dc:creator>isocam</dc:creator>
      <dc:date>2021-10-01T08:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: "Open" &amp; "Save" Silently Using A Fusion 360 Python Script</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/quot-open-quot-amp-quot-save-quot-silently-using-a-fusion-360/m-p/10660121#M7854</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/84538"&gt;@isocam&lt;/a&gt;&amp;nbsp;.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Saving is done by the save or saveAs method of the Document Object.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.autodesk.com/view/fusion360/ENU/?guid=GUID-54a08742-92b2-4831-b9e6-4161b89f6e1e" target="_blank" rel="noopener"&gt;https://help.autodesk.com/view/fusion360/ENU/?guid=GUID-54a08742-92b2-4831-b9e6-4161b89f6e1e&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Open is the open method of Documents Object.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.autodesk.com/view/fusion360/ENU/?guid=GUID-29580a5e-995a-489e-9ea0-9753c1e11ac0" target="_blank" rel="noopener"&gt;https://help.autodesk.com/view/fusion360/ENU/?guid=GUID-29580a5e-995a-489e-9ea0-9753c1e11ac0&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The Application Object has documentOpened and documentSaved events for documents, but the events are not fired when the document itself is saved or opened, but when the command itself is completed.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://help.autodesk.com/view/fusion360/ENU/?guid=GUID-7209c4c7-bc58-4388-9e20-036410459094" target="_blank" rel="noopener"&gt;https://help.autodesk.com/view/fusion360/ENU/?guid=GUID-7209c4c7-bc58-4388-9e20-036410459094&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This makes it very difficult to know when to get the attributes after the document is opened.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Here is an example of monitoring the timing of f2d opening using a text command.&lt;/P&gt;
&lt;P&gt;&lt;A href="https://forums.autodesk.com/t5/fusion-360-api-and-scripts/drawing-pdf-export-how-to-access-the-new-export-manager/m-p/9945794#M12167" target="_blank" rel="noopener"&gt;https://forums.autodesk.com/t5/fusion-360-api-and-scripts/drawing-pdf-export-how-to-access-the-new-export-manager/m-p/9945794#M12167&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please respond occasionally.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 01 Oct 2021 09:24:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/quot-open-quot-amp-quot-save-quot-silently-using-a-fusion-360/m-p/10660121#M7854</guid>
      <dc:creator>kandennti</dc:creator>
      <dc:date>2021-10-01T09:24:14Z</dc:date>
    </item>
    <item>
      <title>Re: "Open" &amp; "Save" Silently Using A Fusion 360 Python Script</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/quot-open-quot-amp-quot-save-quot-silently-using-a-fusion-360/m-p/10661328#M7855</link>
      <description>&lt;P&gt;I think you need to define what you mean by "silently".&lt;/P&gt;</description>
      <pubDate>Fri, 01 Oct 2021 19:08:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/quot-open-quot-amp-quot-save-quot-silently-using-a-fusion-360/m-p/10661328#M7855</guid>
      <dc:creator>BrianEkins</dc:creator>
      <dc:date>2021-10-01T19:08:42Z</dc:date>
    </item>
    <item>
      <title>Re: "Open" &amp; "Save" Silently Using A Fusion 360 Python Script</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/quot-open-quot-amp-quot-save-quot-silently-using-a-fusion-360/m-p/10661996#M7856</link>
      <description>&lt;P&gt;By "Silently" I mean that you do not physically see anything happening. It is all done in the background.&lt;/P&gt;</description>
      <pubDate>Sat, 02 Oct 2021 09:17:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/quot-open-quot-amp-quot-save-quot-silently-using-a-fusion-360/m-p/10661996#M7856</guid>
      <dc:creator>isocam</dc:creator>
      <dc:date>2021-10-02T09:17:22Z</dc:date>
    </item>
    <item>
      <title>Re: "Open" &amp; "Save" Silently Using A Fusion 360 Python Script</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/quot-open-quot-amp-quot-save-quot-silently-using-a-fusion-360/m-p/10662759#M7857</link>
      <description>&lt;P&gt;Many of us are used to using a program to start an application or connect to an instance that's already running and then interacting with the application using it's API. And doing this all invisibly. This type of functionality is natively supported by an application that uses COM (Microsoft's Component Object Model). Fusion does NOT use COM and doesn't support access to the API from an external process, so what you described is not currently possible.&lt;/P&gt;</description>
      <pubDate>Sat, 02 Oct 2021 23:49:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/quot-open-quot-amp-quot-save-quot-silently-using-a-fusion-360/m-p/10662759#M7857</guid>
      <dc:creator>BrianEkins</dc:creator>
      <dc:date>2021-10-02T23:49:41Z</dc:date>
    </item>
  </channel>
</rss>

