Question

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.

Was it helpful?

Solution

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

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top