This package has been deprecated

Author message:

this package is only available as private

dwg2idf

0.3.0 • Public • Published

REST interface that converts dxf files to idf.

install and start with npm install node src/app.js

example to call the REST interface: server.post("/dxf2idf") .field('stories', 3) .field('height_level1', 2700) .field('height_level2', 2700) .field('height_level3', 2700) .field('wall_layer', 'WALL') .field('window_layer', 'WINDOW') .field('door_layer', 'DOOR') .field('units', 'mm') .attach('dxf_level1', "./test/dwgs/WALL_WINDOW_DOOR.dxf") .attach('dxf_level2', "./test/dwgs/WALL_WINDOW_DOOR.dxf") .attach('dxf_level3', "./test/dwgs/WALL_WINDOW_DOOR.dxf")

Readme

Keywords

none

Package Sidebar

Install

npm i dwg2idf

Weekly Downloads

3

Version

0.3.0

License

propriatory

Unpacked Size

88.8 MB

Total Files

169

Last publish

Collaborators

  • contechtgmbh