Skip to content

Commit 9975ebe

Browse files
committed
merge
2 parents 3bc33ee + 4856dec commit 9975ebe

File tree

139 files changed

+91133
-736
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+91133
-736
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
steps:
1515
- uses: actions/checkout@v2
16-
with:
16+
with:
1717
submodules: true
1818
- name: Restore dependencies and Build
1919
working-directory: src

.github/workflows/wiki-gen.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717
run: ./update-wiki.sh
1818
shell: bash
1919
env:
20-
ASSEMBLY_PATH: "src/ACadSharp/bin/Release/net6.0/ACadSharp.dll"
20+
ASSEMBLY_PATH: "ACadSharp/bin/Release/net6.0/ACadSharp.dll"
2121
GITHUB_TOKEN: ${{ github.token }}

README.md

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ ACadSharp allows to read or create CAD files using .Net and also extract or modi
1414
- Extract/Modify the geometric information from the different [entities](https://help.autodesk.com/view/OARX/2021/ENU/?guid=GUID-7D07C886-FD1D-4A0C-A7AB-B4D21F18E484) in the model
1515
- Control over the table elements like Blocks, Layers and Styles, allows you to read, create or modify the different tables
1616

17+
For pdf export check :construction: [ACadSharp.Pdf](https://github.com/DomCR/ACadSharp.Pdf) :construction:.
18+
1719
#### Compatible Dwg/Dxf versions:
1820

1921
| | DxfReader | DxfWriter | DwgReader | DwgWriter |
@@ -45,10 +47,18 @@ private static void onNotification(object sender, NotificationEventArgs e)
4547
}
4648
```
4749

48-
For more examples [check](https://github.com/DomCR/ACadSharp/tree/master/ACadSharp.Examples).
50+
For more examples [check](https://github.com/DomCR/ACadSharp/tree/master/src/ACadSharp.Examples).
4951

5052
For more information visit the :construction: [wiki](https://github.com/DomCR/ACadSharp/wiki) :construction: .
5153

54+
Building
55+
---
56+
Before building run:
57+
```console
58+
git submodule update --init --recursive
59+
```
60+
This command will clone the submodules. These are Shared Projects that this project dependes on.
61+
5262
Contributing
5363
---
5464

160 KB
Binary file not shown.
-705 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)