-
-
Notifications
You must be signed in to change notification settings - Fork 119
ACadSharp.IO.DxfReader
Albert Domenech edited this page Aug 4, 2024
·
4 revisions
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 |
ACadSharp Class Library Documentation
Documentation created by NetDocGen
- ACadSharp
- ACadSharp.Attributes
- ACadSharp.Blocks
- ACadSharp.Classes
- ACadSharp.Entities
- ACadSharp.Exceptions
- ACadSharp.Header
- ACadSharp.IO
- ACadSharp.Objects
- ACadSharp.Objects.Collections
- ACadSharp.Tables
- ACadSharp.Tables.Collections
- ACadSharp.Types.Units
- CSMath
- CSMath.Geometry
- CSUtilities.Attributes
- CSUtilities.Extensions