TsgDXFExport

Hierarchy                Properties                Methods

  Classes Reference > Writing to file >

TsgDXFExport

Hierarchy                Properties                Methods

Previous pageReturn to chapter overviewNext page

Class TsgDXFExport provides API for export yours vector graphics files to DXF files. DXF is an acronym for Drawing eXchange Format. DXF is an ASCII replication of the contents of a drawing file enabling the interchange of files from one CAD system to another program. DXF import/export is supported by a wide variety of applications, ranging from CAD products to word processors, desktop publishing and illustration tools. The DXF CAD format has become the de facto standard in PC based CAD industry with many other CAD systems able to read and write this format too.

Unit

DXFExport

Description

DXF Exporter allows programmers to create DXF files as easy as possible. All you need is to draw image using Windows GDI functions onto DXF Exporters DC or make a metafile and give it to the Exporter. DXF Exporter reads Windows Metafile structure and makes DXF file automatically.

For specifying of AutoCAD version use AutoCADVer property.

Go to CAD VCL Enterprise