Albert Domenech

Results 91 comments of 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...

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...

Hi @Lukeor, I tested the file using the latest version on master, here is the result for the same area: ![image](https://github.com/user-attachments/assets/2f0dbc78-a6b4-4a7a-9976-8f5bf676f8ad) It seems that the lines are there, are you...

Hi @rogure, I've tested this code and write the result into a DWG: ![image](https://github.com/user-attachments/assets/6c9d97de-9197-4443-b2c0-b748466b6937) ![image](https://github.com/user-attachments/assets/356ec4e2-8f59-423d-bf86-158cb69dc971) I'm using the master branch of this repo and seems to work. Are you using...