DESIGNING GEAR IN CATIA V5R14 HOWTO

96
DESIGNING GEAR IN CATIA V5R14 HOWTO (HOW-TO) This is step by step guide how to create gear using CATIA. I'm not CATIA expert. Someone might find that CATIA doesn't have much with TCP/IP and FreeBSD . However I'm B.Sc.M.E. and I find playing with CATIA very interesting. I coulnd't find much about gear design using GOOGLE or YAHOO. Since I enjoy learing and practicing what I learn, I also enjoy sharing that with others (often seen on overnet/edonkey: please share :) don't be selfish. Here is step by step guide how to make spur gear using CATIA. Note that this was inspired by document I have found at website www.piovision.com (credits go to the unknown designer).Also note that spur gear design we use today was first

description

gear designg

Transcript of DESIGNING GEAR IN CATIA V5R14 HOWTO

Page 1: DESIGNING GEAR IN CATIA V5R14 HOWTO

DESIGNING GEAR IN CATIA V5R14 HOWTO (HOW-TO)

This is step by step guide how to create gear using CATIA.I'm not CATIA expert. Someone might find that CATIA doesn'thave much with TCP/IP and FreeBSD. However I'm B.Sc.M.E. and Ifind playing with CATIA very interesting. I coulnd't findmuch about gear design using GOOGLE or YAHOO. Since I enjoy learing and practicing what I learn, I also enjoy sharing thatwith others (often seen on overnet/edonkey: please share :)don't be selfish. Here is step by step guide how to make spur gearusing CATIA. Note that this was inspired by document I have found at website www.piovision.com (credits go to the unknown designer).Also note that spur gear design we use today was firstsugested by Swiss mathematician Leonhard Euler (15.4.1707-18.9.1783)

Page 2: DESIGNING GEAR IN CATIA V5R14 HOWTO

(Euler was also credited for this on old 10 Franc Swiss banknote,checkout Euler on wikipedia).

Page 3: DESIGNING GEAR IN CATIA V5R14 HOWTO

Robert Willis of Cambridge Universty was the first who demonstratedadvantage of involute shaped teeth over popular epicycliod shapedteeth. Epicycloidal shaped teeth design belongs to Danish scientisOle Romar, but it is also worth noticing that Nicholas of Cusa (1401-1464) and Albreth Durer (1471-1525) studied epicycloid, so itis not clear who was the first who invented gear.

But let's start. This document assumes that you have basicCATIA experience and that you are not a complite moron.Also, this document assumes that you know basic spur geargeometry. Here is excellent document from www.bostongear.comin case you are not familiar. Some basic notations:rb - base cylinder radiusr - pitch circle radiusrk - outside circle radiusrf - root radiusa - presure angle (20deg)m - moduo (in our example 20) m=p/3.14159 where p is circular pitch 2r=m*zz - number of teeth (in our example 20)

Page 4: DESIGNING GEAR IN CATIA V5R14 HOWTO

When you start CATIA, go to TOOLS->OPTIONS->infrastructure->part infrastructure and in Display select Paramteres and Relations.

Page 5: DESIGNING GEAR IN CATIA V5R14 HOWTO

Then in Options->General in Parameters and Measures select with valueand With formula in Parameters Tree View.

Page 6: DESIGNING GEAR IN CATIA V5R14 HOWTO

Now it is time to go to Generative shape design:

You will see something like:

Page 7: DESIGNING GEAR IN CATIA V5R14 HOWTO

Bring Knowledge toolbar out:

Page 8: DESIGNING GEAR IN CATIA V5R14 HOWTO

Then by clicking on arrow pointed down near table icon:

Page 9: DESIGNING GEAR IN CATIA V5R14 HOWTO

Fog and f(x) are two most important things you will use for gear design:

Page 10: DESIGNING GEAR IN CATIA V5R14 HOWTO

Now it is time to enter some basic parameters that define gearThis is done by clicking at f(x) icon:

Page 11: DESIGNING GEAR IN CATIA V5R14 HOWTO

And then when you see dialog box: Formulas: Part1fist select Parameter type (real, lenght or angle) click newparameter of type and then edit value. You can do this untilall parameters are enered.

Page 12: DESIGNING GEAR IN CATIA V5R14 HOWTO
Page 13: DESIGNING GEAR IN CATIA V5R14 HOWTO

When you enter parameters it is time to enter some formulas.For, r, rb, rk and rf we enter formulas by naming them and byclicking Add Formula. Formula editor will appear:

