DXF: Unterschied zwischen den Versionen

GISWiki - Das freie Portal für Geoinformatik (GIS)
Wechseln zu: Navigation, Suche
 
(zusätzliche Links)
 
(5 dazwischenliegende Versionen von 2 Benutzern werden 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==
 +
 
 +
* [[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.
 +
* [http://www.qcad.org/  QCad] is a small open-source CAD system that uses DXF. It runs on Linux. [http://e-zine.nluug.nl/hold.html?cid=101 Review of QCAD].
 +
* [http://wwws.sun.com/software/star/staroffice/5.2/get.html  StarOffice] is reported to use DXF for something.
 +
* Open source [http://www.bearcave.com/dxf/dxfintro.htm  DXF to OpenGL translator].
 +
* Sourceforge is hosting a [http://sourceforge.net/projects/lx-viewer  DWG to DXF converter and viewer].
 +
* Sourceforge is hosting [http://dxflib.sourceforge.net/  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.
 +
* [http://www.opencascade.org/  Open CASCADE] is an open source CAD tool, has DXF exchange.
 +
* [http://thancad.sourceforge.net/  ThanCAD] is an open source CAD tool under development, and is expected to use DXF. No initial version is available yet.
 +
* 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.
 +
 
 +
* [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==
 +
<DPL>
 +
category=DXF
 +
ordermethod=lastedit
 +
order=ascending
 +
</DPL>
 +
 
 +
[[Kategorie:DXF]]

Aktuelle Version vom 1. September 2007, 22: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>