ACadSharp 1.0.1-alpha

ACadSharp Build Build&Test License

C# library to read/write cad files like dxf/dwg.

Compatible Dwg versions:

  • DWG Release 1.1
  • DWG Release 1.2
  • DWG Release 1.4
  • DWG Release 2.0
  • DWG Release 2.10
  • AC1002 - DWG Release 2.5
  • AC1003 - DWG Release 2.6
  • AC1004 - DWG Release 9
  • AC1006 - DWG Release 10
  • AC1009 - DWG Release 11/12 (LT R1/R2)
  • AC1012 - DWG Release 14, 14.01 (LT97/LT98)
  • AC1014 - DWG Release 14, 14.01 (LT97/LT98)
  • AC1015 - DWG AutoCAD 2000/2000i/2002
  • AC1018 - DWG AutoCAD 2004/2005/2006
  • AC1021 - DWG AutoCAD 2007/2008/2009
  • AC1024 - DWG AutoCAD 2010/2011/2012
  • AC1027 - DWG AutoCAD 2013/2014/2015/2016/2017
  • AC1032 - DWG AutoCAD 2018/2019/2020

Code Example

public static void Main()
{
	string path = "sample.dwg";
	CadDocument doc = DwgReader.Read(path, onNotification);
}

// Process a notification form the reader
private static void onNotification(object sender, NotificationEventArgs e)
{
	Console.WriteLine(e.Message);
}

WIP

The dwg reader is not yet fully implemented, the NotificationHandler will send a message to inform about the objects that could not be readed.

Dwg entities not implemented
  • ACDBPLACEHOLDER
  • VP_ENT_HDR
  • LWPOLYLINE
  • POLYLINE_PFACE
  • LWPOLYLINE
  • ACAD_PROXY_OBJECT
  • VIEW
Dxf
  • DxfReader
  • DxfWriter
Long term
  • DwgWriter

Contributing

Please feel free to fork this repo and send a pull request if you want to contribute to this project.

Notice that this project is in an alpha version, not all the features are implemented and there can be bugs due to this so any PR with a bug fix will not have a priority.

If you want to contribute you can check the Dxf documentation here.

No packages depend on ACadSharp.

.NET Framework 4.8

  • No dependencies.

.NET 5.0

  • No dependencies.

.NET Standard 2.1

  • No dependencies.

Version Downloads Last updated
1.4.4-alpha 51 6/15/2023
1.4.3-alpha 50 5/31/2023
1.4.2-alpha 28 6/19/2023
1.4.1-alpha 45 2/28/2023
1.4.0-alpha 36 6/17/2023
1.3.6-alpha 66 6/15/2023
1.3.4-alpha 33 6/20/2023
1.3.3-alpha 32 6/16/2023
1.3.2-alpha 38 6/19/2023
1.3.1-alpha 34 6/19/2023
1.3.0-alpha 32 6/19/2023
1.2.3-alpha 21 6/16/2023
1.2.2-alpha 59 6/18/2023
1.2.1-alpha 72 6/4/2023
1.2.0-alpha 83 5/31/2023
1.1.0-alpha 32 6/19/2023
1.0.1-alpha 64 6/14/2023
1.0.0-alpha 64 6/20/2023