Skip to content
This repository was archived by the owner on Jan 27, 2019. It is now read-only.

Commit 3f424a0

Browse files
author
Adam Renaud
committed
Updating the README
1 parent 2886363 commit 3f424a0

File tree

1 file changed

+9
-7
lines changed

1 file changed

+9
-7
lines changed

README.md

Lines changed: 9 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,12 @@
44

55
### Introduction
66
This is one of many DXF librarys that is avalible here on Github. It can be used currently to extract and read information from
7-
a dxf file. One of the main focuses however besides being able to read and write a file is to be able to calculate all of the geometry
8-
of the entities in the file. Also, this library is designed to be flexible, in other words if a property is changed in an entity all the
9-
geometry will be updated along will the geometry of all entities that are linking to the object.
7+
a dxf file. One of the main focuses however besides being able to read (and maybe one day write) a file is to be able to calculate all of the geometry
8+
of the entities in the file. Also, this library is designed to be flexible in other words if a property is changed in any entity all the
9+
geometry will be updated along will the geometry of all entities that are linking to that Entity.
1010

1111
#### Goals of this Library
12-
- read and write all of the entities in the Dxf format
12+
- read (one day write) all of the entities in the Dxf format
1313
- flexible geometry based entities that can be updated real time without writing and re reading the file.
1414
- Speed, this library should be really fast.
1515

@@ -59,12 +59,14 @@ lines[0].Vertex = new Vertex(0, 1); // GeometryChanged Event will be called at t
5959

6060
### Currently Supported Entities
6161
- LINE
62-
- LWPOLYLINE
62+
- LWPOLYLINE (Light weight Polyline)
6363
- HATCH
6464
- ARC
65+
- CIRCLE
66+
- POINT
67+
- TEXT
68+
- MTEXT
6569

6670
### Future Development
6771
Future development includes adding these other entities (in order of importance):
68-
- TEXT
69-
- MTEXT
7072
- POLYLINE

0 commit comments

Comments
 (0)