libredwg
libredwg copied to clipboard
dwg2dxf conversion is not converting all informations.
Hi, I have attached three files. one original DWG file and two dxf files one converted using libreDWG and other using online converter. The online converted file is having all information where as where as dxf file converted using libredwg is not having all information, some information are missing. Can you please fix it? file to share.zip
Missing:
- [x] $TDUCREATE, $TDUUPDATE
- [ ] AcDbPlaceHolder, AcDbLayout classes
- [ ] SPLINE 40
- [ ] ACAD_PROXY_OBJECT
- [ ] Layout and PlotSettings
Different:
- [x] $MEASUREMENT (256 => 1)
- [ ] SPLINE 70, 42,43 ordering
We don't support proxies yet, we rather save the original object. cloudconvert did not understand many objects, like ViewStyles, Scale, ...
When should I expect this enhancement implemented as a part of this library?
No idea. It gets faster if someone else helps
Files in this issue:
- Converted using libredwg library.dxf - AC1018
- Converted using other tool.dxf - AC1018
- Original file.DWG - AC1021 (r2007)
What is missing?
What is missing?
There is a checkbox with missing items from you :-)
I was looking at it and there are many differences. I am working on older versions still
I selected $MEASUREMENT as done because of fixes in templates. I tested it.