Page 14: DESIGNING GEAR IN CATIA V5R14 HOWTO

After typing all formulas and expanding specification tree youwill see something like this:

Page 15: DESIGNING GEAR IN CATIA V5R14 HOWTO

It is time to add laws that will define our involute. Clickon fog icon, name law x add parameters, t and x select theirtypes and add law:

Page 16: DESIGNING GEAR IN CATIA V5R14 HOWTO

Same should be done for y. This law will help us to createpoints that define spline for our involute. Involute is linethat is trajectory of point belonging to line that is always

Page 17: DESIGNING GEAR IN CATIA V5R14 HOWTO

tangent to base gear cylinder. It is used for tooth profile.If gears had profiles formed by straight lines they wouldn'twork.

Page 18: DESIGNING GEAR IN CATIA V5R14 HOWTO

After expanding specification tree you should be able to see something like this:

Now it is time to start creating our points for involute spline.

Page 19: DESIGNING GEAR IN CATIA V5R14 HOWTO

Click on point icon, select xy plane for support and when askedto enter H and V cordinates right button click should bring menuwhere you should chose edit formula:

Page 20: DESIGNING GEAR IN CATIA V5R14 HOWTO

You will be prompet by edit formula dialog. Type in:Relations\x .Evaluate(0)

You should do same for V except you should use Relations\y .Evaluate(0).

Page 21: DESIGNING GEAR IN CATIA V5R14 HOWTO

You will get starting point for involute:

After repeating this step for .Evaluate(0.1)-.Evaluate(0.5) you willget this:

Page 22: DESIGNING GEAR IN CATIA V5R14 HOWTO

Click on spline icon and chose all 6 points:

Page 23: DESIGNING GEAR IN CATIA V5R14 HOWTO

Your involute is created!This is how it looks in sketcher:

Page 24: DESIGNING GEAR IN CATIA V5R14 HOWTO

From this point everything is more or less simple.Create base cirle by clicking on cirle icon.Right click on radius and chose rb from formula editor:

Page 25: DESIGNING GEAR IN CATIA V5R14 HOWTO

Now it is time to extrapolate our involute. For lenghtalso right click and chose formula (rb-rf)*1.5

Page 26: DESIGNING GEAR IN CATIA V5R14 HOWTO

You can use View-> zoom and pan to see what actually you aredoing. Create plane. Use formula: inv(360/z)/4. You will get-4.5deg angle offset from ZY plane.

Page 27: DESIGNING GEAR IN CATIA V5R14 HOWTO

After this create rf circle and from inser menu use corner tocreate corner. Corner dialog will apear:

Page 28: DESIGNING GEAR IN CATIA V5R14 HOWTO

This is what you should get:

Page 29: DESIGNING GEAR IN CATIA V5R14 HOWTO

Now use trim and result should be:

Page 30: DESIGNING GEAR IN CATIA V5R14 HOWTO

It is time for simetry. Tooth starts to get shape:

Page 31: DESIGNING GEAR IN CATIA V5R14 HOWTO

Create rk circle and use trims to get tooth shape:

Page 32: DESIGNING GEAR IN CATIA V5R14 HOWTO

Circular pattern:

Page 33: DESIGNING GEAR IN CATIA V5R14 HOWTO

First select tooth (trim.3) and then for referenceelement select Z axis.

Page 34: DESIGNING GEAR IN CATIA V5R14 HOWTO

Gear is almost done now it is time for joining all teeth:Turn off check manifold and check consistancy:

Page 35: DESIGNING GEAR IN CATIA V5R14 HOWTO

Apply one more trim and here is our gear in normal plane:

Page 36: DESIGNING GEAR IN CATIA V5R14 HOWTO

So in case that you want all process as .CATPart here it is: SpurGEAR If you find this useful buy me a beer ;)

Page 37: DESIGNING GEAR IN CATIA V5R14 HOWTO

Designing parametricspur gears with Catia V5Published at http://gtrebaol.free.fr/doc/catia/spur_gear.htmlCreated by Gildas Trébaol on June 10, 2005.Part design rebuilt on October 31, 2005.Tutorial rewritten on April 9, 2007.Zipped part: spur_gear.zip (100 KB).Zipped demo: spur_gears.zip (800 KB).VRML gear: spur_gear.wrl (330 KB).

  The powerful CAD system Catia version 5 has nobuilt-in tool for designing gears. When you are makinga realistic design, you may need a template spur gear.

Since the geometry of a spur gear is controlled by a few parameters,we can design a generic gear controlled by the following parameters:

