SkillAgentSearch skills...

Naca

Generate 4 and 5 digit NACA airfoil sections

Install / Use

/learn @dgorissen/Naca
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

NACA Build Status

Code to generate 4 and 5 digit NACA profiles.

Works with Python 2 and Python 3.

Problems/Improvements: Dirk Gorissen dgorissen@gmail.com

# Get help
python naca.py -h
# Generate points for NACA profile 2412
python naca.py -p 2412
# Generate points for NACA profile 2412 with 300 points
python naca.py -p 2412 -n 300
# Generate points for NACA profile 2412 and display the result
python naca.py -p 2412 -d
# Generate points for NACA profile 2412 with smooth points spacing and display the result
python naca.py -p 2412 -d -s
# Generate points for several profiles
python naca.py -p "2412 23112" -d -s

Related Skills

View on GitHub
GitHub Stars43
CategoryDevelopment
Updated1mo ago
Forks12

Languages

Python

Security Score

75/100

Audited on Mar 6, 2026

No findings