1.0.2 • Published 3 years ago

dxf-converter v1.0.2

Weekly downloads
11
License
MIT
Repository
github
Last release
3 years ago

dxf-converter

This project provides a means by which a dxf file can have a ruleset applied to it to perform transformations

Usage

This project provides a javascript program that is compiled into an executable using the package command. It will provide a program that when run with no command line arguements will output the following:

asoleyo_converter <dxf_input_file> <dxf_output_file>

Specifying an input and output file will transform the provided input file using the default ruleset into a matching dxf output file. As of 1.0.0 the default ruleset converts POLYLINE entities to LWPOLYLINES and attempts to de-dupe matching start and end points.