如何使用 Java 解析工业基础类 (IFC) 文件?
我想开发一个应用程序,它必须解析 Auto CAD 软件生成的工业基础类 (IFC),并使用 Java 在小程序窗口中渲染 3D 图像。我不知道该怎么做。如果有人知道解决方案,请帮助我。
I want to develop an application, which has to parse the Industry Foundation Class (IFC) generated by the Auto CAD software and render the 3D images in an applet window using Java. I have no idea about how to do it.If anybody knows the solution, please help me out.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您可以研究 IfcOpenShell 代码。基本上,IFCOpenShell 生成可执行的 C++ 类。因此,首先您需要将 IFC 读入您认为的任何计算机语言,然后必须将其加载到内存中。
请点击此链接:http://ifcopenshell.org/
You can study the IfcOpenShell code. Basically IFCOpenShell makes the executable C++ classes. So first you need to read IFC into any computer language which you think then you have to load it into memory.
follow this link:http://ifcopenshell.org/
JSDAI 似乎也很有前途
从网站上:
JSDAI seems also very promising
From the website: