libredwg icon indicating copy to clipboard operation
libredwg copied to clipboard

dwg2dxf conversion is not converting all informations.

Open vchoudharyb opened this issue 4 years ago • 7 comments

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

vchoudharyb avatar Sep 08 '21 10:09 vchoudharyb

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, ...

rurban avatar Sep 09 '21 10:09 rurban

When should I expect this enhancement implemented as a part of this library?

vchoudharyb avatar Sep 14 '21 08:09 vchoudharyb

No idea. It gets faster if someone else helps

rurban avatar Feb 04 '22 17:02 rurban

Files in this issue:

  • Converted using libredwg library.dxf - AC1018
  • Converted using other tool.dxf - AC1018
  • Original file.DWG - AC1021 (r2007)

michal-josef-spacek avatar Mar 26 '23 09:03 michal-josef-spacek

What is missing?

rurban avatar Mar 26 '23 10:03 rurban

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

michal-josef-spacek avatar Mar 26 '23 10:03 michal-josef-spacek

I selected $MEASUREMENT as done because of fixes in templates. I tested it.

michal-josef-spacek avatar Aug 03 '23 15:08 michal-josef-spacek