Draft DXF/de: Difference between revisions

From FreeCAD Documentation
(Created page with "{{Draft Tools navi/de}}")
(Updating to match new version of source page)
(48 intermediate revisions by 3 users not shown)
Line 1: Line 1:
<languages/>
<languages/>
{{docnav|/de
{{Docnav/de
|
|[[Draft_SVG/de|SVG]]
|[[Draft_SVG/de|SVG]]
|[[Draft_Module/de|Draft-Arbeitsbereich]]
|[[Draft_Module/de|Draft Arbeitsbereich]]
|IconC=Workbench_Draft.svg
|IconC=Workbench_Draft.svg
}}
}}


{{GuiCommand
{{GuiCommand/de
|Name=Draft DXF|Name/de=Draft DXF
|Name=Draft DXF
|MenuLocation=Datei → Export → Autodesk DXF 2D (*.dxf)
|MenuLocation=Datei → Export → Autodesk DXF 2D (*.dxf)
|Workbenches=[[Draft Workbench/de|Draft]]
|Workbenches=[[Draft Workbench/de|Draft]]
|Shortcut={{KEY|Strg}}+{{KEY|E}}
|Shortcut=-
|SeeAlso=[[FreeCAD and DXF Import/de|FreeCAD und DXF Import]], [[FreeCAD and DWG Import/de|FreeCAD und DWG Import]]
|SeeAlso=[[FreeCAD and DXF Import/de|FreeCAD und DXF Import]], [[FreeCAD and DWG Import/de|FreeCAD und DWG Import]]
|Empty=1
|Empty=1
}}
}}


== Beschreibung ==
==Beschreibung==
{{Emphasis|Siehe auch:}} [[FreeCAD and DXF Import/de|FreeCAD und DXF Import]] und [[FreeCAD and DWG Import/de|FreeCAD und DWG Import]].


DXF Entwurf ist ein Softwaremodul, das von den [[File:Std_Open.svg|24px]] [[Std_Open/de|Std Öffnen]], [[Std_Import/de|Std Import]] und [[Std_Export/de|Std Export]] Befehlen verwendet wird, um das DXF Dateiformat handzuhaben.
Diese Funktion öffnet eine [[DXF/de|DXF]]-Datei (Version 12 bis 2007) in ein neues Dokument.


[[Image:Screenshot qcad.jpg]]
[[Image:Screenshot qcad.jpg]]
{{Caption|Qcad-Zeichnung nach DXF exportiert, die anschließend in FreeCAD geöffnet wird}}
{{Caption|Qcad-Zeichnung nach DXF exportiert, die anschließend in FreeCAD geöffnet wird}}


== Opening ==
==Importieren==


<div class="mw-translate-fuzzy">
The following DXF object types are currently supported:
Die DXF Versionen R12 - 2007 werden unterstützt.
* lines
</div>
* polylines and lwpolylines
* circles
* arcs
* layers (layers containing objects are converted to FreeCAD Groups)
* texts and mtexts
* dimensions
* blocks (only geometry. texts, dims and attributes inside blocks will be skipped)
* points {{Version|0.13}}
* leaders {{Version|0.13}}


3D objects inside a DXF file are stored under a binary ACIS/SAT blob, which at the moment cannot be read by FreeCAD. Simpler entities like 3DFACEs, though, are supported.
Other DXF entities are currently not imported because there is no corresponding FreeCAD object. As new functionality gets implemented, it will be possible to import more entity types.


<div class="mw-translate-fuzzy">
== Installing ==
Die folgenden DXF Objekte können importiert werden:
* Linien
* Polylinien und Lwpolylinien
* Kreise
* Bögen
* Ebenen (Ebenen, die Objekte enthalten, werden in FreeCAD Gruppen umgewandelt)
* Texte und Mtexte
* Maße
* Blöcke (nur Geometrie, Texte, Maße und Attribute innerhalb von Blöcken werden übersprungen)
* Punkte
* Führungen
* ... (Liste ist unvollständig).
</div>


==Exportieren==
{{Emphasis|Note:}} for licensing reasons, the [[DXF]] import/export libraries are not part of the FreeCAD source code anymore. For that reason, they must be installed by you, the user, after you install FreeCAD. There is a way to allow FreeCAD to do that automatically, or you can do it manually.


