# haplokuon/netDxf

.net dxf Reader-Writer

Repository: https://github.com/haplokuon/netDxf
Canonical: https://ross.abutalabs.com/products/netdxf
Language: C#
License: MIT
License Family: permissive
Topics: dxf, autocad, cad, dxf-writer, dxf-reader, dxf-files
Archived: true
Last push: 2023-10-11T13:40:24+00:00

## Health v2 (maintenance only)
Score: 10/100 (v2, computed 2026-09-02T17:46:02.011165+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 3254, "days_push": 1057, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: archived
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1147, forks 436 (observed 2026-08-28T04:03:45.951795+00:00)

## What it is
netDxf is a C# .NET library for reading and writing AutoCAD DXF files, supporting AutoCad2000 through AutoCad2018 versions in both text and binary formats. It provides a simple DxfDocument API that automatically handles tables, layers, styles, and line types when entities are added.

## Use cases
- read dxf files in c#
- write autocad dxf files programmatically
- generate cad drawings without autocad
- convert dxf files between autocad versions
- parse binary dxf files in .net
- create dxf documents with lines circles and polylines

## When to choose
- you need to read or write DXF files in a .NET application
- you want a simple API that manages DXF table sections automatically
- you need support for both text and binary DXF formats
- you work with AutoCad2000 through AutoCad2018 file versions

## When to avoid
- you need to work with DWG files instead of DXF
- you need dynamic blocks support
- you need a full CAD editor or viewer with a GUI
- you need DXF versions older than AutoCad2000

## Facets
- artifact type: library
- maturity: active
- function: parser, file-system
- domain: files, developer-tools
- platform: dotnet, cross-platform
- tags: dxf, cad, autocad, c-sharp, file-reader-writer

## Member repositories
- haplokuon/netDxf (main) score 10

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:03:45.951795+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T06:34:02.270727+00:00, confidence not recorded.
  - readme: https://github.com/haplokuon/netDxf (fetched 2026-08-28T04:03:45.951795+00:00, sha 34a5d35127a7)
- Data as of 2026-08-30T08:39:29.467469+00:00.
