Replies: 1 comment 8 replies
-
|
To diagnose anything, we need the code you are using to convert the DWG at a minimum. The source drawing you are trying to conver is also very helpful. So many different applications export "sorta" compliant DXFs, and that causes innumerable problems. |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Greetings All:
I am trying to convert a DXF (exported from Solidworks) to DWG.

I have tried reading in the DXF to a CadDocument using a DxfReader, then passing that CadDocument to a DwgWriter (string, CadDocument).
File is created but an error is thrown when trying to open.
Can anyone whare with me what I may be doing wrong or something else that I need to do to be able to accomplish this task?
Thanks in advance.
Beta Was this translation helpful? Give feedback.
All reactions