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

I want to develop an application that needs to parse the Foundation Foundation (IFC) class created by Auto CAD software and display 3D images in an applet window using Java. I do not know how to do that. If anyone knows a solution, please help me.

+5
source share
2 answers

You can learn the IfcOpenShell code. Basically, IFCOpenShell makes C ++ executable classes. So first you need to read IFC in any computer language that you think you have to load into memory.

follow this link: http://ifcopenshell.org/

+2

JSDAI

-:

JSDAI ™ - (API) , - , EXPRESS. STEP (ISO 10303), PLIB (ISO 13584) ISO, IEC DIN.

+1

All Articles