The pressure angle a. The modulus m. The number of teeth Z.

This tutorial shows how to make a basic gear that you can freely re-use in your assemblies.

1. Gears theory and standards

Page 38: DESIGNING GEAR IN CATIA V5R14 HOWTO

1.1 Sources, credits and links

Most of my tutorial is based on a nice tutorial on helical gearsin English at http://ggajic.sbb.co.yu/pub/catia/.

I improved it a little for making an exactly symmetric tooth. The mathematic description of the involute curve is visually explained

in French at http://serge.mehl.free.fr/courbes/developC.html. The formulas of the involute curve can also be found

in French at http://www.mathcurve.com/courbes2d/developpantedecercle/developpantedecercle.shtml. The gear technology is explained

in French at http://casm.insa-lyon.fr/engrenag/. The conventional formulas and their names in French

come from the pocket catalog Engrenages H.P.C, June 1999 edition.

1.2 Table of useful parameters and formulas

Here is a table containing the parameters and formulas used later in this tutorial:

The table is given first so that you can use it for further copy/paste operations. All the units are defined in the metric system.

Page 39: DESIGNING GEAR IN CATIA V5R14 HOWTO

This figure shows the a, ra, rb, rf, rp parameters defined in the table:

# ParameterType or

unitFormula Description Name in French

1 aangulardegree

20degPressure angle: technologic constant(10deg ≤ a ≤ 20deg)

Angle de pression.

2 m millimeter — Modulus. Module.3 Z integer — Number of teeth (5 ≤ Z ≤ 200). Nombre de dents.

4 p millimeter m * πPitch of the teethon a straight generative rack.

Pas de la denture sur unecrémaillère génératrice rectiligne.

5 e millimeter p / 2Circular tooth thickness,measured on the pitch circle.

Epaisseur d'une dentmesurée sur le cercle primitif.

6 ha millimeter m Addendum = height of a tooth Saillie d'une dent.

Page 40: DESIGNING GEAR IN CATIA V5R14 HOWTO

above the pitch circle.

7 hf millimeterif            m > 1.25       hf = m * 1.25else hf = m * 1.4

Dedendum = depth of a tooth belowthe pitch circle. Proportionnally greaterfor a small modulus (≤ 1.25 mm).

Creux d'une dent. Plus granden proportion pour unpetit module (≤ 1.25 mm).

8 rp millimeter m * Z / 2 Radius of the pitch circle. Rayon du cercle primitif.9 ra millimeter rp + ha Radius of the outer circle. Rayon du cercle de tête.10 rf millimeter rp - hf Radius of the root circle. Rayon du cercle de fond.11 rb millimeter rp * cos( a ) Radius of the base circle. Rayon du cercle de base.

12 rc millimeter m * 0.38

Radius of the root concave corner.(m * 0.38) is a normative formula.

Congé de raccordement à la racined'une dent. (m * 0.38) vient de la norme.

13 tfloating pointnumber

0 ≤ t ≤ 1Sweep parameterof the involute curve.

Paramètre de balayagede la courbe en développante.

14 yd millimeterrb * ( sin(t * π) -cos(t * π) * t * π )

Y coordinateof the involute tooth profile,generated by the t parameter.

Coordonnée Y du profil de denten développante de cercle,généré par le paramètre t.

15 zd millimeterrb * ( cos(t * π) +sin(t * π) * t * π )

Z coordinateof the involute tooth profile.

Coordonnée Z du profil de denten développante de cercle.

16 ro millimeter rb * a * π / 180deg

Radius of the osculating circle ofthe involute curve, on the pitch circle.

Rayon du cercle osculateur à la courbeen développante, sur le cercle primitif.

17 cangulardegree

sqrt( 1 / cos( a )2 - 1 ) /PI * 180deg

Angle of the point of the involutethat intersects the pitch circle.

Angle du point de la développante àl'intersection avec le cercle primitif

18 phiangulardegree

atan(  yd(c) / zd(c) ) +90deg / Z

Rotation angle used for making agear symetric to the ZX plane

Angle de rotation pour obtenir unroue symétrique par rapport au plan ZX

1.3 Notes about the formulas (in French)

Formule N°11: explication de l'équation rb = rp * cos( a ):

La crémaillère de taillage est tangente au cercle primitif. Au point de contact, a définit l'angle de pression de la ligne d'action. La ligne d'action est tangente au cerce de base. On a donc un triangle rectangle à résoudre.

