<?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: drawing airfoil from coordinates in Fusion Design, Validate &amp; Document Forum</title>
    <link>https://forums.autodesk.com/t5/fusion-design-validate-document/drawing-airfoil-from-coordinates/m-p/9243250#M270205</link>
    <description>&lt;P&gt;OK so the spline script is now under tools which is fine but something else has changed. I tried importing a .csv file that generated a spline in the past. Now the same file generates nothing!&lt;/P&gt;</description>
    <pubDate>Fri, 10 Jan 2020 15:25:05 GMT</pubDate>
    <dc:creator>valR7UZK</dc:creator>
    <dc:date>2020-01-10T15:25:05Z</dc:date>
    <item>
      <title>drawing airfoil from coordinates</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/drawing-airfoil-from-coordinates/m-p/6060256#M270190</link>
      <description>&lt;P&gt;I am trying to draw an airfoil from coordinates generated from another program.&amp;nbsp;&amp;nbsp; Looks like I need to "import spline csv"&amp;nbsp;&amp;nbsp;&amp;nbsp; I cannot seem to get a format from excel into somethint that fusion 360 likes.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sun, 28 Feb 2016 14:15:42 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/drawing-airfoil-from-coordinates/m-p/6060256#M270190</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-28T14:15:42Z</dc:date>
    </item>
    <item>
      <title>Re: drawing airfoil from coordinates</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/drawing-airfoil-from-coordinates/m-p/6061709#M270191</link>
      <description>&lt;P&gt;Hi&amp;nbsp;@Anonymous﻿,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think I can help you out here. I have seen people grab the airfoil data from a .DAT file before so I included those steps. If these don't apply just skip those.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;OL&gt;
