Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在使用 Kabeja 从 DXF 文件中读取数据。我可以毫无问题地阅读所有线条和折线。但是,我无法从块中找到线条。我可以找到块以及将块放置在图形中的插入实体。但我的目标是阅读在 DXF 文件中构建块的行。任何帮助将不胜感激。
我不认识 Kabeja,但这可能会对您有所帮助:
“插入”实体是对 DXF(块表)的块部分内的块定义的引用。因此,要查找块定义中的行,您需要阅读该块的定义。
链接到 DXF 定义