Page 41: DESIGNING GEAR IN CATIA V5R14 HOWTO

Formule N°12:

Entre le cercle de pied et les flancs des dents,prévoir un petit congé de raccordement pour atténuer l'usure en fatigue.

Formules N°14 et N°15:  explication de zd = rb * cos( t ) + rb * t * sin( t ):

La développante est tracée sur le plan YZ, qui correspond à la vue de face dans Catia. Le premier terme rb * cos( t ) correspond à une rotation suivant le cercle de base. Le second terme rb * t * sin( t ) correspond au déroulement de la développante. Cette expression rappelle que le rayon de coubure de la développante vaut rb * t.

Formule N°16:

Pour simplifier le dessin d'un engrenage, on peut éventuellementremplacer la développante de cercle par un arc de cercle.

A good approximation of a curveat a given point is the osculating circle.

The osculating circle of a curve at a pointshares with the curve at that point:

A common tangent line(continuity of the 1stderivative).

A common radius of curvature(continuity of the 2nd derivative).

Une bonne approximation d'une courbeen un point donné est le cercle osculateur.

Le cercle osculateur à une courbe en un pointpartage avec la courbe en ce point:

Une même tangente(continuité au 1erdegré).

Un même rayon de courbure(continuité au 2nd degré).

Cercle osculateur à la courbe développante au niveau du diamètre primitif:o L'angle de la dévelopante est égal à l'angle de pression a.o Le rayon du cercle osculateur est donc:  ro = rb * a * π / 180.

Formule N°17:

En réalité, la développante est déphasée par rapport à la figure ci dessus. Pour exprimer ce déphasage, on calcule le paramètre angulaire c au point où la développante coupe le

cercle primitif. On a alors:

o zd(c)2 + yd(c)2 = rp2

o rb2 * ( 1 + c2 ) = rp2

o cos(a)2 * ( 1 + c2 ) = 1o c2 = 1/cos(a)2 -  1

2. Start and configure the generative shape design workshop

The part design workshop is not sufficient for designing parametric curves.

Page 42: DESIGNING GEAR IN CATIA V5R14 HOWTO

So, we switch to the generative shape design workshop:

Next, we configure the environment for showing parameters and formulas:

Page 43: DESIGNING GEAR IN CATIA V5R14 HOWTO

We set the 2 highlighted check boxes:

Now the tree of your part should look like this:

Page 44: DESIGNING GEAR IN CATIA V5R14 HOWTO

3 Enter the parameters and formulas

3.1 Define the primary generation parameters

Switch to the Generative Shape Design workshop and click on the f(x) button:

Then you can create the gear generation parameters:1. Select the unit (integer, real, length, angle, …).2. Press the create parameter button.3. Enter the parameter's name.4. Set the initial value, used only if the parameter has a fixed value.

Page 45: DESIGNING GEAR IN CATIA V5R14 HOWTO

Now your tree should look like this:

3.2 Define dependent parameters

Most of the geometric parameters are related to a, m, and Z. You don't need to assign them a value, because Catia can compute them for you. So, instead of filling the initial value, you can press the add formula button.

Page 46: DESIGNING GEAR IN CATIA V5R14 HOWTO

Then you can edit the formula:

Page 47: DESIGNING GEAR IN CATIA V5R14 HOWTO

3.3 Check the primary and computed parameters

Set the following option in order to display the values and formulas of each parameter:

Page 48: DESIGNING GEAR IN CATIA V5R14 HOWTO

Now your tree should display the following parameters and their formulas:

3.4 Parametric laws of the involute curve

Up to now, we have defined formulas for computing parameters.Now we need to define the formulas defining the {Y,Z} cartesian position of the points on the involute curve of a tooth.

We could as well define a set of parameters Y0, Z0, Y1, Z1, … for the coordinates of the involute's points.However, Catia provides a more convenient tool for doing that: the parametric laws.

In order to create a parametric law:  click on the fog button:

Page 49: DESIGNING GEAR IN CATIA V5R14 HOWTO

Enter the formulas #14 and #15 of the 2 laws used for the Y and Z coordinates of the involute curve: o yd = rb * ( sin( t * PI * 1rad ) - cos( t * PI * 1rad ) * t * PI )o zd = rb * ( cos( t * PI * 1rad ) + sin( t * PI * 1rad ) * t * PI )

Page 50: DESIGNING GEAR IN CATIA V5R14 HOWTO
Page 51: DESIGNING GEAR IN CATIA V5R14 HOWTO

Notes about the formula editor of Catia:

