Arbeitsbereich Draft

From FreeCAD Documentation
Revision as of 12:58, 1 December 2013 by Yorik (talk | contribs) (Created page with "===Importieren & Exportieren===")

Das Draftmodul ist ein noch-in-Arbeit- und ziemlich experimentelles Modul, das gemacht ist, um grundlegende 2D-Zeichnungsfunktionalität zu FreeCAD hinzuzufügen. Es ist völlig in Python geschrieben und ist auch als Beispiel gedacht, um zu zeigen, wie weit Sie FreeCAD völlig mittels Python erweitern können, ohne dabei den Quellcode zu berühren.


Template:Draft Tools/de

Importieren & Exportieren

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