dxf icon indicating copy to clipboard operation
dxf copied to clipboard

DXF parser for node/browser

Results 15 dxf issues
Sort by recently updated
recently updated
newest added

In `.toPolyLines()` the color of the entity is only parsed when a matching layer is found. If theres no layer found, the color is set to black even when the...

Can read/write DXF files in binary form?

Hello, this parser can work with 3D polylines?

HATCH entities cannot be seen in the parsed entities for a sample R14 DXF file in dxf library version 4.7.0 An example hatched object in the drawing Raw DXF file...

When using the library to write a typescript program to estimate lengths of entities, I came across the following: ``` return { bbox, polylines } ``` [in the toPolyLines function](https://github.com/skymakerolof/dxf/blob/develop/src/toPolylines.js#L40)...

I parsed dxf file and got the object When I render it , it is really big. Because , as you know browser dimension is px. But dxf file dimension...

There are a lot of MTEXT and TEXT content in my file that need to be rendered, what should I do?

Hi; I just wonder why not giving y negative sign to rendered SVG and not provide transform attr. with -1 since some rendered entity to svg will shown upside down...

although they are parsed: 1.- Bulge is always stored at entity level, so it is always overwritten for each vertex which contains a bulge. 2.- Closed is stored at loop...

Hello! I find this package very interesting. I've been testing it and I don't know if there is a simple way to work with the SVG. Specifically, I do not...