The trigonometric functions expect angles, not numbers,so we must use angular constants like 1rad or 1deg.

PI stands for the π number.

4. Create a geometric body and start inserting geometric elements

In Catia, the PartBody is intended for mechanical surfaces.For geometric constructions, you need to work in a geometric body:

 Create it with the Insert / Open Body top menu:

Then, you can use the buttons on the right toolbar for inserting different geometric elements.

Page 52: DESIGNING GEAR IN CATIA V5R14 HOWTO

Catia assigns a default name to each geometric element, but you can rename it with a contextual dialogopened with the right button / properties menu of the mouse:

Page 53: DESIGNING GEAR IN CATIA V5R14 HOWTO

5. Make the geometric profile of the first tooth

The following steps explain how to design a single tooth.The whole gear is a circular repetition of that first tooth.

5.1 Define the parameters, constants and formulas

Already done in the section related to parameters and formulas.

5.2 Insert a set of 5 constructive points and connect them with a spline

The position of each point is defined by the yd(t) and zd(t) parametric laws:

Page 54: DESIGNING GEAR IN CATIA V5R14 HOWTO

Define 5 points on the YZ plane.

Page 55: DESIGNING GEAR IN CATIA V5R14 HOWTO

In order to apply the involute formulas, edit the Y and Z coordinate of each pointand enter the values of the parameter from t = 0 to t = 0.4(most gears do not use the involute spiral beyond 0.4)

For example, for the Y coordinate of the involute's point corresponding to t = 0.2:

Page 56: DESIGNING GEAR IN CATIA V5R14 HOWTO

Make a spline curve connecting the 5 constructive points:

Page 57: DESIGNING GEAR IN CATIA V5R14 HOWTO

5.4 Extrapolate the spline toward the center of the gear

Why do we need an extrapolation ?

The involute curve ends on the base circle of radius rb = rp * cos(20) ≈ rp * 0.94. When Z < 42, the root circle is smaller than the base circle. For example, when Z = 25:

rf = rp - hf = rp - 1.25 * m = rp * (1 - 2.5 / Z) = rp * 0.9. So the involute curve must be extrapolated for joining the root circle.

Extrapolate the spline:

Start from the 1st involute point.

Page 58: DESIGNING GEAR IN CATIA V5R14 HOWTO

The length to extrapolate is empirically defined by the formula f(x) = 2 * m:

Page 59: DESIGNING GEAR IN CATIA V5R14 HOWTO

5.5 Rotate the involute curve for the symmetry relative to the ZX plane

Why do we need a rotation ?RED On the extrapolated involute curve designed in the Y, Z coordinate system …

the contact point on the pitch circle has an unconvenient position.

It is more convenient to draw a tooth that is symmetric on the ZX plane,because it makes it easier to control the angular position of a gear in a mechanism :

LIME On the rotated involute curve …

the two contact points of the tooth …

CYAN that are located on the pitch circle at ± 90deg / Z …

MAGENTA are symmetric relative to the ZX plane. The colors above correspond to the following geometric elements:

Page 60: DESIGNING GEAR IN CATIA V5R14 HOWTO

