Macro FCGear: Difference between revisions

From FreeCAD Documentation
m (DATE ISO 8601 YYYY-MM-DD)
(Marked this version for translation)
 
(6 intermediate revisions by 4 users not shown)
Line 1: Line 1:
<languages/>
<translate>
<translate>
<!--T:16-->
{{VeryImportantMessage|This Macro has been converted in to a workbench called [[FCGear Workbench]]. Please use the workbench instead of this macro as it is actively maintained.}}


<!--T:6-->
<!--T:6-->
{{Macro
{{Macro|Icon=Gearworkbech|Name= Macro FCGear|Description=Additional Workbench to create different types of gears.|Author=looooo|Version=1.0|Date=2015-10-27}}
|Name= Macro FCGear
</translate>
|Icon=FCGear_workbench_icon.svg
<translate>
|Description=Additional Workbench to create different types of gears.
|Author=looooo
|Version=1.0
|Date=2015-10-27
}}

==Description== <!--T:7-->
==Description== <!--T:7-->
Additional Workbench to create different types of gears, involute gear, involute rack, cycloide gear, bevel gear.
Additional Workbench to create different types of gears, involute gear, involute rack, cycloide gear, bevel gear.




<!--T:8-->
<!--T:8-->
[[File:FCGear_00.png|FCGear]]
[[File:FCGear_00.png]]
{{clear}}
{{Caption|FCGear}}
</translate>
<translate>


==Install== <!--T:9-->
==Install== <!--T:9-->


<!--T:5-->
<!--T:5-->
* git clone https://github.com/looooo/FCGear.git
* git clone https://github.com/looooo/freecad.gears.git
* link or copy the FCgear/gear into /freecad/Mod (sudo ln -s (path_to_FCGear)/gear (path_to_freecad)/Mod)
* link or copy the freecad.gears into /.FreeCAD/Mod
Note:
Note:
* if you download zip,unzip,and
* if you download zip,unzip,and
Line 59: Line 64:


</translate>
</translate>

{{clear}}
{{clear}}
<languages/>

Latest revision as of 10:19, 23 May 2020

Other languages:
This Macro has been converted in to a workbench called FCGear Workbench. Please use the workbench instead of this macro as it is actively maintained.

Macro FCGear

Description
Additional Workbench to create different types of gears.

Macro version: 1.0
Last modified: 2015-10-27
Author: looooo
Author
looooo
Download
None
Links
Macro Version
1.0
Date last modified
2015-10-27
FreeCAD Version(s)
None
Default shortcut
None
See also
None

Description

Additional Workbench to create different types of gears, involute gear, involute rack, cycloide gear, bevel gear.

FCGear

Install

Note:

  • if you download zip,unzip,and
  • just copy the whole outermost directory FCGear into /freecad/Mod
    • in Windows must show hidden files, otherwise Mod is hidden
    • in Linux usually Mod path is usr/lib/freecad/Mod. You must open .Mod as administrator and you must give access permissions to all files of "gear". You can also copy to the local Mod: ~/.FreeCAD/Mod
  • since FCGear requires "NUMPY", which is only included since FreeCAD 0.15.4671, it won't run on older versions of FreeCAD

Create a gear

  • go to the gear workbench
  • click on gear symbol
  • change parameters


InvolutegearFCGear_involutegear_par Involuterack.FCGear_involuterack_par

CycloidegearFCGear_cycloide_par BevelgearFCGear_bevel_par


Links