Draft Workbench/fr: Difference between revisions

From FreeCAD Documentation
(mise à jour)
(Updating to match new version of source page)
Line 1: Line 1:
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.
= Planche à dessin (2d Draft) =


__NOTOC__
La '''Planche à dessin''' (ou atelier '''2d 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.
{{Draft Tools}}


===File formats===
{{Draft Tools/fr}}


The Draft module provides FreeCAD with importers and exporters for the following file formats:
===Formats de fichiers===


* [[Draft_DXF|Autodesk .DXF]]: Imports and exports [http://en.wikipedia.org/wiki/AutoCAD_DXF Drawing Exchange Format] files created with 2D CAD applications
Les formats de fichiers reconnus à l'heure actuelle sont :
* [[Draft_SVG|SVG (as geometry)]]: Imports and exports [http://en.wikipedia.org/wiki/Scalable_Vector_Graphics Scalable Vector Graphics] files created with vector drawing applications
* [[Draft_OCA|Open Cad format .OCA]]: Imports and exports OCA/GCAD files, a potentially new [http://groups.google.com/group/open_cad_format open CAD file format]
* [[Draft_DAT|Airfoil Data Format .DAT]]: Imports DAT files describing [http://www.ae.illinois.edu/m-selig/ads/coord_database.html Airfoil profiles]
* [[Draft_DXF|Autodesk .DWG]]: Import and exports DWG files via the DXF importer, when the [[Extra python modules|Teigha Converter]] utility is installed.


===Additional features===
* [[Draft_DXF/fr|Autodesk.DXF]]: Importe et exporte les fichiers [http://fr.wikipedia.org/wiki/Drawing_eXchange_Format DXF (Drawing eXchange Format)] créés avec d'autres applications de CAO 2D
* [[Draft_SVG/fr|SVG (come géometrie)]]: Importe and exporte les fichiers [http://fr.wikipedia.org/wiki/Scalable_Vector_Graphics Scalable Vector Graphics(SVG)] créés avec des applications de dessin vectoriel
* [[Draft_OCA/fr|Open Cad format .OCA]]: Importe and exporte les fichiers OCA/GCAD, un nouveau [http://groups.google.com/group/open_cad_format format de fichier CAO ouvert] potentiel
* [[Draft_DAT/fr|Airfoil Data Format .DAT]]: Importe les fichiers DAT décrivant des [http://www.ae.illinois.edu/m-selig/ads/coord_database.html profils de surface portante]


* [[Draft_Snap|Snapping]]: Allows to place new points on special places on existing objects
===Fonctions additionnelles===
* [[Draft_Constrain|Constraining]]: Allows to place new points horizontally or vertically in relation to previous points
* [[Draft_Coordinates|Working with manual coordinates]]: Allows to enter manual coordinates instead of clicking on screen


===Preference settings===
* [[Draft_Snap/fr|Accrochage]]: Permet de place de nouveau points en des endroits spécifiques sur des objets existants
* [[Draft_Constrain/fr|Contraindre]]: Permet de placer des points horizontalement ou verticalement en relation aux points précédents
* [[Draft_Coordinates/fr|Saisir des coordonnées manuelles]]: Permet de saisir des coordonnées manuellement plutôt que de cliquer à l'écran


* The Draft module has its [[Draft Preferences|preferences]] screen
===Préférences===


===Scripting===
* La planche à dessin a aussi son propre menu de [[Draft Preferences/fr|préférences]]


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


{{docnav|Raytracing Module|Arch Module}}
Consultez la page [[Draft API/fr|Draft API]] pour une description complète des fonctions que vous pouvez utiliser dans les scripts et les macros


[[Category:User Documentation]]
{{docnav/fr|Raytracing Module/fr|Arch Module/fr}}
<languages/>

{{languages/fr | {{en|Draft Module}} {{es|Draft Module/es}} {{it|Draft Module/it}} {{pl|Draft Module/pl}} {{ru|2d Drafting Module/ru}} {{se|Draft Module/se}} }}

[[Category:User Documentation/fr]]

Revision as of 12:55, 1 December 2013

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.


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