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

Example: ``` json IfcStyledItem: { type: "IfcStyledItem", fields: ["Item", "Styles"], includes: ["IfcPresentationStyleAssignment", "IfcRepresentationItem"] } ```

enhancement
query language

How involved would it be to modify the merge plugin to... - remove duplicate GUIDs - monitor objects that have been deleted (that is, not reintroduce them again on future...

feature

so multiple layers in one IfcProducts have seperated geometry

feature

The predefined queries in validifc.json and ifc4stdlib.json are now manually edited every now and then to include more (mostly geometric) objects. To make this more robost we could either: -...

enhancement

Hi I have noticed that read only users are able to write on an IFC and add subproject in the same way as a common user. What is the current...

enhancement

In order for people that host a BIMserver publicly to be able to comply to GDPR, a few changes have to be made: - It should be possible to completely...

feature

Almost 10 years ago now the decision was made to store any floatingpoint value in BIMserver 2 times; Once as the original string value (taken from the IFC) and once...

enhancement

This is not actually an issue, but a question: I am using the Java client to access BIMserver iterate over the List retrieved via `ClientModel.getAllWithSubTypes`. During this iteration, I get...

bug
Java client library

Currently an HMAC is used to create the `token`. This works great in the sense that we can validate tokens without accessing the database, we don't need to store the...

enhancement

This is a basic question about the communication between a simple JavaScript frontend (a kind of based on bimview) and a service on the BIMserver. I'm using development environment i.e....

howto