CadQuery Workbench/fr: Difference between revisions

From FreeCAD Documentation
(Created page with "'''Prérequis'''")
(Created page with "Nécessite FreeCAD 0.14 ou plus récent")
Line 27: Line 27:
'''Prérequis'''
'''Prérequis'''


Requires FreeCAD 0.14 or newer
Nécessite FreeCAD 0.14 ou plus récent


Download the [https://github.com/jmwright/cadquery-freecad-module/releases/tag/v0.3.0 latest released version], extract the archive file, and copy the CadQuery directory to FreeCAD's Mod directory on your system. The module is implemented completely in Python so it should just work the next time you start FreeCAD. Some typical Mod directory locations are as follows.
Download the [https://github.com/jmwright/cadquery-freecad-module/releases/tag/v0.3.0 latest released version], extract the archive file, and copy the CadQuery directory to FreeCAD's Mod directory on your system. The module is implemented completely in Python so it should just work the next time you start FreeCAD. Some typical Mod directory locations are as follows.

Revision as of 12:36, 26 September 2020

Other languages:

Introduction

Un combo module-atelier qui ajoute un éditeur CadQuery à FreeCAD. Veuillez consulter le wiki pour des informations plus détaillées sur la mise en route.

Références

Outils

Installation

Installation Automatique

Voir Installation

Depuis GitHub

Prérequis

Nécessite FreeCAD 0.14 ou plus récent

Download the latest released version, extract the archive file, and copy the CadQuery directory to FreeCAD's Mod directory on your system. The module is implemented completely in Python so it should just work the next time you start FreeCAD. Some typical Mod directory locations are as follows.

Linux Installation Instructions (From GitHub)

  • /usr/lib/freecad/Mod
  • /usr/local/lib/freecad/Mod

If you are running Ubuntu Linux, be sure to run the following line in a terminal before using this module.

sudo apt-get install python-pyside.qtnetwork


Windows Installation Instructions (From GitHub)

  • C:\Program Files\FreeCAD 0.14\Mod
  • C:\Program Files (x86)\FreeCAD 0.14\Mod


Mac Installation Instructions (From GitHub)

  • /Applications/FreeCAD.app/Contents/Mod
  • /Applications/FreeCAD.app/Mod

It's Installed, Now What?

For getting started information and troubleshooting steps, please see the wiki

Links to CadQuery WB

Other useful links