Macro FCGear: Difference between revisions

From FreeCAD Documentation
No edit summary
(update link)
(2 intermediate revisions by 2 users not shown)
Line 2: Line 2:
<translate>
<translate>
<!--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=Gearworkbech.png
<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

Revision as of 19:41, 5 September 2019

Other languages:

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