Skip to content

Commit dfaefc8

Browse files
committed
Add DWG import fixtures
1 parent 5d09207 commit dfaefc8

26 files changed

Lines changed: 27 additions & 0 deletions
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# DWG Import Fixtures
2+
3+
DWG samples for manual and automated import testing.
4+
5+
These files are kept separate from `tests/dxf/` because they require DWG-capable tooling or conversion before the current DXF import path can consume them directly.
6+
7+
## Included Files
8+
9+
| Path | Source | Notes |
10+
| --- | --- | --- |
11+
| `autodesk_acad_samples/*.dwg` | Autodesk AutoCAD LT sample files | Official AutoCAD LT 2010+ sample set. Useful for broad DWG parser/conversion smoke tests. |
12+
| `cadforum/sample_floor_plan.dwg` | CADForum block catalog | Small residential sample floor plan. |
13+
| `dwgshare/sample_apartment_floor_plans.dwg` | DWGShare | Apartment floor plan sample extracted from the downloaded ZIP. |
14+
| `dwgshare/shopping_center_free_autocad_drawings.dwg` | DWGShare | Shopping center plan sample extracted from the downloaded ZIP; useful for evacuation-scale import trials. |
15+
16+
## Provenance
17+
18+
- Autodesk source: https://www.autodesk.com/support/technical/article/caas/tsarticles/ts/01em4r6LLJgnQQVBlk5GqD.html
19+
- CADForum source: https://www.cadforum.cz/catalog_en/block.asp?blk=12286
20+
- DWGShare apartment source: https://dwgshare.com/256-free-download-of-cad-drawings-for-sample-apartment-floor-plans/
21+
- DWGShare shopping center source: https://dwgshare.com/shopping-center-free-autocad-drawings/
22+
23+
## Notes
24+
25+
- The original ZIP archives downloaded from DWGShare are not committed; only the extracted DWG files are kept.
26+
- AutoCAD can export these DWG files to DXF for the existing import module test path.
27+
- Keep additional large or third-party CAD files in this folder with provenance notes.
Binary file not shown.
Binary file not shown.
492 KB
Binary file not shown.
Binary file not shown.
235 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
452 KB
Binary file not shown.

0 commit comments

Comments
 (0)