Skip to content

romannep/dxf-handler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dxf-handler

Parse DXF file, analyze and convert to SVG

Script computes:

  • area (for every shape and main shape)
  • perimeter (for every shape and summary)
  • width and height of bounding rectangle

Script creates SVG file

Usage

  1. Create folders svg and data in folder where dxf file located.
  2. Run dxf-handler and specify source file with -f option:
node build\dxf-handler.js -f samples\sample2.dxf

Result:

  • svg file will be placed in svg folder with the same name
  • info json file will be places in data folder with the same name

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published