Script which directly generate 4-digit NACA profile to .STL file in ASCII code.
- Youtube - How to simply run this script
You can simply run a script in Windows cmd or Ubuntu Bash.
Variables:
- "foil" - number
- "numberOfPoints" - cnt
- "chordLength" - meter
- "lenght" - meter
- "angleOfAttack" - deg
Example:
python myNaca.py 2412 150 1 3 6
or for default
python myNaca.py
Script works with Python 3.x.x
- Python - Download link to latest Python
Tested in Windows 10 Pro and Ubuntu 16.04 with Python 3.6.5
- Miroslav Kabát
- www.miroslavkabat.cz
- +420 607 624 470
- kabat@keng.cz
This project is licensed under the MIT License - see the LICENSE file for details
Permissions
- Commercial use
- Modification
- Distribution
- Private use
Limitations
- Liability
- Warranty
I hope in more free time to improve this script. 5-digit NACA will be next step.
