BIMserver icon indicating copy to clipboard operation
BIMserver copied to clipboard

The open source BIMserver platform

Results 134 BIMserver issues
Sort by recently updated
recently updated
newest added

You say on the protocol-buffers wiki page that the Service Interface methods are not available in the Protocol Buffers API. Still unable to implement it?

feature

Loading large models is very inefficient and often takes a long time to load, what's the best way to optimize it? Thanks for the reply.

howto

I would like to ask whether the geometric parameter information is retained when converting IFC files. If so, how can I get them.Thanks for your reply.^_^

howto

Hi, sometimes during the checkin process, the BIMserver needs to do a rollback and reimport the data. If this happens, json queries for a list of guids wont find any...

bug

With BIMserver 1.5.182 (jar), geometry reports have a value of "null.null:null" for _Deserializer_, both in HTML and JSON. _Settings_ and _Engine settings_ are mixed under the regular settings group in...

enhancement

**Describe the bug** If you try to import the demo data. The linked repository do not exist anymore. **To Reproduce** Steps to reproduce the behavior: 1. Try auto-import the demo...

bug
reproduced
good first issue

**Describe the bug** Hello, this promble may not a bug I have met. I've used BIMServer/BIMview.ws, trying to decomposition larger IFC file to each component, the IFC file I see...

howto

I'm trying to run the following query to fetch several data (type, properties and quantities) of an IfcObject given its GUID. ```json { "doublebuffer": true, "guid": "", "includes": [ {...

feature

Bumps [guava](https://github.com/google/guava) from 26.0-jre to 29.0-jre. Release notes Sourced from guava's releases. 29.0 Maven <dependency> <groupId>com.google.guava</groupId> <artifactId>guava</artifactId> <version>29.0-jre</version> <!-- or, for Android: --> <version>29.0-android</version> </dependency> Javadoc 29.0-jre 29.0-android JDiff 29.0-jre...

dependencies

Hi all, I am trying to setup BIMserver using bimserverjar-1.5.180.jar. Everything works up until trying to download either plugins or the extended data schema's: ![image](https://user-images.githubusercontent.com/50294874/71908324-0f3c6000-316e-11ea-82b6-7b1abdcbc851.png) The BIMserver Starter shows a...

howto