Skip to content

Commit a4de875

Browse files
authored
Update README.md
1 parent 7a02425 commit a4de875

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

‎README.md‎

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ We temporarily provide sources and binaries for AutoCAD R18 (2010, 2011, 2012) a
88

99
View [Test.cs](https://github.com/luanshixia/AutoCADCodePack/blob/master/AutoCADCommands/Test.cs) for API usage examples.
1010

11+
## Modules
12+
1113
The library consists of the following modules:
1214

1315
* `Draw` to directly draw entities (with AutoCAD-command-like functions)
@@ -23,6 +25,8 @@ The library consists of the following modules:
2325
* `SymbolPack` to help you draw symbols like arrows, etc.
2426
* `IronPython` to allow you use IronPython in AutoCAD
2527

28+
## A Quick Look
29+
2630
You may write this elegant code with the code pack:
2731

2832
```csharp
@@ -83,4 +87,6 @@ public static void PolyClean0_Old()
8387
}
8488
```
8589

90+
## Examples
91+
8692
View [Test.cs](https://github.com/luanshixia/AutoCADCodePack/blob/master/AutoCADCommands/Test.cs) for detailed API usage examples.

0 commit comments

Comments
 (0)