FCGear InternalInvoluteGear/it: Difference between revisions

From FreeCAD Documentation
(Created page with "* {{PropertyData|pressure_angle|Angle}}: Il valore predefinito è {{value|20 °}} (vedere Note). * {{PropertyData|shift|Float}}: Il valore predefinito è {{value|0}}. Genera uno spostamento del profilo positivo o negativo (vedere Note).")
(Created page with "* {{PropertyData|simple|Bool}}: Il valore predefinito è {{false}}, {{true}} genera una visualizzazione semplificata (senza denti e col solo cilindro del diametro primitivo).")
Line 83: Line 83:
{{Properties_Title|precision}}
{{Properties_Title|precision}}


* {{PropertyData|simple|Bool}}: Default is {{false}}, {{true}} generates a simplified display (without teeth and only a cylinder in pitch diameter).
* {{PropertyData|simple|Bool}}: Il valore predefinito è {{false}}, {{true}} genera una visualizzazione semplificata (senza denti e col solo cilindro del diametro primitivo).


{{Properties_Title|tolerance}}
{{Properties_Title|tolerance}}

Revision as of 08:09, 25 May 2024

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): Il valore predefinito è 0 mm.
  • Datiroot_fillet (Float): Il valore predefinito è 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): Il valore predefinito è 20 ° (vedere Note).
  • Datishift (Float): Il valore predefinito è 0. Genera uno spostamento del profilo positivo o negativo (vedere Note).

precision

  • Datisimple (Bool): Il valore predefinito è false, true genera una visualizzazione semplificata (senza denti e col solo cilindro del diametro primitivo).

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