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

JavaScript DXF writer

Results 19 js-dxf issues
Sort by recently updated
recently updated
newest added

Hi, any plans to add support for including images in DXF file?

A great enhancement would be to add: 1. Closed option for a 3d polyline. It is implemented only in a simple polyline 2. Fit/Smooth option as None, Quadratic, Qubic for...

enhancement

Maybe but i think that is most important a method or function to make "zoom to layers extent" _Originally posted by @clavijojuan in https://github.com/ognjen-petrovic/js-dxf/issues/69#issuecomment-1021588211_

enhancement
help wanted

Trying to open any file generated by this library in AutoCAD 2021 (for Mac) returns the following error: ``` Unknown group 74 for table on line 78. Invalid or incomplete...

Hey @ognjen-petrovic. I added a linetype to the main entities. Probably there are about 100 ways to do it better - but I needed a quick stable solution ;) (elevation,...

Can i read a DXF file?

This is a great project. Does it support selecting elements so that we can do simple CRUD?

in progeCAD the arc has 0 to every parameter, so it's not shown. Looking at http://docs.autodesk.com/ACD/2011/ENU/filesDXF/WS1a9193826455f5ff18cb41610ec0a2e719-7a35.htm it seem the arc supposed be as a subclass of an `AcDbCircle` And indeed...

The demo should contain all supported entity types, so we could see how to use them and if they work with different cad software.

Hi!. I looked for writer and noticed that there block and block record entities. But in the examples there is no example at all. And I also looked for "Drawing.js"...