PartDesign InvoluteGear/fr: Difference between revisions

From FreeCAD Documentation
No edit summary
(Created page with "=== Créer un engrenage droit ===")
Line 36: Line 36:
# S'il n'y avait pas de corps actif : faites glisser et déposez l'engrenage dans un corps pour appliquer d'autres fonctions comme une protrusion.
# S'il n'y avait pas de corps actif : faites glisser et déposez l'engrenage dans un corps pour appliquer d'autres fonctions comme une protrusion.


=== Create a spur gear ===
=== Créer un engrenage droit ===


# Select the gear profile in the tree.
# Select the gear profile in the tree.

Revision as of 18:06, 22 January 2022

PartDesign Engrenage droit à développante

Emplacement du menu
Conception de pièces → Involute gear...
Ateliers
PartDesign
Raccourci par défaut
Aucun
Introduit dans la version
-
Voir aussi
Atelier FCGear

Description

Cet outil permet de créer un profil 2D d'une roue d'engrenage à développante. Ce profil 2D est pleinement paramétrique et peut être extrudé avec la fonction PartDesign Protrusion ou PartDesign Hélice additive.

Pour des informations plus détaillées, voir également Engrenage et Involute Gear

Utilisation

Créer le profil

  1. Activez le bon corps.
  2. Allez dans le menu Conception de pièces → Engrenage à développante....
  3. Définissez les paramètres de l'engrenage à développante.
  4. Cliquez sur OK.
  5. S'il n'y avait pas de corps actif : faites glisser et déposez l'engrenage dans un corps pour appliquer d'autres fonctions comme une protrusion.

Créer un engrenage droit

  1. Select the gear profile in the tree.
  2. Press the PartDesign Pad button.
  3. Set the pad's DonnéesLength to the desired face width of the gear.
  4. Click OK

Create a helical gear

introduced in version 0.19

  1. Select the gear profile in the tree.
  2. Press the PartDesign AdditiveHelix button.
  3. Choose as Axis the normal of the gear profile, that is Normal sketch axis introduced in version 0.20. (In earlier versions the Base Z axis can be used as long as the profile's plane has not been altered.)
  4. Choose a Height-Turns mode.
  5. Set the DonnéesHeight to the desired face width of the gear.
  6. To set the desired helical angle an Expressions for the DonnéesTurns is required.
    1. Click the blue icon at the right of the input field.
    2. Enter the following formula: Height * tan(25°) / (InvoluteGear.NumberOfTeeth * InvoluteGear.Modules * pi), where 25° is an example for the desired helical angle (also known as beta-value) and InvoluteGear is the DonnéesName of the profile.
    3. Click OK to close the formula editor.
  7. Click OK to close the task panel.

Hint: To make the helical angle an accessible parameter, use a dynamic property:

  1. Select the profile.
  2. In the Property editor activate the Show all option in the context menu.
  3. Again in the context menu, select Add Property. Note: this entry is only available when Show all is active.
  4. In the Add Property dialog:
    1. Choose App::PropertyAngle as Type.
    2. Set Gear as Group.
    3. Set HelicalAngle as Name (without a space).
    4. Click OK
  5. Now a new property DonnéesHelical Angle (space added automatically), with an initial value of 0.0°, becomes available.
  6. Assign the desired helical angle to the new property.
  7. In the formula of the DonnéesTurns property of the AdditiveHelix, you can now reference InvoluteGear.HelicalAngle instead of the hard coded value of e.g. 25°; again assuming InvoluteGear is the DonnéesName of the profile.

Properties

  • Engrenages externes : vrai ou faux
  • Haute précision : vrai ou faux
  • Module : diamètre de pas divisé par le nombre de dents.
  • Nombre de dents : définit le nombre de dents désirées.
  • Angle de pression : angle aigu entre la ligne d'action et une normale à la ligne reliant les centres d'engrenage. La valeur par défaut est de 20 degrés. (plus d'info)

Tutoriels

How to make gears in FreeCAD

En relation