Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 871 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 871 Bytes

IxMilia.Dwg

A portable .NET library for reading and writing DWG files.

Building Locally

This repo requires the following to build:

  1. .NET 7 SDK.
  2. PowerShell 7.

Once dependencies are met, run the following in a PowerShell 7 terminal:

.\build-and-test.ps1

Once that script has been run, you can use build from within Visual Studio.

DWG reference

Reference for the closed DWG format come from the Open Design Alliance.

R13-R14

Full specification (R13-R2018).