<?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: API manual: Sketch.offset method retired, use the createOffsetInput and addOffset2 methods in Fusion API and Scripts Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/api-manual-sketch-offset-method-retired-use-the/m-p/13049467#M840</link>
    <description>&lt;P&gt;Here is my design.&lt;/P&gt;&lt;P&gt;&lt;A href="https://a360.co/3zDk3PJ" target="_blank"&gt;https://a360.co/3zDk3PJ&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I am doing wooden puzzles and to minimize the usage of expensive wood in the milling process, I built an Add-Inn called SketchOffsetMove. I move the parts manually using the offset lines to snap to the nearest possible distance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Fri, 27 Sep 2024 10:09:33 GMT</pubDate>
    <dc:creator>karl.ri</dc:creator>
    <dc:date>2024-09-27T10:09:33Z</dc:date>
    <item>
      <title>API manual: Sketch.offset method retired, use the createOffsetInput and addOffset2 methods</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/api-manual-sketch-offset-method-retired-use-the/m-p/13022172#M836</link>
      <description>&lt;P&gt;I cannot find any information about &lt;STRONG&gt;createOffsetinput&lt;/STRONG&gt; and &lt;STRONG&gt;addOffset2&lt;/STRONG&gt;.&lt;/P&gt;&lt;P&gt;My problem: I found no solution to get an "always outside" offset after a sketch.offset of a projected body.&lt;/P&gt;&lt;P&gt;So I hope addOffset2 will do it.&lt;/P&gt;&lt;P&gt;Regards from Austria,&lt;/P&gt;&lt;P&gt;Karl&lt;/P&gt;</description>
      <pubDate>Sun, 15 Sep 2024 18:26:41 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/api-manual-sketch-offset-method-retired-use-the/m-p/13022172#M836</guid>
      <dc:creator>karl.ri</dc:creator>
      <dc:date>2024-09-15T18:26:41Z</dc:date>
    </item>
    <item>
      <title>Re: API manual: Sketch.offset method retired, use the createOffsetInput and addOffset2 methods</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/api-manual-sketch-offset-method-retired-use-the/m-p/13022225#M837</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You can find the documentation about them here:&lt;/P&gt;&lt;P&gt;&lt;A href="https://help.autodesk.com/view/fusion360/ENU/?guid=GUID-52c4f765-43c8-4d81-a1a8-5151dc02c03c" target="_blank"&gt;https://help.autodesk.com/view/fusion360/ENU/?guid=GUID-52c4f765-43c8-4d81-a1a8-5151dc02c03c&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regarding the offset direction (internal or external), there is a specification provided in the&amp;nbsp;GeometricConstraints.createOffsetInput's&amp;nbsp;offset parameter.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jorge Jaramillo&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 15 Sep 2024 19:25:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/api-manual-sketch-offset-method-retired-use-the/m-p/13022225#M837</guid>
      <dc:creator>Jorge_Jaramillo</dc:creator>
      <dc:date>2024-09-15T19:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: API manual: Sketch.offset method retired, use the createOffsetInput and addOffset2 methods</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/api-manual-sketch-offset-method-retired-use-the/m-p/13044776#M838</link>
      <description>&lt;P&gt;Thanks Jorge for your promt reply.&lt;/P&gt;&lt;P&gt;I experimented a lot but cannot get it to work. See my problem in SOM.jpg:&lt;/P&gt;&lt;P&gt;code line 125 and 126: both lines and line&amp;nbsp; &amp;gt; isValid =True&lt;/P&gt;&lt;P&gt;code line 127: curves &amp;gt; isValid =&amp;nbsp; False (i have no idea, why)&lt;/P&gt;&lt;DIV&gt;&lt;DIV&gt;geometricConstraints.createOffsetInput(curves, offset) generates the shown type error.&lt;/DIV&gt;&lt;DIV&gt;If I use the old version&lt;DIV&gt;&lt;DIV&gt;&amp;nbsp;offsetcurv = skt.offset(curves, dirPoints, offset)&lt;/DIV&gt;&lt;/DIV&gt;it works, but some of the offset lines are inside (see SOM2.jpg)&lt;/DIV&gt;&lt;/DIV&gt;&lt;P&gt;What I am doing wrong, any idea?&lt;/P&gt;&lt;P&gt;Regards from Austria,&lt;/P&gt;&lt;P&gt;Karl&lt;/P&gt;</description>
      <pubDate>Wed, 25 Sep 2024 16:22:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/api-manual-sketch-offset-method-retired-use-the/m-p/13044776#M838</guid>
      <dc:creator>karl.ri</dc:creator>
      <dc:date>2024-09-25T16:22:33Z</dc:date>
    </item>
    <item>
      <title>Re: API manual: Sketch.offset method retired, use the createOffsetInput and addOffset2 methods</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/api-manual-sketch-offset-method-retired-use-the/m-p/13047549#M839</link>
      <description>&lt;P&gt;Can you attach the design so that I can reproduce the problem and see if I can get the correct result?&lt;/P&gt;</description>
      <pubDate>Thu, 26 Sep 2024 15:32:49 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/api-manual-sketch-offset-method-retired-use-the/m-p/13047549#M839</guid>
      <dc:creator>BrianEkins</dc:creator>
      <dc:date>2024-09-26T15:32:49Z</dc:date>
    </item>
    <item>
      <title>Re: API manual: Sketch.offset method retired, use the createOffsetInput and addOffset2 methods</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/api-manual-sketch-offset-method-retired-use-the/m-p/13049467#M840</link>
      <description>&lt;P&gt;Here is my design.&lt;/P&gt;&lt;P&gt;&lt;A href="https://a360.co/3zDk3PJ" target="_blank"&gt;https://a360.co/3zDk3PJ&lt;/A&gt;&lt;/P&gt;&lt;P&gt;I am doing wooden puzzles and to minimize the usage of expensive wood in the milling process, I built an Add-Inn called SketchOffsetMove. I move the parts manually using the offset lines to snap to the nearest possible distance.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 27 Sep 2024 10:09:33 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/api-manual-sketch-offset-method-retired-use-the/m-p/13049467#M840</guid>
      <dc:creator>karl.ri</dc:creator>
      <dc:date>2024-09-27T10:09:33Z</dc:date>
    </item>
  </channel>
</rss>

