Show / Hide Table of Contents

Namespace Dxflib.IO

Classes

AsciiParser

The ASCII Parser is the one of the main parsers in the Dxflib Library. This class is used to extract data from a ASCII dxf file. The main constructor requires a DxfFile and when ParseFile() is called will populate all of the fields in the DxfFile.

DxfParseException

This Exception should be used if there is an unexpected situation in the parsing of a dxf file

DxfReader

The DxfReader class that reads a Dxf file and returns a string list

DxfStreamException

DxfStream Exception class

DxfTypeConverter

This public static class has only one purpose, which is to return hold the ConvertType(String) Function.

EntitiesSectionArgs

The Entities section arguments class. A class that stores all of the data from the entities section of the dxf file.

FileSectionBase

File Section base is a class that represents the different sections of an AutoCAD Class

FileSectionStartMarkers

A class that will contain all of the FileSectionBase Starting markers These starting markers will signify the starting location of a new section in the dxf file.

TaggedData

TaggedData is a class that is designed to replicate the tagged data of a dxf file

TaggedDataList

The Tagged Data List class. A class that is a wrapper for a System.Collections.Generic.List<T> where T is TaggedData.

Enums

FileSections

The File Section Enumeration that holds Enumerations for the different section of a dxf file

Back to top Generated by DocFX