FCGear: Ingranaggio ad evolvente interno

From FreeCAD Documentation
Revision as of 08:06, 25 May 2024 by Simone.b (talk | contribs) (Created page with "* {{PropertyData|height|Length}}: Il valore predefinito è {{valore|5 mm}}. Valore della larghezza dell'ingranaggio. * {{PropertyData|module|Length}}: Il valore predefinito è {{value|1 mm}}. Il modulo è il rapporto tra il diametro primitivo dell'ingranaggio diviso per il numero di denti (vedere Note). * {{PropertyData|teeth|Integer}}: Il valore predefinito è {{value|15}}. Numero di denti (vedere Note). *...")

This documentation is not finished. Please help and contribute documentation.

GuiCommand model explains how commands should be documented. Browse Category:UnfinishedDocu to see more incomplete pages like this one. See Category:Command Reference for all commands.

See WikiPages to learn about editing the wiki pages, and go to Help FreeCAD to learn about other ways in which you can contribute.

Other languages:

Ingranaggio ad evolvente interno

Posizione nel menu
Gear → Internal Involute Gear
Ambiente
FCGear
Avvio veloce
None
Introdotto nella versione
1.0
Vedere anche
FCGear: Ingranaggio ad evolvente esterno

Descrizione

Ingranaggi ad evolventi interni da sinistra a destra: ingranaggi cilindrici, ingranaggi elicoidali, ingranaggi elicoidali doppi

Utilizzo

  1. Passare a FCGear.
  2. Esistono diversi modi per richiamare il comando:
    • Premere il pulsante Internal Involute Gear nella barra degli strumenti.
    • Selezionare l'opzione Gear → Internal Involute Gear dal menu.
  3. Modificare il parametro dell'ingranaggio alle condizioni richieste (vedere Proprietà).

Proprietà

Un oggetto FCGear InternalInvoluteGear deriva da un oggetto Part Feature ed eredita tutte le sue proprietà. Ha inoltre le seguenti proprietà aggiuntive:

Dati

accuracy

  • Datinumpoints (Integer): Il valore predefinito è 6. Modifica del profilo dell'evolvente. La modifica del valore può portare a risultati imprevisti.

base

  • Datiheight (Length): Il valore predefinito è Template:Valore. Valore della larghezza dell'ingranaggio.
  • Datimodule (Length): Il valore predefinito è 1 mm. Il modulo è il rapporto tra il diametro primitivo dell'ingranaggio diviso per il numero di denti (vedere Note).
  • Datiteeth (Integer): Il valore predefinito è 15. Numero di denti (vedere Note).
  • Datithickness (Length): Il valore predefinito è Template:Valore. Spessore della parte esterna non tagliata dell'ingranaggio.

computed

  • Datiangular_backlash (Angle): (read-only)
  • Datida (Length): (read-only) Inside diameter, measured at the addendum (the tip of the teeth).
  • Datidf (Length): (read-only) Root diameter, measured at the foot of the teeth.
  • Datidw (Length): (read-only) Working pitch diameter.
  • Datioutside_diameter (Length): (read-only) Outside diameter.
  • Datitransverse_pitch (Length): (read-only) Pitch in the plane of rotation.

fillets

  • Datihead_fillet (Float): Default is 0 mm.
  • Datiroot_fillet (Float): Default is 0 mm.

helical

  • Datibeta (Angle): Default is 0 °. With the helix angle β a helical gear is created – positive value → rotation direction right, negative value → rotation direction left (see Notes).
  • Datidouble_helix (Bool): Default is false, true creates a double helix gear (see Notes).
  • Datiproperties_from_tool (Bool): Default is false. If true and Datibeta is not zero, gear parameters are recomputed internally for the rotated gear.

involute

  • Datipressure_angle (Angle): Default is 20 ° (see Notes).
  • Datishift (Float): Default is 0. Generates a positive and negative profile shift (see Notes).

precision

  • Datisimple (Bool): Default is false, true generates a simplified display (without teeth and only a cylinder in pitch diameter).

tolerance

  • Datibacklash (Length): Default is 0 mm. Backlash, also called lash or play, is the distance between the teeth at a gear pair.
  • Daticlearance (Float): Default is 0.25 (see Notes).
  • Datihead (Float): Default is -0.4 mm. This value is used to change the tooth height.
  • Datireversed_backlash (Bool): true backlash decrease or false (default) backlash increase (see Notes).

version

  • Dativersion (String):

Note

Vedere Ingranaggio ad evolvente esterno.

Formule utili

Vedere Ingranaggio ad evolvente esterno.

Script