<?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: Sketch ImportSVG not working after May 7 update in Fusion API and Scripts Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/sketch-importsvg-not-working-after-may-7-update/m-p/6333753#M19900</link>
    <description>&lt;P&gt;I had the same issue with expand/collapse, very frustrating. &amp;nbsp;Thanks for the good link.&lt;/P&gt;</description>
    <pubDate>Wed, 18 May 2016 15:12:29 GMT</pubDate>
    <dc:creator>MattWynn</dc:creator>
    <dc:date>2016-05-18T15:12:29Z</dc:date>
    <item>
      <title>Sketch ImportSVG not working after May 7 update</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/sketch-importsvg-not-working-after-may-7-update/m-p/6327607#M19897</link>
      <description>&lt;P&gt;I used to use the following code to import SVG files but since the May 7 update its not working properly. Im assuming this is due to the update and how SVG files can now be easily rotated and moved. Is there a new way to import SVG files with the API? I've been trying to reference the API documentation but everytime I click on the 'Fusion 360 API Reference Link' it just expands and imediately collapses. Here's the python code that used to work&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;rootComp = design.rootComponent&lt;/P&gt;&lt;P&gt;sketches = rootComp.sketches&lt;/P&gt;&lt;P&gt;sketch = sketches.add(rootComp.xYConstructionPlane)&lt;/P&gt;&lt;P&gt;ret = sketch.importSVG(WorkingDir + '\\' + file, 0, 0, 1)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I added the ret variable to see if it returned an error but the value was true. Any help on how to achieve this after the update or even how to view the documentation would be greatly appreciated.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Running:&lt;BR /&gt;Windows 10 Pro&lt;/P&gt;&lt;P&gt;tried with&amp;nbsp;&lt;/P&gt;&lt;P&gt;Chrome&amp;nbsp;&lt;SPAN&gt;50.0.2661.102 m&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Internet Explorer 11.3&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2016 04:52:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/sketch-importsvg-not-working-after-may-7-update/m-p/6327607#M19897</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-16T04:52:06Z</dc:date>
    </item>
    <item>
      <title>Re: Sketch ImportSVG not working after May 7 update</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/sketch-importsvg-not-working-after-may-7-update/m-p/6327637#M19898</link>
      <description>&lt;P&gt;Found an alternative location to view the API Reference Documentation&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="http://help.autodesk.com/view/NINVFUS/ENU/?guid=GUID-3922697A-7BF1-4799-9A5B-C8539DF57051" target="_self"&gt;http://help.autodesk.com/view/NINVFUS/ENU/?guid=GUID-3922697A-7BF1-4799-9A5B-C8539DF57051&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The old one I couldnt view because it would expand then immediately collapse&lt;/P&gt;&lt;P&gt;&lt;A href="http://fusion360.autodesk.com/learning/learning.html?guid=GUID-A92A4B10-3781-4925-94C6-47DA85A4F65A" target="_self"&gt;http://fusion360.autodesk.com/learning/learning.html?guid=GUID-A92A4B10-3781-4925-94C6-47DA85A4F65A&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Mon, 16 May 2016 05:51:14 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/sketch-importsvg-not-working-after-may-7-update/m-p/6327637#M19898</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-05-16T05:51:14Z</dc:date>
    </item>
    <item>
      <title>Re: Sketch ImportSVG not working after May 7 update</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/sketch-importsvg-not-working-after-may-7-update/m-p/6329495#M19899</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for reporting the issue to us. It looked a regression caused by SVG import enhancements. We will investigate/fix the issue in next Fusion 360 updates.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;
&lt;P&gt;Marshal&lt;/P&gt;</description>
      <pubDate>Tue, 17 May 2016 03:09:55 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/sketch-importsvg-not-working-after-may-7-update/m-p/6329495#M19899</guid>
      <dc:creator>marshaltu</dc:creator>
      <dc:date>2016-05-17T03:09:55Z</dc:date>
    </item>
    <item>
      <title>Re: Sketch ImportSVG not working after May 7 update</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/sketch-importsvg-not-working-after-may-7-update/m-p/6333753#M19900</link>
      <description>&lt;P&gt;I had the same issue with expand/collapse, very frustrating. &amp;nbsp;Thanks for the good link.&lt;/P&gt;</description>
      <pubDate>Wed, 18 May 2016 15:12:29 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/sketch-importsvg-not-working-after-may-7-update/m-p/6333753#M19900</guid>
      <dc:creator>MattWynn</dc:creator>
      <dc:date>2016-05-18T15:12:29Z</dc:date>
    </item>
  </channel>
</rss>