<div class="mw-translate-fuzzy">
=== Automatically ===
Die Dateien werden im R12 DXF Format exportiert, das von vielen Anwendungen verarbeitet werden kann.
</div>


<div class="mw-translate-fuzzy">
Starting from version 0.15, you only need to mark the Edit-> Preferences -> Import/Export -> DXF/DWG -> "Allow FreeCAD to automatically download the DXF libraries" option to have FreeCAD take automatically care of doenloading and installing these libraries. For older versions, you will need to do it manually.
Die folgenden FreeCAD Objekte können exportiert werden:
* Linien und Drähte (Polylinien)
* Bögen und Kreise
* Texte
* Die Farben werden von den RGB Farben der Objekte auf den Autocad Farbindex (ACI) abgebildet. Schwarz wird immer " von Ebene zu Ebene" abgebildet.
* Ebenen werden aus Gruppennamen abgebildet. Wenn Gruppen verschachtelt sind, gibt die tiefste Gruppe den Ebenennamen an.
* Maße, die mit "Standard" Dimstyle exportiert werden.
* ... (Liste ist unvollständig).
</div>


=== Manually ===
==Installieren==


<div class="mw-translate-fuzzy">
Libraries must be downloaded from https://github.com/yorikvanhavre/Draft-dxf-importer
Aus lizenzrechtlichen Gründen sind die erforderlichen [[DXF/de|DXF]] Import/Export Bibliotheken nicht Teil des FreeCAD Quellcodes.
There is a very complete step-by-step [[Dxf_Importer_Install|tutorial]] that will explain you the necessary steps.
Für weitere Informationen siehe: [[FreeCAD_und_DXF_Import/de|FreeCAD und DXF Import]].
</div>


== Importing ==
==Einstellungen==
This works the same way as opening, but it will add the contents of the dxf file in the active documento instead of creating a new document.


Für weitere Informationen siehe: [[Import_Export_Preferences/de|Import Export Einstellungen]].
Tutorial: [[Dxf_Importer_Install|Dxf Importer Install]]


== Exporting ==
==Skripten==
{{Emphasis|Siehe auch:}} [[Draft API/de]|Draft API] und [[FreeCAD Scripting Basics/de|FreeCAD Grundlagen Skripten]].
The exported DXF is compatible with Autocad version 12 and up, so it should open in about any application that supports dxf format.
Currently the following FreeCAD objects get exported:
* lines and wires (polylines)
* arcs and circles
* texts
* colors are mapped from objects RGB colors to autocad color index (ACI). Black will always be "by layer"
* layers are mapped from group names. When groups are nested, the deepest group gives the layer name.
* dimensions, which are exported with "Standard" dimstyle


