DXF: Unterschied zwischen den Versionen

GISWiki - Das freie Portal für Geoinformatik (GIS)
Wechseln zu: Navigation, Suche
(zusätzliche Links)
 
(Eine dazwischenliegende Version desselben Benutzers wird nicht angezeigt)
Zeile 1: Zeile 1:
== Definition ==
+
Das '''Drawing Interchange Format''' ('''DXF''', auch '''Drawing Exchange Format''') ist ein von der Firma [[:de:Autodesk|Autodesk]] spezifiziertes Dateiformat zum [[:de:Computer Aided Design|CAD]]-Datenaustausch und wurde für das CAD-Programm [[:de:AutoCAD|AutoCAD]] entwickelt.
 
+
Eine DXF-Datei beschreibt ein CAD-Model (z. B. eine Zeichnung) als Text nach dem Standard [[:de:ASCII|ASCII]]. In der Anfangszeit wurden noch [[:de:Binärdatei|Binärdatei]]en verwendet.
 
+
Die Dokumentation des Dateiformates ist frei zugänglich. Als Vektorgrafikformat ist ein Import von DXF in viele Grafikprogramme ähnlich wie HP-Plottersprache [[:de:HPGL|HPGL]] möglich.
* [[:de:DXF|laut wikipedia]]
+
  
 
==Open Source Tools==
 
==Open Source Tools==
Zeile 16: Zeile 15:
 
* The book [http://www.amazon.com/exec/obidos/ISBN=0201488353/102-6185301-8816129  3D Graphics File Formats: A Programmer's Reference] include DXF.
 
* The book [http://www.amazon.com/exec/obidos/ISBN=0201488353/102-6185301-8816129  3D Graphics File Formats: A Programmer's Reference] include DXF.
 
* Some tools in the [http://www.web3d.org/vrml/bro2.htm  Web3D Repository] support DXF.
 
* Some tools in the [http://www.web3d.org/vrml/bro2.htm  Web3D Repository] support DXF.
 +
 +
* [http://www.opendesign.com www.opendesign.com]
 +
* [http://www.crlf.de/Verlag/DXF-intern/DXF-intern.html DXF intern]
 +
* [http://sourceforge.net/projects/dxf/ Open Source DXF Software]
  
 
==Weitere Seiten im GISWiki==
 
==Weitere Seiten im GISWiki==

Aktuelle Version vom 1. September 2007, 21:33 Uhr

Das Drawing Interchange Format (DXF, auch Drawing Exchange Format) ist ein von der Firma Autodesk spezifiziertes Dateiformat zum CAD-Datenaustausch und wurde für das CAD-Programm AutoCAD entwickelt. Eine DXF-Datei beschreibt ein CAD-Model (z. B. eine Zeichnung) als Text nach dem Standard ASCII. In der Anfangszeit wurden noch Binärdateien verwendet. Die Dokumentation des Dateiformates ist frei zugänglich. Als Vektorgrafikformat ist ein Import von DXF in viele Grafikprogramme ähnlich wie HP-Plottersprache HPGL möglich.

Open Source Tools

  • Dime - A C++ class library for reading, constructing, manipulating, and writing DXF file data. The name is an acronym for DXF Import, Manipulation, and Export library.
  • QCad is a small open-source CAD system that uses DXF. It runs on Linux. Review of QCAD.
  • StarOffice is reported to use DXF for something.
  • Open source DXF to OpenGL translator.
  • Sourceforge is hosting a DWG to DXF converter and viewer.
  • Sourceforge is hosting dxflib, an open-source C++ library for reading and writing (planned) AutoCAD (R) DXF files. It's at the moment very simple but already provides the functionality to read the basic entities of a DXF file.
  • Open CASCADE is an open source CAD tool, has DXF exchange.
  • ThanCAD is an open source CAD tool under development, and is expected to use DXF. No initial version is available yet.
  • The book 3D Graphics File Formats: A Programmer's Reference include DXF.
  • Some tools in the Web3D Repository support DXF.

Weitere Seiten im GISWiki

<DPL> category=DXF ordermethod=lastedit order=ascending </DPL>