<?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: SketchArc - blue screen in Fusion API and Scripts Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/sketcharc-blue-screen/m-p/9251321#M12864</link>
    <description>&lt;P&gt;Thank you for the light speed response &lt;EM&gt;&lt;STRONG&gt;Mr.Ekins&lt;/STRONG&gt;&lt;/EM&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;crashes for points A &amp;lt;x:-2.25 y:-1.5 z:0.0&amp;lt; C &amp;lt;x:-2.25 y:1.5 z:0.0&amp;gt; E &amp;lt;x:-2.25 y:0.0 z:0.0&amp;gt;&lt;/P&gt;&lt;P&gt;in the code line arc_A = Arcs.addByThreePoints(point_A, point_E.geometry, point_C)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have dag deeper. Obviously this is &lt;FONT color="#FF00FF"&gt;&lt;EM&gt;&lt;STRONG&gt;MY PROBLEM. SILLY ME&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, the software should handle such issues in more &lt;EM&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;more graceful&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt; way.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Regards&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;MichaelT&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Wed, 15 Jan 2020 06:00:20 GMT</pubDate>
    <dc:creator>MichaelT_123</dc:creator>
    <dc:date>2020-01-15T06:00:20Z</dc:date>
    <item>
      <title>SketchArc - blue screen</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/sketcharc-blue-screen/m-p/9251299#M12862</link>
      <description>&lt;P&gt;Hi TF360,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;This is a copy of the crash report just sent to &lt;EM&gt;&lt;STRONG&gt;Autodesk&lt;/STRONG&gt;&lt;/EM&gt;.&lt;/P&gt;&lt;P&gt;############&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;FONT color="#FF00FF"&gt;&lt;STRONG&gt;Silly me&lt;/STRONG&gt;&lt;/FONT&gt;, I have tried create 3PntArc when the firsts and the last point have the same coords. Such situation ends (predictably) in this 'blue screen' report.&lt;/EM&gt;&lt;BR /&gt;&lt;EM&gt;How difficult could be to fix it?&lt;/EM&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;Regards&lt;/EM&gt;&lt;/STRONG&gt;&lt;BR /&gt;&lt;STRONG&gt;&lt;EM&gt;MichaelT&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;###########&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2020 05:30:38 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/sketcharc-blue-screen/m-p/9251299#M12862</guid>
      <dc:creator>MichaelT_123</dc:creator>
      <dc:date>2020-01-15T05:30:38Z</dc:date>
    </item>
    <item>
      <title>Re: SketchArc - blue screen</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/sketcharc-blue-screen/m-p/9251314#M12863</link>
      <description>&lt;P&gt;It certainly shouldn't cause Fusion to crash (I assume that's what you mean by "blue screen").&amp;nbsp; But it should fail because having two identical points doesn't provide enough information to create the arc.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2020 05:52:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/sketcharc-blue-screen/m-p/9251314#M12863</guid>
      <dc:creator>BrianEkins</dc:creator>
      <dc:date>2020-01-15T05:52:08Z</dc:date>
    </item>
    <item>
      <title>Re: SketchArc - blue screen</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/sketcharc-blue-screen/m-p/9251321#M12864</link>
      <description>&lt;P&gt;Thank you for the light speed response &lt;EM&gt;&lt;STRONG&gt;Mr.Ekins&lt;/STRONG&gt;&lt;/EM&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;crashes for points A &amp;lt;x:-2.25 y:-1.5 z:0.0&amp;lt; C &amp;lt;x:-2.25 y:1.5 z:0.0&amp;gt; E &amp;lt;x:-2.25 y:0.0 z:0.0&amp;gt;&lt;/P&gt;&lt;P&gt;in the code line arc_A = Arcs.addByThreePoints(point_A, point_E.geometry, point_C)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have dag deeper. Obviously this is &lt;FONT color="#FF00FF"&gt;&lt;EM&gt;&lt;STRONG&gt;MY PROBLEM. SILLY ME&lt;/STRONG&gt;&lt;/EM&gt;&lt;/FONT&gt;.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;However, the software should handle such issues in more &lt;EM&gt;&lt;STRONG&gt;&lt;FONT color="#0000FF"&gt;more graceful&lt;/FONT&gt;&lt;/STRONG&gt;&lt;/EM&gt; way.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Regards&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;MichaelT&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2020 06:00:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/sketcharc-blue-screen/m-p/9251321#M12864</guid>
      <dc:creator>MichaelT_123</dc:creator>
      <dc:date>2020-01-15T06:00:20Z</dc:date>
    </item>
    <item>
      <title>Re: SketchArc - blue screen</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/sketcharc-blue-screen/m-p/9251344#M12865</link>
      <description>&lt;P&gt;Agreed.&amp;nbsp; It should raise an exception so you can catch it with a try except and should never crash Fusion.&amp;nbsp; Crashing is definitely a bug on the Fusion side.&amp;nbsp; Providing bad input is a bug on your side.&lt;/P&gt;</description>
      <pubDate>Wed, 15 Jan 2020 06:20:44 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/sketcharc-blue-screen/m-p/9251344#M12865</guid>
      <dc:creator>BrianEkins</dc:creator>
      <dc:date>2020-01-15T06:20:44Z</dc:date>
    </item>
  </channel>
</rss>