Elemente können durch die folgende Funktion nach DXF exportiert werden:
== Preferences ==
The following parameters can be specified in the [[Preferences Editor]], in the menu {{MenuCommand|Edit → Preferences → Import-Export}}.
* Import style: This lets you choose the way objects from the dxf file will be drawn in FreeCAD. You can choose between:
** None: this is the faster way, there is no conversion, all objects will be black with 2px width (FreeCAD default)
** Use default color and linewidth: All imported dxf objects will take current linewidth/color from the draft command bar
** Original color and linewidth: Objects will keep the color and linewidth (if specified) they have in the dxf file
** Colors mapped to linewidth: If this option is selected, the mapping file option below is used.
* Color mapping file: This allows you to specify a mapping file to be used for translating dxf colors to color and linewidth, the same way as a plot style works in Autocad. The mapping file must be a tab-separated text file. There is a nice free utility called [http://www.noliturbare.com/TablePrintGUI.php Plot style viewer] that can convert Autocad CTB or STB (plot styles) files to tab-separated mapping files ready to use in FreeCAD. Alternatively, we have a couple of [[Draft_mapping_files|home-made mapping files]] availables here.
* Import texts: This allows you to specify if you want to import dxf texts and dimensions or not. Many texts might make your work in FreeCAD very heavy, so you might want to use this option some time.
* Import layout objects: Turn this on if you want to import paper space object. They will be merged in the same document than model space objects.

== Scripting ==
{{Emphasis|See also:}} [[Draft API]] and [[FreeCAD Scripting Basics]].

You can export elements to DXF by using the following function:
{{Code|code=
{{Code|code=
importDXF.export(objectslist, filename, nospline=False, lwPoly=False)
importDXF.export(objectslist, filename, nospline=False, lwPoly=False)
Line 98: Line 94:
}}
}}


{{docnav|/de
{{Docnav/de
|
|[[Draft_SVG/de|SVG]]
|[[Draft_SVG/de|SVG]]
|[[Draft_Module/de|Draft-Arbeitsbereich]]
|[[Draft_Module/de|Draft Arbeitsbereich]]
|IconC=Workbench_Draft.svg
|IconC=Workbench_Draft.svg
}}
}}


{{Draft Tools navi/de}}
{{Draft Tools navi{{#translation:}}}}
{{Userdocnavi{{#translation:}}}}

[[Category:Formats{{#translation:}}]]
{{Userdocnavi}}
{{clear}}
{{clear}}

Revision as of 09:50, 21 October 2020

Draft DXF

Menüeintrag
Datei → Export → Autodesk DXF 2D (*.dxf)
Arbeitsbereich
Draft
Standardtastenkürzel
-
Eingeführt in Version
-
Siehe auch
FreeCAD und DXF Import, FreeCAD und DWG Import

Beschreibung

DXF Entwurf ist ein Softwaremodul, das von den Std Öffnen, Std Import und Std Export Befehlen verwendet wird, um das DXF Dateiformat handzuhaben.

Qcad-Zeichnung nach DXF exportiert, die anschließend in FreeCAD geöffnet wird

Importieren

Die DXF Versionen R12 - 2007 werden unterstützt.

3D objects inside a DXF file are stored under a binary ACIS/SAT blob, which at the moment cannot be read by FreeCAD. Simpler entities like 3DFACEs, though, are supported.

Die folgenden DXF Objekte können importiert werden:

  • Linien
  • Polylinien und Lwpolylinien
  • Kreise
  • Bögen
  • Ebenen (Ebenen, die Objekte enthalten, werden in FreeCAD Gruppen umgewandelt)
  • Texte und Mtexte
  • Maße
  • Blöcke (nur Geometrie, Texte, Maße und Attribute innerhalb von Blöcken werden übersprungen)
  • Punkte
  • Führungen
  • ... (Liste ist unvollständig).

Exportieren

Die Dateien werden im R12 DXF Format exportiert, das von vielen Anwendungen verarbeitet werden kann.

Die folgenden FreeCAD Objekte können exportiert werden:

  • Linien und Drähte (Polylinien)
  • Bögen und Kreise
  • Texte
  • Die Farben werden von den RGB Farben der Objekte auf den Autocad Farbindex (ACI) abgebildet. Schwarz wird immer " von Ebene zu Ebene" abgebildet.
  • Ebenen werden aus Gruppennamen abgebildet. Wenn Gruppen verschachtelt sind, gibt die tiefste Gruppe den Ebenennamen an.
  • Maße, die mit "Standard" Dimstyle exportiert werden.
  • ... (Liste ist unvollständig).

Installieren

Aus lizenzrechtlichen Gründen sind die erforderlichen DXF Import/Export Bibliotheken nicht Teil des FreeCAD Quellcodes. Für weitere Informationen siehe: FreeCAD und DXF Import.

Einstellungen

Für weitere Informationen siehe: Import Export Einstellungen.

Skripten

Siehe auch: [[Draft API/de]|Draft API] und FreeCAD Grundlagen Skripten.

Elemente können durch die folgende Funktion nach DXF exportiert werden:

importDXF.export(objectslist, filename, nospline=False, lwPoly=False)

Beispiel:

import Draft, importDXF

Polygon1 = Draft.makePolygon(3, radius=500)
Polygon2 = Draft.makePolygon(5, radius=1500)

objects = [Polygon1, Polygon2]

importDXF.export(objects, "/home/user/Pictures/myfile.dxf")