Welcome to the Onshape forum! Ask questions and join in the discussions about everything Onshape.
First time visiting? Here are some places to start:- Looking for a certain topic? Check out the categories filter or use Search (upper right).
- Need support? Ask a question to our Community Support category.
- Please submit support tickets for bugs but you can request improvements in the Product Feedback category.
- Be respectful, on topic and if you see a problem, Flag it.
If you would like to contact our Community Manager personally, feel free to send a private message or an email.
Using the Spur Gears featurescript
Best Answer
-
take a look at the pdf of the public document tied to that FeatureScript: https://cad.onshape.com/documents/5742c8cde4b06c68b362d748/v/c65839fc6078faeb4d2aece1/e/5e653835ca09dd3451bd9e3b
Essentially, in a sketch you create a point where you want the center of the gear to go. From there you exit the sketch and use the spur gear FeatureScript to generate the spur gear based on the input you give it.
https://cad.onshape.com/help/#customfeature.htm?Highlight=featurescript
6
Answers
-
take a look at the pdf of the public document tied to that FeatureScript: https://cad.onshape.com/documents/5742c8cde4b06c68b362d748/v/c65839fc6078faeb4d2aece1/e/5e653835ca09dd3451bd9e3b
Essentially, in a sketch you create a point where you want the center of the gear to go. From there you exit the sketch and use the spur gear FeatureScript to generate the spur gear based on the input you give it.
https://cad.onshape.com/help/#customfeature.htm?Highlight=featurescript
6 -
I am would like to make a helical gear using the helical gear feature in this feature script. Is the module which I must input for a helical gear the transverse module, just like it is when making a regular spur gear, or should I be inputing the normal module instead?0
-
Normal module.Senior Director, Technical Services, EMEA1
-
The term "normal module" and "transverse module" can be a bit confusing, and I think NeilCooke is actually wrong above.
The problem is with straight spur gears "normal module" and "transverse module" are the same, and are often called just "module" or "normal module".
But in a helical gear, "transverse module" is technically defined as the module as measured in the plane of gear rotation, and "normal module" is measured in the plane perpendicular to the tooth angle.I think "normal" refers to the gear-cutting hardware size/shape, and you would use a "normal" 1.0mm module cutter to make a helix gear as you would use to make a straight gear, because you always cut in the direction of the tooth angle. But this does mean the "transverse module" depends on the helix angle for helical gears. You can (and you can get) helical gears with a transverse module of 1.0mm, but these have to be cut with a custom tool that depends on the helix angle, because the "normal module" is not actually that "normal" for those gears.
The Spur Gear featurescript works by first creating the transverse (in the plane of rotation) profile for the gear, and then extruding (for straight gears) or sweeping (for helical gears) that profile. It does not adjust the module of the transverse profile to account for the helix angle, so technically the module setting you enter in the inputs is the transverse module.
Note that the general use of "normal module" for specifying helical gears instead of "transverse module" is an artefact of how they are machined. IMHO you normally want to specify the transverse module. CAD and 3DPrinting don't have the normal machine manufacturing limitations so being able to specify the transverse module is nicer. However, if you intend to get these gears machined somewhere, you probably want to specify the normal module or you'll end up paying more.1 -
Oh yeah, the reason why specifying the transverse module is nicer is the pitch circle diameter is
traverse module * number of teeth. When you specify the gear profile using the normal module, the gear diameter changes when you change the helix angle.1



