Sample RhinoCommon plug-in that demonstrates how to import Selig airfoil data.
For details on Selig airfoil data and sample data files, visit the UIUC Airfoil Data Site.
The following tool is required to build ImportSelig:
- Microsoft Visual Studio. Visual Studio comes in three editions: Community (free), Professional, and Enterprise. All of these editions will work.
Note, the solution uses the RhinoCommon package available on NuGet.
- Clone the repository. At a command prompt, enter the following command:
git clone https://github.com/dalefugier/ImportSelig
- Open the
ImportSelig.vcproj
solution file in Visual Studio. - Press F7, or click Build > Build Solution to build the solution.
See the file LICENSE for details.