1

I have to represent IFC files on an Android application. First I have to get them from a server (I will use BIM Server), and then extract the geometry out of the IFC file, and try to display them. The parsing is my first concern at this point. Is there any JAVA library that mounts on the BIM server to directly give us the .obj data so we can show them on Android? Or maybe it is better to parse IFC files at the client side, and then display it? Sorry, there is no robust documentation on it.

I found there are two tools for it: OpenIFCTools, and IFCOpenShell which provides a plugin. I'm not sure which one to use, and which one gives a better JAVA API to go for.

4

1 に答える 1

0

サポートされていないため、Android でそれらを直接視覚化することはできません (これまでの知識に基づく)。クライアント側で何らかの方法で解析するか、いくつかのツールを使用してサーバーで解析し、対応する .obj ファイル (IFCOpenShell の IFCOBJ 変換ツールなど) を送信する必要がある場合があります。

于 2014-01-02T23:26:28.617 に答える