FCGear CycloidRack/it: Difference between revisions

From FreeCAD Documentation
(Created page with "==Descrizione==")
(Created page with "{{Caption|Cremagliere cicloidali da sinistra a destra: ingranaggio dritto, ingranaggio elicoidale, ingranaggio elicoidale doppio}}")
(6 intermediate revisions by the same user not shown)
Line 3: Line 3:


{{Docnav/it
{{Docnav/it
|[[FCGear_CycloidGear/it|Ingrnaggio cicloidale]]
|[[FCGear_CycloidGear/it|Ingranaggio cicloidale]]
|[[FCGear_BevelGear/it|Ingranaggio conico]]
|[[FCGear_BevelGear/it|Ingranaggio conico]]
|[[FCGear_Workbench/it|FCGear]]
|[[FCGear_Workbench/it|FCGear]]
Line 11: Line 11:
}}
}}


{{GuiCommand
{{GuiCommand/it
|Name=FCGear CycloidRack
|Name=FCGear CycloidRack
|Name/it=Cremagliera cicloidale
|MenuLocation=Gear → Cycloid Rack
|MenuLocation=Gear → Cycloid Rack
|Workbenches=[[FCGear_Workbench|FCGear]]
|Workbenches=[[FCGear_Workbench/it|FCGear]]
|Shortcut=None
|Shortcut=None
|Version=1.0
|Version=1.0
|SeeAlso=[[FCGear_CycloidGear|FCGear CycloidGear]]
|SeeAlso=[[FCGear_CycloidGear/it|FCGear: Ingranaggio cicloidale]]
}}
}}


Line 25: Line 26:
[[Image:FCGear_CycloidRack-01.png|200px]]
[[Image:FCGear_CycloidRack-01.png|200px]]


{{Caption|Cremagliere cicloidali da sinistra a destra: ingranaggio dritto, ingranaggio elicoidale, ingranaggio elicoidale doppio}}
{{Caption|Cycloid racks from left to right: Spur gearing, helical gearing, double helical gearing}}


<span id="Usage"></span>
<span id="Usage"></span>
Line 39: Line 40:
==Proprietà==
==Proprietà==


An FCGear CycloidRack object is derived from a [[Part_Feature|Part Feature]] object and inherits all its properties. It also has the following additional properties:
Un oggetto FCGear CycloidRack deriva da un oggetto [[Part_Feature/it|Part Feature]] e ne eredita tutte le proprietà. Ha inoltre le seguenti proprietà aggiuntive:


{{Properties_Title|accuracy}}
{{Properties_Title|accuracy}}
Line 91: Line 92:
==Note==
==Note==


See [[FCGear_CycloidGear#Notes|FCGear CycloidGear]].
Vedere [[FCGear_CycloidGear/it#Notes|Ingranaggio cicloidale]].


<span id="Useful_formulas"></span>
<span id="Useful_formulas"></span>
==Formule utili==
==Formule utili==


See [[FCGear_CycloidGear#Useful_formulas|FCGear CycloidGear]].
Vedere [[FCGear_CycloidGear/it#Formule_utili|Ingranaggio cicloidale]].


<span id="Scripting"></span>
<span id="Scripting"></span>
Line 103: Line 104:


{{Docnav/it
{{Docnav/it
|[[FCGear_CycloidGear/it|Ingrnaggio cicloidale]]
|[[FCGear_CycloidGear/it|Ingranaggio cicloidale]]
|[[FCGear_BevelGear/it|Ingranaggio conico]]
|[[FCGear_BevelGear/it|Ingranaggio conico]]
|[[FCGear_Workbench/it|FCGear]]
|[[FCGear_Workbench/it|FCGear]]

Revision as of 15:06, 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:

Cremagliera cicloidale

Posizione nel menu
Gear → Cycloid Rack
Ambiente
FCGear
Avvio veloce
None
Introdotto nella versione
1.0
Vedere anche
FCGear: Ingranaggio cicloidale

Descrizione

Cremagliere cicloidali da sinistra a destra: ingranaggio dritto, ingranaggio elicoidale, ingranaggio elicoidale doppio

Utilizzo

  1. Switch to the FCGear Workbench.
  2. There are several ways to invoke the command:
    • Press the Cycloid Rack button in the toolbar.
    • Select the Gear → Cycloid Rack option from the menu.
  3. Change the gear parameter to the required conditions (see Properties).

Proprietà

Un oggetto FCGear CycloidRack deriva da un oggetto Part Feature e ne eredita tutte le proprietà. Ha inoltre le seguenti proprietà aggiuntive:

accuracy

  • Datinumpoints (Integer): Default is 15. Number of points for spline.

base

  • Datiadd_endings (bool): If true (default), then the total length of the rack is teeth * pitch. If false, then the rack starts with a tooth-flank.
  • Datiheight (Length): Default is 5 mm. Value of the gear width.
  • Datiteeth (Integer): Default is 15. Number of teeth.
  • Datithickness (Length): Default is 5 mm. Thickness of the uncut part of the rack.

computed

  • Datitransverse_pitch (Length): (read-only) Pitch in the transverse plane.

cycloid

  • Datiinner_diameter (Float): Default is 7.5. Diameter of the rolling circle of hypocycloid, normalized by the Datimodule (see Notes).
  • Datiouter_diameter (Float): Default is 7.5. Diameter of the rolling circle of epicycloid, normalized by the Datimodule (see Notes).

fillets

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

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).
  • Datidouble_helix (Bool): Default is false, true creates a double helix gear (see Notes).

involute

  • Datimodule (Length): Default is 1 mm. For racks the module equals the pitch and so is the distance between corresponding points on adjacent teeth (see Notes).

precision

  • Datisimplified (Bool): Default is false. If true the rack is drawn with a constant number of teeth to avoid topological renaming.

tolerance

  • Daticlearance (Float): Default is 0.25 (see Notes).
  • Datihead (Float): Default is 0. Additional length of the tip of the teeth, normalized by the Datimodule.

version

  • Dativersion (String):

Note

Vedere Ingranaggio cicloidale.

Formule utili

Vedere Ingranaggio cicloidale.

Script