-
-
Notifications
You must be signed in to change notification settings - Fork 119
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
ARES Commander Cad #474
Comments
Hi @ChandrasekarML, I can see that the file contains a dynamic block and an instance of that one. Dynamic blocks are not yet supported and my guess is that is messing with the output file because the writer does not distinguish between dynamic and normal. I'll take a look to see if I find a workaround to make this compatible. Thanks for your report! |
While opening the output drawing file, the drawing file requires recovery notification to appear in version 1.0.1. What you tried sample code in below: using ACadSharp; class Program
|
What is the status of the previous chat? |
After the version 2.0.1 the image references were added, that may be the cause of the problem. Does ARES provide any kind of log about the error? I can only test the file with Autocad on my end. |
ARES Commander Log in the command: Info:Recover dwg file. Please try with ARES Commander any trial version. |
Seems that ARES is complaining about some default values and entries in the root dictionary that are not found. I'll create a branch to fix the ones that appear on the log. In the meantime it will help if you do this in your end and check if the log improves, for example, to fix the variable FACETRES I think is enough to make sure that is set to a value between 0.01 to 10.0. There is one element that I don't recognize which is PrintStyle, not sure if it's the same as plotsettings. Did you try to import a dxf instead of dwg to test if it has the same errors? |
We try with dxfwriter, but we get an error. While opening the output drawing file, the drawing file requires a recovery notification to appear. Sample code: public void DrawLine(string filePath)
|
The issue is the same as dwg, ARES is complaining about the default values. Have you tried to change them as ARES says before saving the document? |
While opening the output drawing, an error drawing file occurs and requires recovery.
Input drawing file images are available, but output drawing file images are invisible.
sample code:
using ACadSharp.Examples;
using ACadSharp.IO;
using ACadSharp.Tables.Collections;
using ACadSharp.Tables;
using System;
using System.Diagnostics;
using System.Linq;
using ACadSharp.Entities;
using System.Xml.Linq;
namespace ACadSharp.Examples
{
}
FILE.zip
The text was updated successfully, but these errors were encountered: