Replies: 1 comment 4 replies
-
Hi @Lukeor, I've been looking at the file, the About the Layers, looking at the file the LWPOLYLINE that you are using to bound the HATCH are drawn in the Layer 0 so they are assigned correctly, the only thing missing are the HATCH and that's due the missing implementation. Thanks for reporting this issue to the project! |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Is it possible to read in HATCH entities for a DXF file?
I have a very simply DXF file that contains 4 HATCH entities (due to being polygons with a fill colour).
However, when I read in the file using the latest ACadSharp version I instead get them as LWPOLYLINE entities. The Color property of these entities also do not display the correct rgb colour code of the fill colours and instead just have rgb(0,0,0) - black.
The layer names of these entities also do not get read in and instead uses a layer name of '0'.
Apart from that - I've been very pleased with the library. Thank you very much for developing it!
I have attached the DXF file in question to help with any investigations.
Many thanks,
Luke
DEFAULT_PROJECT0_Export.zip
Beta Was this translation helpful? Give feedback.
All reactions