Albert Domenech
Albert Domenech
Hi @Sring65, For DWG there is no way around, you need to read the whole file, the information is scattered in sections and they are dependent from each other. For...
Hi @Sring65, I've been looking at your file, I opened using Autocad, it took more 3 minutes to open and exhausted all my 32GB RAM, `ACadSharp` does not have a...
Hi @zhang-917917 Could you provide the file that is causing the error? or at least a similar one. Without the specific example I don't know if I'll be able to...
Hi @mme1950, I'm planning to release the v1 shortly, but before I would like to change the structure of the project, keep an eye on this PR: - https://github.com/DomCR/ACadSharp/pull/416 If...
> Hi @DomCR, "... The implementation is therefore incomplete." means It works very well so far, but I do not know how to make it complete. But I would be...
One last fix in the Clone() method and we are good to go.
Hi @thaiguer, The first problem seems to be related to the `Hatch` entities, I guess that is something related to the patterns, I have to take a look. The second...
RULESURF still not fix.
Hi @Lukeor, I tested the file using the latest version on master, here is the result for the same area:  It seems that the lines are there, are you...
Hi @rogure, I've tested this code and write the result into a DWG:   I'm using the master branch of this repo and seems to work. Are you using...