Closed JankowskiKamil closed 1 year ago
@haplokuon what do you think about it?
@JankowskiKamil @luoyumofa1 好兄弟 好兄弟 妖次元网站挂了 有没有新网站 邮箱回复了没有补链接 有的话回复我Q1219120145 V信同号 邮箱1219120145@qq.com 急需学习资料!!!
Since you ask about my opinion. Sorry I am not able to review something that I cannot test and as you said "somehow" works. It is too bare bones, it just looks as a huge container of the raw data stored in the DXF:
Reading an OLE2Frame or the OLEFrame is pretty straight forward, if all you do is to read the byte data it contains. The OLE2Frame can serve many purposes, OLE objects has been around since the dawn of Windows, they are complex and I have no plans of studying its guts. I only have found them useful to be able to embed an Image instead of externally linking it as an Image entity. If there is someone who has use them for something else please let me know.
Hi! I'm using this code and I was missing the ability to load OleFrame and MLeader objects from dxf file. So I tried to implement it. It's far from perfect, but it allows you to "somehow" load data. In order to implement it I used:
MLeader structure is very hard to understand and its very ugly. I was inspired mainly by the ezdxf code and this page.
Unfortunately, I do not fully understand the entire code and have not found the time to create WriteFunctions / Tests. I hope this code will be useful to someone, or you will be able to improve it :)