Skip to content

Fusion360 script for creating Cycloidal Drive sketch

License

Notifications You must be signed in to change notification settings

Gary4055/CycloidalDrive

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

47 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Fusion360 script for creating Cycloidal Drive sketch

This can create part of cycloidal drive

  • Cycloida gear (gray)
    • Trochoidal parallel curve
    • Centor hole
    • Around hole
  • Ring pin (yellow)
  • Output disk pin (green)

How to use

You clone this in

Windows – %appdata%\Autodesk\Autodesk Fusion 360\API\Scripts\
Mac – $HOME/Library/Application Support/Autodesk/Autodesk Fusion 360/API/Scripts\

Necessary parameter

You need least 5 parameter

Raducation ratio

raducation ratio = 1 - (ring pin num / cycloidal gear thooth num)
This script support only max raducation ratio.
So, ring pin num = cycloidal gear thooth num + 1

Eccentric amount

Difference between centor of ring pin pitch ring and centor of cycloidal gear.

Ring pin diameter

diameter

Ring pin pitch diameter

Pitch ring is through to the all centor of ring pin.

Cycloidal curve plot num par thooth

This script reder curve in sprine command.
So, you need to decide point num.
If few point num, cycloidal curve be inexactitude.
If a lot of point num, run slow.

Optionary parameter

If you want to draw more, you can draw centor hole, around hole and output disk pin.

Draw centor hole (Cycloidal gear centor hole)

If you check this, drawn centor hole and you can set diameter.

Diameter (Cycloidal gear centor hole)

Centor hole diameter

Draw around hole (Cycloidal gear to output disk)

If you check this, drawn around hole and you can set parameter.

Draw output disk pin (Cycloidal gear to output disk)

If you check this, drawn output disk pin and you can set parameter.

Set about (Cycloidal gear to output disk)

Around hole parameter linked with output disk parameter.
You can choise set about around hole's parameter or output disk pin's parameter.

Hole(pin) num

Around hole or disk pin num.

Hole(pin) diameter

Around hole or disk pin diameter.
around hole diameter - output disk pin diameter = 2 * Eccentric amount

Centor to hole(pin) distance

Centor of cycloidal gear to around hole distance.
Or centor of output disk to output disk pin distance.

detail setting

You can set unrelated parameter to cycloidal drive.

sketch (Separate)

If you check this, create 3 sketch(cycloidal gear, ring pins, output disk).
Else, create 1 sketch.

component (Separate)

If you check this, create 3 component and create sketch in each component.
Else, create sketch in active component.

About

Fusion360 script for creating Cycloidal Drive sketch

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%