&lt;LI&gt;Open the .DAT file in Excel.&lt;/LI&gt;
&lt;LI&gt;Go through the .DAT import wizard. On the first screen, make sure to choose the appropriate option under "Original Data Type". For the test DAT file I used, I did not have my values as comma separated, so I needed to use "Fixed Width" in order to make sure that my values for X fell into column 1 and my values for Y fell into column 2. If you click Next, it will give you a breakdown of the columns, just verify here that it works. Also, only include numeric values, no words or anythings.&lt;/LI&gt;
&lt;LI&gt;If all is okay, press Finish.&lt;/LI&gt;
&lt;LI&gt;If there is only X,Y data, make sure to add a Z column as well. If there is no Z data, just add all zeros.&amp;nbsp;&lt;/LI&gt;
&lt;LI&gt;Double-check the Excel sheet and verify that there are no row breaks or invalid characters as this will mess it up in Fusion 360&lt;/LI&gt;
&lt;LI&gt;Save the File from Excel as a .csv (comma delimited).&lt;/LI&gt;
&lt;LI&gt;For verification, open the .csv in Notepad to see if it is properly separated.&lt;/LI&gt;
&lt;LI&gt;In Fusion 360, in the File menu select Scripts and Add-Ins. Scroll down to Import Spline CSV and double click the one with the yellow and blue icon. Then open the .csv you created and the airfoil should be created from the data points.&lt;/LI&gt;
&lt;/OL&gt;
&lt;P&gt;Realistically all a CSV file is a text file with each row of the file indicating a point, and each value, separated by a comma indicates a coordinate (X,Y,Z) respectively. Using a text editor program such as Notepad++ is really good as it breaks it down by line. A sample would look like the following.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;.25,1,0&lt;/P&gt;
&lt;P&gt;.5,1.5,0&lt;/P&gt;
&lt;P&gt;.75,1.75,0&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Let me know if that worked or not!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks,&lt;/P&gt;</description>
      <pubDate>Mon, 29 Feb 2016 15:22:09 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/drawing-airfoil-from-coordinates/m-p/6061709#M270191</guid>
      <dc:creator>James.Youmatz</dc:creator>
      <dc:date>2016-02-29T15:22:09Z</dc:date>
    </item>
    <item>
      <title>Re: drawing airfoil from coordinates</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/drawing-airfoil-from-coordinates/m-p/6062049#M270192</link>
      <description>That's a helpful trick to know about the import on csv.&lt;BR /&gt;&lt;BR /&gt;As a segue I would recommend using a spline with 5 cv to do the profile (unless you're doing a supersonic airfoil shape... which begs the question). There was a recent paper on this process (AIAA I think... but I've had trouble finding it as of late) which utilized that process as a means to create a very large number of airfoils for analysis (VLM) and compared those results to known airfoil shapes for which they matched. They found they were able to secure the airfoil shape, with less required information (rather than 100+ data points they used maybe 12 variables at the most to describe the airfoil), and higher fidelity. They also so improvement to the profiles by matching the pressure distribution from the analysis to similar analysis to known shapes (NACA 4-, 5-, and 6-series for instance).&lt;BR /&gt;&lt;BR /&gt;I say this because; regardless of how accurate the data points, I have found that the eventual spline that is run between the points will not run true/fair. Even eventually scalloping in some of the more heinous offenders. As a consequence the graphical representation, parametric integration of components, and the resultant discrepancy between that geometry and analysis performed will vary, sometimes significantly.</description>
      <pubDate>Mon, 29 Feb 2016 17:39:54 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/drawing-airfoil-from-coordinates/m-p/6062049#M270192</guid>
      <dc:creator>vex</dc:creator>
      <dc:date>2016-02-29T17:39:54Z</dc:date>
    </item>
    <item>
      <title>Re: drawing airfoil from coordinates</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/drawing-airfoil-from-coordinates/m-p/6062119#M270193</link>
      <description>Seems my ability to edit this post has passed, so I place this link here to link a similar thread which may help explain the process:&lt;BR /&gt;&lt;A href="https://forums.autodesk.com/t5/design-validate-document/aerodynamic-fillet/td-p/6031663/page/2" target="_blank"&gt;https://forums.autodesk.com/t5/design-validate-document/aerodynamic-fillet/td-p/6031663/page/2&lt;/A&gt;</description>
      <pubDate>Mon, 29 Feb 2016 18:17:10 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/drawing-airfoil-from-coordinates/m-p/6062119#M270193</guid>
      <dc:creator>vex</dc:creator>
      <dc:date>2016-02-29T18:17:10Z</dc:date>
    </item>
    <item>
      <title>Re: drawing airfoil from coordinates</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/drawing-airfoil-from-coordinates/m-p/6062537#M270194</link>
      <description>&lt;P&gt;Thank you I had some numbers that I had used in a previous project in an excel file.&amp;nbsp; Added a column &amp;nbsp;of 0's for the z value and exported it as a CSV file.&amp;nbsp; For some reason when imported into A360 the numbers did not scale properly.&amp;nbsp;&amp;nbsp; The coordinates were for a 1" chord and it was only about .4&amp;nbsp;&amp;nbsp; As this was for a little model airplane I am not concerned about being exact so I manipulated the numbers in excel and got the chord I wanted.&amp;nbsp; I then put some numbers in excel to draw a simple spline and the spline after being imported as a CSV file had about the same scaling difference as my airfoil coordinates. Next time I have to do this I will follow your instructions exactly and see If I get different results.&lt;/P&gt;</description>
      <pubDate>Mon, 29 Feb 2016 22:37:21 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/drawing-airfoil-from-coordinates/m-p/6062537#M270194</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2016-02-29T22:37:21Z</dc:date>
    </item>
    <item>
      <title>Re: drawing airfoil from coordinates</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/drawing-airfoil-from-coordinates/m-p/6062895#M270195</link>
      <description>&lt;P&gt;Great tip James...I import into DraftSight using a script file, will have to try this in Fusion..&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Don&lt;/P&gt;</description>
      <pubDate>Tue, 01 Mar 2016 03:42:58 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/drawing-airfoil-from-coordinates/m-p/6062895#M270195</guid>
      <dc:creator>dghylin</dc:creator>
      <dc:date>2016-03-01T03:42:58Z</dc:date>
    </item>
    <item>
      <title>Re: drawing airfoil from coordinates</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/drawing-airfoil-from-coordinates/m-p/6212847#M270196</link>
      <description>&lt;P&gt;Had a few minutes here so decided to try James method to sketch an airfoil using .dat files. Here's how I did it.....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Copied the .dat file into Excel. I had to run a "text to columns" operation to get the x and y coordinates into two columns. There was no z coordinate so added "0" in the cells in the next column. Make sure this data ends up in Col A, B, &amp;amp; C.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;As Fusion reads scripting in centimeters, regardless of the setting you have, I had to manipulate the data in Excel prior to saving to have the result in Fusion in inches. Also wanted to provide for the chord desired.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;In Excel....moved over a couple of columns(E) and entered the chord that was desired in E1. Then in F1 wrote this formula...&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;=A1*2.54*$E$1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Drug that formula across to H1. Drug F1 thru H1 down to the bottom of the list.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Copied Col's F1 thru H1 and pasted into Col's J thru L as value.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Delete all Col's up to but not including Col J. Save file off as .cvs as described above.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;The result, read into Fusion as a sketch, will be in inches and have the correct chord.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Works great and takes longer to type it out than it does to do it....:)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks again James for the tip....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Don&lt;/P&gt;</description>
      <pubDate>Sat, 12 Mar 2016 22:22:11 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/drawing-airfoil-from-coordinates/m-p/6212847#M270196</guid>
      <dc:creator>dghylin</dc:creator>
      <dc:date>2016-03-12T22:22:11Z</dc:date>
    </item>
    <item>
      <title>Re: drawing airfoil from coordinates</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/drawing-airfoil-from-coordinates/m-p/6789933#M270197</link>
      <description>&lt;P&gt;While the method in post 2 works, it is rather awkward. Is there any plans to provide direct import of .dat files as some of the packages do? Most do not require a z coordinate, since they assume it is a sketch entity on the construction plane it is being imported onto. They also ignore the name at the top of .dat files, and ask for a scaling factor in the import dialogue. Even a .txt import with those features would be OK.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;</description>
      <pubDate>Sat, 07 Jan 2017 19:40:34 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/drawing-airfoil-from-coordinates/m-p/6789933#M270197</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-01-07T19:40:34Z</dc:date>
    </item>
    <item>
      <title>Re: drawing airfoil from coordinates</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/drawing-airfoil-from-coordinates/m-p/7584083#M270198</link>
      <description>&lt;P&gt;This app imports Dr. Selig's .dat files perfectly:&lt;/P&gt;&lt;P&gt;&lt;A href="https://apps.autodesk.com/FUSION/en/Detail/Index?id=3044478757760121899&amp;amp;appLang=en&amp;amp;os=Win64" target="_blank"&gt;https://apps.autodesk.com/FUSION/en/Detail/Index?id=3044478757760121899&amp;amp;appLang=en&amp;amp;os=Win64&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 29 Nov 2017 23:20:52 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/drawing-airfoil-from-coordinates/m-p/7584083#M270198</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-29T23:20:52Z</dc:date>
    </item>
    <item>
      <title>Re: drawing airfoil from coordinates</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/drawing-airfoil-from-coordinates/m-p/7584235#M270199</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/236028"&gt;@vex&lt;/a&gt; wrote:&lt;BR /&gt;That's a helpful trick to know about the import on csv.&lt;BR /&gt;&lt;BR /&gt;As a segue I would recommend using a spline with 5 cv to do the profile (unless you're doing a supersonic airfoil shape... which begs the question). There was a recent paper on this process (AIAA I think... but I've had trouble finding it as of late) which utilized that process as a means to create a very large number of airfoils for analysis (VLM) and compared those results to known airfoil shapes for which they matched. They found they were able to secure the airfoil shape, with less required information (rather than 100+ data points they used maybe 12 variables at the most to describe the airfoil), and higher fidelity. They also so improvement to the profiles by matching the pressure distribution from the analysis to similar analysis to known shapes (NACA 4-, 5-, and 6-series for instance).&lt;BR /&gt;&lt;BR /&gt;I say this because; regardless of how accurate the data points, I have found that the eventual spline that is run between the points will not run true/fair. Even eventually scalloping in some of the more heinous offenders. As a consequence the graphical representation, parametric integration of components, and the resultant discrepancy between that geometry and analysis performed will vary, sometimes significantly.&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I've been wonder in about the&amp;nbsp;same thing. Fidelity.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;In essence I was working on a project with an NACA Airfoil curve and imported the data into CAD (not Fusion 360 in this case). The curvature of a curve&amp;nbsp;through these points was absolutely terrible.&lt;/P&gt;
