-
-
Notifications
You must be signed in to change notification settings - Fork 240
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issues with types in DWG -> JSON -> DWG conversion #1040
Comments
I prepared fix for 1), but I don't see where is issue for 2) |
Still issue 2) |
Testing file: Circle_Original.dwg.gz |
Structure (via dwgread):
is in DXF:
and JSON:
This means, that conversion from DWG to JSON is wrong. |
btw: Conversion to DXF via LibreDWG dwg2dxf.exe is fine.
|
Conversion from DWG to JSON is bad in Windows and Linux too (-16777216 → 4278190080). |
When I change:
Conversion on Linux is -16777216 →-16777216, but on Windows still -16777216 → 4278190080. |
I found two issues with conversion:
which is XRECORD xdata item
dwgread of them:
and
The text was updated successfully, but these errors were encountered: