Draft Workbench/fr: Difference between revisions

From FreeCAD Documentation
(Updating to match new version of source page)
(Created page with "La '''Planche à dessin''' (ou atelier '''Draft''') est un module expérimental en cours de développement conçu pour ajouter des fonctionnalités basiques de dessin en deux ...")
Line 1: Line 1:
La '''Planche à dessin''' (ou atelier '''Draft''') est un module expérimental en cours de développement conçu pour ajouter des fonctionnalités basiques de dessin en deux dimensions à FreeCAD. Il est entièrement programmé en python, et a également pour but de démontrer comment accroître les possibilités de FreeCAD entièrement en python, sans même toucher au code source.
The Draft workbench allows to quickly draw simple 2D objects in the current document, and offers several tools to modify them afterwards. Some of these tools also work on all other FreeCAD objects, not only those created with the Draft workbench. It also provides a complete snapping system, and several utilities to manage objects and settings.


__NOTOC__
__NOTOC__

Revision as of 13:04, 1 December 2013

La Planche à dessin (ou atelier Draft) est un module expérimental en cours de développement conçu pour ajouter des fonctionnalités basiques de dessin en deux dimensions à FreeCAD. Il est entièrement programmé en python, et a également pour but de démontrer comment accroître les possibilités de FreeCAD entièrement en python, sans même toucher au code source.


Template:Draft Tools

File formats

The Draft module provides FreeCAD with importers and exporters for the following file formats:

Additional features

  • Snapping: Allows to place new points on special places on existing objects
  • Constraining: Allows to place new points horizontally or vertically in relation to previous points
  • Working with manual coordinates: Allows to enter manual coordinates instead of clicking on screen

Preference settings

Scripting

The Draft module features a complete Draft API so you can use its functions in scripts and macros

Raytracing Module
Arch Module