-
-
Notifications
You must be signed in to change notification settings - Fork 118
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
Drawing file is not valid #452
Comments
Hello, @amirj0914 Make shure you are using the latest version: dotnet add package ACadSharp --version 1.0.0 I created a new file with the following code, and I had success opening it with BricsCad. There are a few diferences to your code. First, the dwgFilePath, the way you wrote it, seems to be incorrect. And in the end, you forgot to use the method "Write", from the class DwgWriter.` Here is the code:
|
Thank you so much for your quick reply.
|
Hi @amirj0914, Right now Unfortunately the version For I'll open a branch to keep in mind to add the feature to write files in |
Thank yo so much, |
Autocad gives the error after wrriting DWG file with this simple code :
`
`
After opening the exported file with Autocad 2017 :
The text was updated successfully, but these errors were encountered: