How to parse Industry Foundation Class (IFC) files using Java?

被刻印的时光 ゝ 提交于 2020-01-13 10:45:28

问题


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.


回答1:


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/




回答2:


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.



来源:https://stackoverflow.com/questions/3206538/how-to-parse-industry-foundation-class-ifc-files-using-java

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!