ezdxf icon indicating copy to clipboard operation
ezdxf copied to clipboard

MULTILEADERS are missing when converting R2007 DWG files

Open xbdr419 opened this issue 9 months ago • 6 comments

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 1.1.4b2. 感谢。

from ezdxf.addons import odafc
doc = odafc.readfile(r'.\testt\demo.dwg')
odafc.export_dwg(doc, 'demo.dwg', version='R2007', replace=True)

source file: image

save file: image

dwg file:

demo.zip

xbdr419 avatar May 10 '24 07:05 xbdr419