Skip to content

Change Log

Adam Renaud edited this page May 4, 2019 · 4 revisions

Change Log

This is the change log for the project

V0.3.0 [2019-05-04] Reading Binary Files

  • Adding the ability to read Binary files by adding DxfBinaryReader class
  • Also this ability uses the same output type as the ASCII Reader so there was no need to create a new parser class just for binary files

V0.2.0 [2019-02-01] Adding Area to LWPOLYLINE with Bulges

  • Added the functionality to calcluate the area of an LWPOLYLINE
  • Added the IVectorable Interface that can be used to convert object to vectors

V0.1.0 [2019-01-27] Initial Release

  • Added the basic functionality for extracting entities from Dxf ASCII Files
  • Added the LINE and POLYLINE entity