dwg转换为dxf文件时会有元素丢失的问题
demo.dxf.zip (149.6 KB)
demo.dwg.zip (195.0 KB)
dwg.png (9.2 KB)
dxf.png (6.2 KB)
LoadOptions loadOptions = new LoadOptions();
loadOptions.setSpecifiedEncoding(CodePages.SimpChinese);
CadImage cadImage = (CadImage) Image.load(dwgPath, loadOptions);
cadImage.save(outFileColor);
cadImage.close();