0.5.3 • Published 9 years ago

dxf-parsing v0.5.3

Weekly downloads
7
License
Apache
Repository
github
Last release
9 years ago

dxf-parsing

dxf-parsing is made to parse dxf files : polygons, texts, circles ...

Install

npm install dxf-parsing

Usage

var dxfparsing = require('dxf-parsing');

var dxf = dxfparsing.Parser;


dxf.toArray("path/to/dxf", function(error, sectionTab) {

       //Extract polygons and texts and do a mapping
       polygons = dxf.getPolygons(sectionTab);
       texts = dxf.getTexts(sectionTab);
       mapping = dxf.makeMappings(polygons, texts);



       //You can also extract the circles
       circles = dxf.getCircles(sectionTab);

       //and transform directly circles into polygons with options
       circles = dxf.getCircles(sectionTab, {toPolygon : true, nbSides : 16});

       //Extract layers
       allLayers = dxf.getAllLayers(sectionTab);

       layersByEntities = dxf.getLayersByEntities(sectionTab, ["text", "polygon", "circle"]);

       //extract parameters and dimension
       parameters = dxf.getParameters(sectionTab);
       dimensions = dxf.getDimensions(polygons);

    }
@everything-registry/sub-chunk-1540tea1-hyper-utiltea2-hyper-util7th-setinxxx-test-utilsai-helper-jimmybi-chatnew-hivebeekeeper23-czwbaifeng-design-svg-utilbaifeng666-design-svg-utilbabysong-teabestgift-ccollect-gyscd-freeset-cccelo-tea35cosmos-cli-deploy-corecosmos-cli-deploy-core2communicaty-teablackwater26-czwblackwater27-czwblastant-design-svg-utilmoveon21-czwsouldefi-design-svg-utilmicdefi-design-svg-utilssv-tea36machine-learning-blockset-to-tea09justice-003redbook-czwsadmood-csetter-czh-chatsetter-manlock-win33fi-studynew-hivefi-viewnew-hivesupport-tea01svgutilskeepon-32-ckeepon-move31keepquiet30-czwdoploy-new-world-utildoploy-new-world-util2reset-dp3reset-dp4dp17-czwdp18-czwright-tea-czwdependce-20-czwdependce19-czwleader-tea-cgc.gitkiko-lukeksnkindknife28-czwczw211-project-tearuby-design-svg-utilgreenpit-teatransfoxokes-xokesgreenset-czwgreentea-cgc01transfer-czhtransfer-led-czhgreen-gghash-page-designed-allowedhaha02test1-tea-utiltest-tea1-utiltest-tea2-utiltest2-tea-utiltia-win34git-link02summary_code_utilsnewtea-ctangren-teatea-sarstea-sars2freedog12freedown-gysnpm-test-06hyper-design-svg-utilhyper-design-svg-utilttthyper-design-svg33-utilhyper-design-svg55-utilhyper-design-svgtutu-utilhyper-design-svgtutu2-utilhyper-design-svgtutu3-utilhyper-design-tea-nodehyper-design-tea-projectshyper-design-test-onechenliminhyper-design-test-twochenliminhyper-design-test-utilhyper-design-test-util2hyper-design-test1-utilhyper-design-wyweb-utilhyper-design-zyweb-utilhyper-edwar-101hyper-edwar-102hyper-edwar96-svghyper-edwar96-svxhyper-edxosek-liohyper-edxosek-liollhyper-design-aoligei-util
0.5.3

9 years ago

0.5.2

10 years ago

0.5.1

10 years ago

0.5.0

10 years ago

0.4.5

10 years ago

0.4.4

10 years ago

0.4.2

10 years ago

0.4.1

10 years ago

0.4.0

10 years ago

0.3.7

10 years ago

0.3.6

10 years ago

0.3.5

10 years ago

0.3.4

10 years ago

0.3.3

10 years ago

0.3.2

10 years ago

0.3.1

10 years ago

0.3.0

10 years ago

0.2.7

10 years ago

0.2.6

10 years ago

0.2.5

10 years ago

0.2.4

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.0.4

10 years ago

0.0.3

10 years ago

0.0.2

10 years ago

0.0.1

10 years ago