Albert Domenech
Albert Domenech
Hi @socketing Please keep the comments related to the topic of the issue, if you have a different problem, open a new one, thanks. About your comment, **ACadSharp is not...
Close due inactivity
I've been looking at this particular issue and it seems that DXF does not support true colors when these are saved by a different code than 420 like, `DimensionStyle.DimensionLineColor` which...
You are right, I need to take an extensive look on how can we link all this data to the data that is stored in the `CadDocument`.
I've opened the discussions in Github
Hi @TzhongWei About the `DwgWriter` please read the documentation [here](https://github.com/DomCR/ACadSharp#dwg-writer) if you want to save a change in your file I would recommend to use the `DxfWriter` instead, which is...
Hi @ShadowGreg, The type of the Hatch that you are trying to convert seems to be using the flooding method, which uses the variable `PixelSize` from the Hatch, that is...
Your file seems to have characters in the `Text` and `MText` that the writer cannot process correctly, I'll create another branch to take a look at this second issue.
PR that fixed the text format for `Tolerance` and `MText` but the dxf file produced by `ACadSharp` is still invalid in this particular case. - https://github.com/DomCR/ACadSharp/pull/253
Hi @mlcvista, There is a PR open to implement this feature, I've linked the PR to this issue.