libredwg
libredwg copied to clipboard
Official mirror of libredwg. With CI hooks and nightly releases. PR's ok
I'm trying dwg2SVG, and I think there is an error in the implementation of static int output_BLOCK_HEADER (Dwg_Object_Ref *ref). When output_object is called, the references of the objects of the...
check with dxf-check: - [x] AcDbViewportTable on out_dxf blank_2000.dwg: Object improperly read: AcDbViewportTable (8) the dxf is written as 2 VPORT 70 2 (num_entries), but with NULL entries it must...
dwg2dxf problems with r13 and r14: - [x] the paper space block is listed in the BLOCK_CONTROL.entries also - [x] the 0 layer is listed 2x in the LAYER_CONTROL.entries. Same...
prepare test: ```sh cd test/unit-testing LIBREDWG_DEBUG=-1 ./add_test ``` check if created dwg's are valid: ```sh for d in add_*_2000.dwg; do ../../oda $d; done ``` - [x] 3dface - [x] arc...
Hello , i encountered a issue when converting a large (12MB) dwg file to json . 'Warning: checksum: 0x935dbb45 (calculated) CRC mismatch 0xaafa14-0xab29e5\n' + '\n' + 'ERROR: Skip section AcDb:Preview...
 i added these files in my Python Lib Folder, the package doesnt seem to find the _module tho, what am i doing wrong? ```Bash ❯ & C:/Python311/python.exe d:/dev/h/load_dwg.py Traceback...
Hello, I've tested the dwgrewrite and load_dwg examples using the attached empty_v2000.dwg file. * dwgrewrite works fine. * load_dwg produces a new file that, when opened in AutoCAD, triggers the...
Based on #1114
I realized that when changing the drawing order of entities, I cannot read them properly, and some are missed. If this isn't a bug, how should I read them in...