如何使用 Java 解析工业基础类 (IFC) 文件?

发布于 2024-09-08 12:58:12 字数 100 浏览 13 评论 0原文

我想开发一个应用程序,它必须解析 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

抱着落日 2024-09-15 12:58:12

您可以研究 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/

被你宠の有点坏 2024-09-15 12:58:12

JSDAI 似乎也很有前途

从网站上:

JSDAI™ 是一种应用程序编程接口 (API),用于读取、写入和运行时操作由基于 EXPRESS 的数据模型定义的面向对象数据。此类模型广泛应用于STEP(ISO 10303)、PLIB(ISO 13584)等ISO、IEC和DIN标准。

JSDAI seems also very promising

From the website:

JSDAI™ is an Application Programming Interface (API) for reading, writing and runtime manipulation of object oriented data defined by an EXPRESS based data model. Such models are widely used in STEP (ISO 10303), PLIB (ISO 13584) and other ISO, IEC and DIN standards.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文