Skip to content

Instantly share code, notes, and snippets.

View rasheeddo's full-sized avatar

Rasheed rasheeddo

View GitHub Profile
## This code is to generate equation string as X and Y
## to use with Solidworks -> Equaiton Driven Curve
## to generate cycloidal disc sketch
'''
# ratio 14:1 with 7015GYEMS
R = 42
E = 1.5 #E < R/N
Rr = 4
N = 15
'''