Click or drag to resize

DXFReaderNET Namespaces

DXFReader.NET Component is an .NET component that allows viewing, manipulating and plotting direct from the AutoCAD drawing file format DXF, also known as the drawing exchange format.

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 defacto standard in PC based CAD industry with many other CAD systems able to read and write this format too.

With DXFReader.NET Component you can also retrieve every drawing information and every entity and easily perform data manipulation and/or analysis directly within your development environment.

Namespaces
NamespaceDescription
DXFReaderNET
The DXFReaderNET is a root namespace for all classes of DXFReaderNET library.
DXFReaderNET.Blocks
Returns a reference to a collection of "Block" objects. Each object corresponds to an entry of the Blocks section (BLOCKS) of the DXF file.
DXFReaderNET.Collections
Returns a reference to all collections of the DXF file.
DXFReaderNET.Entities
Returns a reference to a collection of DXF objects like lines, circles, arcs, etc. Each object corresponds to an entry of the Entities section (ENTITIES) of the DXF file.
DXFReaderNET.Header
Returns a reference to header variables of DXF document.
DXFReaderNET.Objects
Returns a reference to a collection of "Object" objects. Each object corresponds to an entry of the Objects section (OBJECTS) of the DXF file.
DXFReaderNET.Tables
Returns a reference to a collection of "Tables" objects. Each object corresponds to an entry of the Tables section (TABLES) of the DXF file.