jimy-byerley / pymadcad

Simple yet powerful CAD (Computer Aided Design) library, written with Python.
https://madcad.netlify.app/
GNU Lesser General Public License v3.0
211 stars 17 forks source link

reworked helical spur gear #67

Closed bourbonut closed 1 year ago

bourbonut commented 1 year ago
ext = gearexterior(..., helix_angle=radians(...), chamfer=True)
# Or
ext = gearexterior(..., helix_angle=radians(...), chamfer=radians(...))
# Or
ext = gearexterior(..., helix_angle=radians(...), chamfer=(radians(...), ratio))