&lt;P&gt;However, a nice 5'th degree CV curve approximated that profile very nicely with excellent curvature.&lt;/P&gt;
&lt;P&gt;As such the question arose whether a profile with excellent curvature would not actually provide better characteristics than a monster with 100 "precise" points but crappy curvature.&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2017 00:44:17 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/drawing-airfoil-from-coordinates/m-p/7584235#M270199</guid>
      <dc:creator>TrippyLighting</dc:creator>
      <dc:date>2017-11-30T00:44:17Z</dc:date>
    </item>
    <item>
      <title>Re: drawing airfoil from coordinates</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/drawing-airfoil-from-coordinates/m-p/7584269#M270200</link>
      <description>&lt;P&gt;I just looked closer at my airfoil imported. The leading edge is true to the pattern I made 20 years ago on Profoil but the trailing edge has a little issue on the upper side between points 3 and four from the trailing edge.&lt;/P&gt;&lt;P&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="S4083 Hand Launch v2.png" style="width: 705px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/432757i29F5B3999F10B35D/image-size/large?v=v2&amp;amp;px=999" role="button" title="S4083 Hand Launch v2.png" alt="S4083 Hand Launch v2.png" /&gt;&lt;/span&gt;&lt;span class="lia-inline-image-display-wrapper lia-image-align-inline" image-alt="S4083 Hand Launch v2 Trailing.png" style="width: 705px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/432758i0639F52CBFE9A3E7/image-size/large?v=v2&amp;amp;px=999" role="button" title="S4083 Hand Launch v2 Trailing.png" alt="S4083 Hand Launch v2 Trailing.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 30 Nov 2017 01:01:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/drawing-airfoil-from-coordinates/m-p/7584269#M270200</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2017-11-30T01:01:15Z</dc:date>
    </item>
    <item>
      <title>Re: drawing airfoil from coordinates</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/drawing-airfoil-from-coordinates/m-p/8346688#M270201</link>
      <description>&lt;P&gt;It worked as advertised awhile ago creating very smooth wing profiles as splines in a sketch. But recently I tried to import again one of the .CSV files into Fusion but nothing appeared in the active sketch like the operation was disabled.&lt;/P&gt;&lt;P&gt;Anny suggestions to try?&lt;/P&gt;</description>
      <pubDate>Fri, 19 Oct 2018 18:36:06 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/drawing-airfoil-from-coordinates/m-p/8346688#M270201</guid>
      <dc:creator>valR7UZK</dc:creator>
      <dc:date>2018-10-19T18:36:06Z</dc:date>
    </item>
    <item>
      <title>Re: drawing airfoil from coordinates</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/drawing-airfoil-from-coordinates/m-p/9238984#M270202</link>
      <description>&lt;P&gt;"in the File menu select Scripts and Add-Ins. Scroll down to Import Spline CSV"&lt;/P&gt;&lt;P&gt;I used this method before but now I can't find scripts or add ins in the latest Fusion 360&lt;/P&gt;&lt;P&gt;What else would allow me to import a CSV file?&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2020 21:57:37 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/drawing-airfoil-from-coordinates/m-p/9238984#M270202</guid>
      <dc:creator>valR7UZK</dc:creator>
      <dc:date>2020-01-08T21:57:37Z</dc:date>
    </item>
    <item>
      <title>Re: drawing airfoil from coordinates</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/drawing-airfoil-from-coordinates/m-p/9238991#M270203</link>
      <description>&lt;P&gt;Hi&amp;nbsp;&lt;a href="https://forums.autodesk.com/t5/user/viewprofilepage/user-id/6338790"&gt;@valR7UZK&lt;/a&gt;&amp;nbsp;,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is now found under the Tools tab.&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="Screen Shot 2020-01-08 at 4.59.14 PM.png" style="width: 999px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/714613i048909C3907F3683/image-size/large?v=v2&amp;amp;px=999" role="button" title="Screen Shot 2020-01-08 at 4.59.14 PM.png" alt="Screen Shot 2020-01-08 at 4.59.14 PM.png" /&gt;&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 08 Jan 2020 21:59:50 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/drawing-airfoil-from-coordinates/m-p/9238991#M270203</guid>
      <dc:creator>James.Youmatz</dc:creator>
      <dc:date>2020-01-08T21:59:50Z</dc:date>
    </item>
    <item>
      <title>Re: drawing airfoil from coordinates</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/drawing-airfoil-from-coordinates/m-p/9240569#M270204</link>
      <description>&lt;P&gt;I ran the CSV script in a XY sketch but nothing showed up.&lt;/P&gt;&lt;P&gt;Attached is a sample of the CSV file&lt;/P&gt;</description>
      <pubDate>Thu, 09 Jan 2020 15:55:00 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/drawing-airfoil-from-coordinates/m-p/9240569#M270204</guid>
      <dc:creator>valR7UZK</dc:creator>
      <dc:date>2020-01-09T15:55:00Z</dc:date>
    </item>
    <item>
      <title>Re: drawing airfoil from coordinates</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/drawing-airfoil-from-coordinates/m-p/9243250#M270205</link>
      <description>&lt;P&gt;OK so the spline script is now under tools which is fine but something else has changed. I tried importing a .csv file that generated a spline in the past. Now the same file generates nothing!&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2020 15:25:05 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/drawing-airfoil-from-coordinates/m-p/9243250#M270205</guid>
      <dc:creator>valR7UZK</dc:creator>
      <dc:date>2020-01-10T15:25:05Z</dc:date>
    </item>
    <item>
      <title>Re: drawing airfoil from coordinates</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/drawing-airfoil-from-coordinates/m-p/9244332#M270206</link>
      <description>&lt;P&gt;You are not trying to use the actual .jpg file?&lt;/P&gt;
