Metadata-Version: 2.1
Name: dxf-fix
Version: 0.1
Summary: Fixer for dxf files like those output by openscad
Home-page: https://github.com/thatch/dxf_fix
Author: Tim Hatch
Author-email: tim@timhatch.com
License: BSD
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: ezdxf

# dxf\_fix

This uses ezdxf load dxf files, connect individal LINE segments into POLYLINE,
and correct their direction based on nesting level (assuming that it represents
a 2d shape).

Requirements:

* Python 2.7 or 3+
* `ezdxf`

## Usage

`dxf_fix in.dxf [ -o out.dxf ]` will write `out.dxf` if provided, otherwise `in.dxf.new`


