I have to parse dxf files to transform it to images in .net.
I used DxfLib (https://github.com/mkernel/DXFLib).
I have a probleme with layers : I have 3 layers and only one need to be shown (I uploaded my file in some dxf viewer and they only show one layer)
I don't know how to know if a layer need to be shown or not. I didn't find the information in my dxf parsed file.
Do you know where i can find this ? (maybe it's a missing element from DxfLib)
EDIT : there is a exemple of my dxf file : https://github.com/mkernel/DXFLib/files/286112/DIAMOND-R.zip