BIM server Database Access

妖精的绣舞 提交于 2019-12-13 14:22:49

问题


I am a Java developer. Recently my company is planning to use BIM Server . Concept is , BIM server will be integrated with our current project and we will access the BIM Server database through some API . I made connectivity with localhost BIM server , created project and add IFC files under the project using "JsonBimServerClientFactory" (Example provided in BIM server's git repository). Is there any one in the group who has this kind of experience ?

I am in great confusion, how I should use the API's to get access into BIM Server database from my existing project.


回答1:


The bimserver team provides a REST API and a java client library. You can communicate with either of those methods.

You cannot access the database directly without building a BerkelyDB connector but the api's interfaces should suffice (specifically the ServiceInterface and the LowLevelInterface)

Some helpful links:
BimServer -- Client Library and Server
BimServerGUI -- Useful GUI Plugin



来源:https://stackoverflow.com/questions/23240508/bim-server-database-access

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