Files
cadSet/SimpleCADAPI/docs/api/make_naca_propeller_blade_rsolid.md
2026-07-22 19:38:36 +08:00

487 B

make_naca_propeller_blade_rsolid

API Definition

def make_naca_propeller_blade_rsolid(blade_length = 5.0, root_chord = 1.5, tip_chord = 0.3, total_twist_angle = 45.0, num_sections = 7, t_c = 0.16) -> Solid

Source: evolve.py

Import Surface

  • top-level: from simplecadapi import make_naca_propeller_blade_rsolid

Description

Create a single propeller blade solid from a twisted NACA 0016 profile. The blade root starts at the origin and extends along +Z.