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.
Asked
Active
Viewed 5,826 times
2 Answers
2
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/

arshpreet
- 679
- 2
- 11
- 27
-
Please avoid link-only answers. – László Papp Dec 10 '14 at 16:56
-
hope this is not now. – arshpreet Dec 10 '14 at 17:06
-
The main thing is still on the external site. – László Papp Dec 10 '14 at 17:08
-
Pardon? I am unable to get you. – arshpreet Dec 10 '14 at 17:11
1
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.

Vertexwahn
- 7,709
- 6
- 64
- 90