开发者

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

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 abou开发者_如何学Got how to do it.If anybody knows the solution, please help me out.


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 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.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