&lt;P&gt;but do have a .csv file that has those numbers listed, they are a valid list and format&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I checked and found the script is still there, if things are still unclear, and it worked for me, here....&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="csvscript.PNG" style="width: 813px;"&gt;&lt;img src="https://forums.autodesk.com/t5/image/serverpage/image-id/715683iF1170823C517A4C5/image-size/large?v=v2&amp;amp;px=999" role="button" title="csvscript.PNG" alt="csvscript.PNG" /&gt;&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Select the script, press Run, select the file, and I got the spline in the front view, without a plane selected...&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Might help....&lt;/P&gt;</description>
      <pubDate>Fri, 10 Jan 2020 23:37:15 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/drawing-airfoil-from-coordinates/m-p/9244332#M270206</guid>
      <dc:creator>davebYYPCU</dc:creator>
      <dc:date>2020-01-10T23:37:15Z</dc:date>
    </item>
    <item>
      <title>Re: drawing airfoil from coordinates</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/drawing-airfoil-from-coordinates/m-p/9244924#M270207</link>
      <description>&lt;P&gt;I created a csv file with 0 in column A, Y and Z coordinates in cols. B and C.&lt;/P&gt;&lt;P&gt;I created a sketch in the YZ plane and followed the procedure outlined here. No import showed up.&lt;/P&gt;&lt;P&gt;The Y range is 12" to 1.5" and Z range is 0" to 80".&amp;nbsp;&lt;/P&gt;&lt;P&gt;Where is the spline?&lt;/P&gt;</description>
      <pubDate>Sat, 11 Jan 2020 16:40:22 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/drawing-airfoil-from-coordinates/m-p/9244924#M270207</guid>
      <dc:creator>valR7UZK</dc:creator>
      <dc:date>2020-01-11T16:40:22Z</dc:date>
    </item>
    <item>
      <title>Re: drawing airfoil from coordinates</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/drawing-airfoil-from-coordinates/m-p/9244929#M270208</link>
      <description>&lt;P&gt;I have a start up license. Is it possible this functionality is not enabled?&lt;/P&gt;</description>
      <pubDate>Sat, 11 Jan 2020 16:46:08 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/drawing-airfoil-from-coordinates/m-p/9244929#M270208</guid>
      <dc:creator>valR7UZK</dc:creator>
      <dc:date>2020-01-11T16:46:08Z</dc:date>
    </item>
    <item>
      <title>Re: drawing airfoil from coordinates</title>
      <link>https://forums.autodesk.com/t5/fusion-design-validate-document/drawing-airfoil-from-coordinates/m-p/9245044#M270209</link>
      <description>&lt;P&gt;I don’t think it is a Licence restriction.&lt;/P&gt;
&lt;P&gt;Does Fusion Create a new sketch?&lt;/P&gt;
&lt;P&gt;Is the sketch folder Eyeball turned on,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Timeline on or off, which design mode when starting, lots of things to check,&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Csv is plain vanilla, no labels in the columns, first line is a valid point position?&lt;/P&gt;
&lt;P&gt;(Same as the jpg, your stated range is not that jpg values, no formatting like ‘’ in the list?)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Can you attach the Fusion file and CSV files, could be X / A column&amp;nbsp;all Zero, that is having an effect, but I have done 3d Splines so should work.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Might help&lt;/P&gt;</description>
      <pubDate>Sat, 11 Jan 2020 19:23:31 GMT</pubDate>
      <guid>https://forums.autodesk.com/t5/fusion-design-validate-document/drawing-airfoil-from-coordinates/m-p/9245044#M270209</guid>
      <dc:creator>davebYYPCU</dc:creator>
      <dc:date>2020-01-11T19:23:31Z</dc:date>
    </item>
  </channel>
</rss>