For computing the rotation angle, we need first to compute the involute parameter or the pitch circle (formula #17):

Page 61: DESIGNING GEAR IN CATIA V5R14 HOWTO

Is it true ? In order to check it, you can build two temporary elements:

Page 62: DESIGNING GEAR IN CATIA V5R14 HOWTO

Insert another point and apply the involute formula with the c parameter:

Then, insert a half-circle having the radius of the pich circle rp.

Page 63: DESIGNING GEAR IN CATIA V5R14 HOWTO

Check that the involute point with the c parameter is actually located on theintersection of the pitch circle and the extrapolated spline curve:

Page 64: DESIGNING GEAR IN CATIA V5R14 HOWTO

Once the c parameter is checked, the temporary point and the temporary circle can be deleted.

Now, we can rotate the extrapolated curve, so that the first gear tooth is symetric relative to the ZX plane: We use the formula #18 for computing the phi rotation angle in 2 steps:

1. The curve is rotated by atan( yd(c) / zd(c) ) so that the intersection between the involuteand the pitch circle (the red point on the figure) is moved to the ZX plane.

2. Then, curve is rotated by ¼ of the gear period: 90deg / Z (the left lime point on the figure),so that the ZX plane corresponds to the median plane of the first tooth.

Page 65: DESIGNING GEAR IN CATIA V5R14 HOWTO

A rotation operation is applied to the extrapolated spline, using the phi rotation angle:

Page 66: DESIGNING GEAR IN CATIA V5R14 HOWTO

5.6 Draw the outer circle and the root circle

We insert two half circles having a radius equal to ra and rf, respectively.

Page 67: DESIGNING GEAR IN CATIA V5R14 HOWTO

The figure below shows how to configure the outer circle:

Page 68: DESIGNING GEAR IN CATIA V5R14 HOWTO

5.7 Insert a rounded corner near the root circle

The corner between the extrapolated involute curve and the root circle has a radius defined by the rc parameter.

Page 69: DESIGNING GEAR IN CATIA V5R14 HOWTO

Catia asks you to select an arc (in red) out of 4 possible geometric solutions (in blue):

Page 70: DESIGNING GEAR IN CATIA V5R14 HOWTO

5.8 Create the rounded corner of the next tooth

Why are we going up to the next tooth ? Initially, I designed a symmetric profile for the first tooth and I duplicated it Z times:

Page 71: DESIGNING GEAR IN CATIA V5R14 HOWTO

But then, the generated profile was interrupted between each tooth by a fake edge:

Page 72: DESIGNING GEAR IN CATIA V5R14 HOWTO

For preventing that, I build now the whole profile between consecutive teeth on the root circle:

Now we can build the symmetric corner:

On the figure above, you can see:o A vertical line tracing the ZX plane.o An oblique line tracing the median plane between consecutive teeth.o This plane corresponds to the ZX plane rotated by 180deg / Z around theX axis.

Page 73: DESIGNING GEAR IN CATIA V5R14 HOWTO

The following figure shows how to define that median plane:

Page 74: DESIGNING GEAR IN CATIA V5R14 HOWTO

Now, this plane is used for defining a symmetric rounded corner on the root circle:

Page 75: DESIGNING GEAR IN CATIA V5R14 HOWTO

5.9 Assemble the different elements of the first tooth

Now, we have to cut, fill and join the different elements of the 1st tooth:

Page 76: DESIGNING GEAR IN CATIA V5R14 HOWTO

Cut the segment of the extrapolated spline between the outer circle and the rounded corner.

Page 77: DESIGNING GEAR IN CATIA V5R14 HOWTO

Define a symmetric profile relative to the ZX plane, for the other side of the 1st tooth:

Page 78: DESIGNING GEAR IN CATIA V5R14 HOWTO

We could cut the root circle and the outer circle,but instead we define two arcs having a radius equal to rf and ra, respectively:

Page 79: DESIGNING GEAR IN CATIA V5R14 HOWTO

The last operation consists in joining all the elements of the 1st tooth:

Page 80: DESIGNING GEAR IN CATIA V5R14 HOWTO

6. Build the whole gear profile and extrude it

The gear profile is just a circular repetition of the tooth:

We define a repetition around the X axis.

Page 81: DESIGNING GEAR IN CATIA V5R14 HOWTO

The number of instances is controlled by the Z parameter (number of teeth):

Page 82: DESIGNING GEAR IN CATIA V5R14 HOWTO

The first tooth and the duplicated teeth are joined for making the whole gear profile:

Page 83: DESIGNING GEAR IN CATIA V5R14 HOWTO

Now, we can switch back to the part design workshop (see the green arrow) and extrude the gear profile:

Page 84: DESIGNING GEAR IN CATIA V5R14 HOWTO

7. Cut the gear wheel

The gear wheel is cut after the extrusion, because each application requires a specific wheel thickness:

In a real factory, the teeth of the gear would be machined after the gear wheel is cut on a lathe. In a CAD design, it is simpler to make the gear wheel with a groove, after the extrusion of the teeth.

Page 85: DESIGNING GEAR IN CATIA V5R14 HOWTO

That wheel design is semi-parametric: the external diameter and the 20deg chamfer are dependent of ra,but the bore diameter and the thickness are adjusted manually on the sketch:

Page 86: DESIGNING GEAR IN CATIA V5R14 HOWTO

Now, you can add pocket(s) for transmitting the torque between the gear wheel and a key or a splined shaft.

8. Check the parametric generation

Now you can play with the Z and m parameters and generate any spur gear:

Page 87: DESIGNING GEAR IN CATIA V5R14 HOWTO

If Z is equal to 13:

Page 88: DESIGNING GEAR IN CATIA V5R14 HOWTO

If Z is equal to 15:

Page 89: DESIGNING GEAR IN CATIA V5R14 HOWTO

End of File