-
Notifications
You must be signed in to change notification settings - Fork 1
Change Log
Adam Renaud edited this page May 4, 2019
·
4 revisions
This is the change log for the project
- 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
- Added the functionality to calcluate the area of an
LWPOLYLINE
- Added the
IVectorable
Interface that can be used to convert object to vectors
- Added the basic functionality for extracting entities from Dxf ASCII Files
- Added the LINE and POLYLINE entity