dxf-parser icon indicating copy to clipboard operation
dxf-parser copied to clipboard

A javascript parser for DXF files. It reads DXF file strings into one large javascript object with more readable properties and a more logical structure.

Results 44 dxf-parser issues
Sort by recently updated
recently updated
newest added

![1661156561217](https://user-images.githubusercontent.com/33148830/185875952-95f99bca-4683-4f15-b06b-c9f2f237b213.jpg) ? How to convert to DXF JSON

Bumps [terser](https://github.com/terser/terser) from 5.7.2 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

Hi there, I needed the extrusion thickness on the solid entity (since without it you've got no extrusion depth dimension). Autodesk spec lists under the 39 flag on a solid...

Hi! Silly question but how do I generate/find the types? `package.json` says it should be in `./esm/index.d.ts` but that folder doesn't exist :( Thanks :-)

The ADSK spec shows two values for textHeight; I (wrongly) assumed a dxf writer would use one or the other. This keeps both values. Good chance I'll run into some...

Bumps [ansi-regex](https://github.com/chalk/ansi-regex) from 3.0.0 to 3.0.1. Commits f545bdb 3.0.1 c57d4c2 fix a few old XO issues for backport 419250f Fix potential ReDoS (#37) See full diff in compare view [![Dependabot...

dependencies

I have a DXF where the $DIMAUNIT says the angles are in decimal degrees but the output JSON file has all the angles in radians. Well not all, but the...

hi, i used this codes in WordPress, of course DXFviewer plugin, now i need know how can get data from dxf file for example how can get perimeter of model...