Macro FCGear: Difference between revisions

From FreeCAD Documentation
m (install instructions)
(Marked this version for translation)
 
(3 intermediate revisions by 2 users not shown)
Line 1: Line 1:
<languages/>
<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
|Name= Macro FCGear
|Name= Macro FCGear
|Icon=Gearworkbech.png
|Icon=FCGear_workbench_icon.svg
|Description=Additional Workbench to create different types of gears.
|Description=Additional Workbench to create different types of gears.
|Author=looooo
|Author=looooo
Line 21: Line 24:


<!--T:5-->
<!--T:5-->
* git clone https://github.com/looooo/freecad.gear.git
* git clone https://github.com/looooo/freecad.gears.git
* link or copy the FCgear into /.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 61: Line 64:


</translate>
</translate>

{{clear}}
{{clear}}

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