Draft Workbench/fr: Difference between revisions

From FreeCAD Documentation
(Created page with " * Autodesk.DXF: Importe et exporte les fichiers [http://fr.wikipedia.org/wiki/Drawing_eXchange_Format DXF (Drawing eXchange Format)] créés avec d'autres ap...")
(Created page with "===Fonctions additionnelles===")
Line 14: Line 14:
* [[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_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]


===Additional features===
===Fonctions additionnelles===


* [[Draft_Snap|Snapping]]: Allows to place new points on special places on existing objects
* [[Draft_Snap|Snapping]]: Allows to place new points on special places on existing objects

Revision as of 13:05, 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/fr

Formats de fichiers

Les formats de fichiers reconnus à l'heure actuelle sont :


Fonctions additionnelles

  • 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