BIMserver
BIMserver copied to clipboard
The open source BIMserver platform
Example: ``` json IfcStyledItem: { type: "IfcStyledItem", fields: ["Item", "Styles"], includes: ["IfcPresentationStyleAssignment", "IfcRepresentationItem"] } ```
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...
so multiple layers in one IfcProducts have seperated geometry
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: -...
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...
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...
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...
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...
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...
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....