ACadSharp.IO.DxfReader - DomCR/ACadSharp GitHub Wiki
Class for reading a DXF file into a .
Namespace: ACadSharp.IO
C#
public class DxfReader
Returns | Name | Summary |
---|---|---|
Void |
Dispose | |
Boolean |
IsBinary | Check if the file format is in binary. |
CadDocument |
Read | Read the cad document. |
List<Entity> |
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 |