ACadSharp.IO.DxfReader - DomCR/ACadSharp GitHub Wiki

DxfReader Class

Class for reading a DXF file into a .

Definition

Namespace: ACadSharp.IO

C#

public class DxfReader

Methods

Returns Name Summary
Void Dispose
Boolean IsBinary Check if the file format is in binary.
CadDocument Read Read the cad document.
List1` ReadEntities Read only the entities section in the dxf document
CadHeader ReadHeader Read the Cad header section of the file.
CadDocument ReadTables Read only the tables section in the dxf document
⚠️ **GitHub.com Fallback** ⚠️