ezdxf
ezdxf copied to clipboard
Python interface to DXF
Hello, I have converted DWG files to SVG format using addons.drawing (I have also tested conversion to raster output formats such as .png) On some files, including [sample.zip](https://github.com/mozman/ezdxf/files/9450780/sample.zip) , I...
**Describe the bug** Some Hatch entities queried from a dxf file have opposite x value, like -10000 instead of 10000. **To Reproduce** Information and data needed to reproduce the error:...
#### code:height is 2.7. How to make the height of hollow characters consistent with the height of ordinary characters? ```text doc = ezdxf.readfile('211.dxf') doc.styles.new('SimHei', dxfattribs={'font': 'SimHei.ttf'}) msp = doc.modelspace() height...
I was upgrading my machine the other day and I have tests which convert a lot of dxf files to my custom format and checks that no changes have occurred....
I just noticed that the ODA file converter has some problems with non-ASCII characters in filenames on Windows. The conversion of DWG/DXF fails if the filename contains the German "ß"...
**Describe the bug** I want to replace text in MultiLeader. I get text by get_mtext_content() is ok, but i can't changging for MText in MultiLeader. **my script** ```Python ################################################## #...
Hello, after I read a DWG file and save it directly, the dimension elements are lost. Here is the code. I hope to get some optimization. My current version is...
**Describe the bug** I have defined a block with a multi-line attribute. After inserting a reference to the block and calling ``.add_auto_attribs()`` the multi-line attributes change to single-line. **To Reproduce**...
Should generally be slightly faster. Lmk if you're interested in benchmarks backing up my thinking though.
- [x] Type checked the code.