<?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: AirfoilFitter Add-in in Fusion API and Scripts Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/airfoilfitter-add-in/m-p/14020705#M22591</link>
    <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4518161"&gt;@rohit.bapat&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The screenshot shows the default settings which are tagnency continuous only, G2 and G3 are available as options.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;G1:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="G1" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1619232iE4F4BB40AE92DCD9/image-size/large?v=v2&amp;amp;px=999" role="button" title="original_f2914442-0eca-47be-b432-7d9bc603c4fc_.png" alt="G1" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;G1&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;G2:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="G2" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1619234i4E0D9B8DA77F5A28/image-size/large?v=v2&amp;amp;px=999" role="button" title="original_0e654787-ccec-4ae3-9e7c-e62212f5732a_.png" alt="G2" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;G2&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;G3:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="G3" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1619235iA797E77992764BD9/image-size/large?v=v2&amp;amp;px=999" role="button" title="original_d4e72b64-f358-48f0-a364-fce3448e6887_.png" alt="G3" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;G3&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 17 Feb 2026 07:14:56 GMT</pubDate>
    <dc:creator>m.reeg</dc:creator>
    <dc:date>2026-02-17T07:14:56Z</dc:date>
    <item>
      <title>AirfoilFitter Add-in</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/airfoilfitter-add-in/m-p/13989808#M22536</link>
      <description>&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;There are a number of Add-ins and scripts that read airfoil data from .dat files and create fit-point splines between each data point. This typically results in an excessive number of control points and suboptimal curvature, which can cause issues when creating bodies and surfaces from this geometry.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My add-in tries to address this by fitting a control point spline to the input data, the default is 10 points but that can be increased to improve accuracy as needed.&lt;/P&gt;&lt;P&gt;I've been experimenting with various methods to do this, and the current version is based on the paper "Universal Airfoil Parametrization Using B-Splines"&amp;nbsp;&lt;A href="https://arc.aiaa.org/doi/10.2514/6.2018-3949" target="_blank"&gt;(https://arc.aiaa.org/doi/10.2514/6.2018-3949).&lt;/A&gt;&lt;/P&gt;&lt;P&gt;Fusion doesn't really support B-Splines, so I have to abuse them by creating "single-span" B-Splines which admittedly is kind of stupid, but Fusion accepts them as a control point splines and that makes them useful for this application.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I do have a standalone project that creates proper B-Splines and those can be used in pretty much any other CAD-Software, the Fusion Add-In is a spin-off of this project.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The Add-in requires a couple of dependencies and attempts to install them on first run. This seems to work well on Windows but not so much on MacOS, any advice here would be greatly appreciated.&lt;/P&gt;&lt;P&gt;People have got it to work on Macs, but that requires manually installing the dependencies with the correct version of Python.&lt;/P&gt;&lt;P&gt;I have submitted the Add-In to the App Store and it is currently in review.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;A href="https://github.com/mr33g/AirfoilFitterFusionAddin/" target="_blank"&gt;https://github.com/mr33g/AirfoilFitterFusionAddin/&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="AirfoilFitter in action" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1613061i86F0B30B479D422A/image-size/large?v=v2&amp;amp;px=999" role="button" title="AirfoilFitter.PNG" alt="AirfoilFitter in action" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;AirfoilFitter in action&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Looking forward to your feedback!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Best,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;</description>
      <pubDate>Sun, 25 Jan 2026 14:06:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/airfoilfitter-add-in/m-p/13989808#M22536</guid>
      <dc:creator>m.reeg</dc:creator>
      <dc:date>2026-01-25T14:06:37Z</dc:date>
    </item>
    <item>
      <title>Re: AirfoilFitter Add-in</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/airfoilfitter-add-in/m-p/14020656#M22590</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6895628"&gt;@m.reeg&lt;/a&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you for posting your great work here. I am yet to check it out but looking at the image attached, something caught my eye.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;The curvature at the point where leading edges meet, is not smooth. I was wondering if there is any G1 or G2 constraint added between two leading edges (Splines)?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thank you&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2026 06:26:20 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/airfoilfitter-add-in/m-p/14020656#M22590</guid>
      <dc:creator>rohit.bapat</dc:creator>
      <dc:date>2026-02-17T06:26:20Z</dc:date>
    </item>
    <item>
      <title>Re: AirfoilFitter Add-in</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/airfoilfitter-add-in/m-p/14020705#M22591</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/4518161"&gt;@rohit.bapat&lt;/a&gt;,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The screenshot shows the default settings which are tagnency continuous only, G2 and G3 are available as options.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;G1:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="G1" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1619232iE4F4BB40AE92DCD9/image-size/large?v=v2&amp;amp;px=999" role="button" title="original_f2914442-0eca-47be-b432-7d9bc603c4fc_.png" alt="G1" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;G1&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;G2:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="G2" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1619234i4E0D9B8DA77F5A28/image-size/large?v=v2&amp;amp;px=999" role="button" title="original_0e654787-ccec-4ae3-9e7c-e62212f5732a_.png" alt="G2" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;G2&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;G3:&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="G3" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/1619235iA797E77992764BD9/image-size/large?v=v2&amp;amp;px=999" role="button" title="original_d4e72b64-f358-48f0-a364-fce3448e6887_.png" alt="G3" /&gt;&lt;span class="lia-inline-image-caption" onclick="event.preventDefault();"&gt;G3&lt;/span&gt;&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Michael&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2026 07:14:56 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/airfoilfitter-add-in/m-p/14020705#M22591</guid>
      <dc:creator>m.reeg</dc:creator>
      <dc:date>2026-02-17T07:14:56Z</dc:date>
    </item>
    <item>
      <title>Re: AirfoilFitter Add-in</title>
      <link>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/airfoilfitter-add-in/m-p/14020917#M22592</link>
      <description>&lt;P&gt;The Add-in is available in the App store btw., please download it from there.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;A href="https://apps.autodesk.com/FUSION/en/Detail/Index?id=7312110669169312529&amp;amp;appLang=en&amp;amp;os=Win64" target="_blank"&gt;https://apps.autodesk.com/FUSION/en/Detail/Index?id=7312110669169312529&amp;amp;appLang=en&amp;amp;os=Win64&lt;/A&gt;&lt;/STRONG&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Feb 2026 10:42:28 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-api-and-scripts-forum/airfoilfitter-add-in/m-p/14020917#M22592</guid>
      <dc:creator>m.reeg</dc:creator>
      <dc:date>2026-02-17T10:42:28Z</dc:date>
    </item>
  </channel>
</rss>

